BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Crashplan is discontinued
- Subject: [Discuss] Crashplan is discontinued
- From: richard.pieri at gmail.com (Richard Pieri)
- Date: Thu, 31 Aug 2017 15:30:15 -0400
- In-reply-to: <5D31FEA5-F6DC-4F45-BD36-352F588E673E@pioneer.ci.net>
- References: <mailman.9.1504195205.26755.discuss@blu.org> <5D31FEA5-F6DC-4F45-BD36-352F588E673E@pioneer.ci.net>
On 8/31/2017 2:10 PM, Rich Braun wrote: > One of the issues with pics is deduplication, as they're renamed > across folders. My current rsnapshot approach doesn't cope well with > that. Could git do this automatically without complex scripting? Yes, if you use Git to rename files across folders. That is, if you use "git mv" then Git will adjust it's internal pointers to say that the new location is the same file. Personally, I find Git to be a cumbersome sync or backup tool. But then, it's not a sync or backup tool despite several attempts at making it into these things. It's a snapshot tool, so if you're doing snapshots already then introducing Git is of little benefit. From that, filesystems snapshots are better managed by the filesystem. For example: Y=`date +%Y`; D=`date +%j`; H=`date +%H` btrfs su snapshot -r /btrfs/home /btrfs/.home-${Y}-${D}-${H} and run an "offline" dedupe tool like rmlint as necessary assuming you're not doing on the fly deduplication on the filesystem. -- Rich P.
- References:
- [Discuss] Crashplan is discontinued
- From: richb at pioneer.ci.net (Rich Braun)
- [Discuss] Crashplan is discontinued
- Prev by Date: [Discuss] Crashplan is discontinued
- Next by Date: [Discuss] Crashplan is discontinued
- Previous by thread: [Discuss] Crashplan is discontinued
- Next by thread: [Discuss] Crashplan is discontinued
- Index(es):