View Single Post
Old 08-26-2014, 08:00 PM   #29
Inferno
Connoisseur
Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.Inferno ought to be getting tired of karma fortunes by now.
 
Posts: 60
Karma: 2016606
Join Date: Apr 2012
Device: android tablets
Quote:
Originally Posted by eschwartz View Post
It is a full backup. Hardlinks save space -- but the file is still there. No file deltas in sight. It leverages rsync --link-dest to perform full copies, hardlinking files to the dest folder if available.

It's not a matter of how easy is it, is a matter of how much of your hard drive do you want to use storing the same file hundreds of times (when it hasn't been changed -- the modified date is still the same).

Once you have it setup (you can schedule it automatically), it creates a snapshots folder that contains timestamped backup folders -- not zipped storage -- which can be easily browsed through the file explorer and you can copy the folder elsewhere and zip it and do whatever and and and...

You are by no means required to use it, or course. I just thought I'd make sure you know what kind of option it is.
Am I mistaken that if I delete the file the link points to it is gone? In the backup as well? or am I missing something?
Inferno is offline   Reply With Quote