Boston Linux & UNIX was originally founded in 1994 as part of The Boston Computer Society. We meet on the third Wednesday of each month at the Massachusetts Institute of Technology, in Building E51.

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] Crashplan is discontinued



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.



BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org