Personal data backup: tar o cpio + gzip - Programming On Unix

Users browsing this thread: 1 Guest(s)
venam
Administrators
For personal backup I use rsync.
I do it every week, backing up almost everything on my computers (It gives a replica, no need to uncompress anything).
It's fast because it only copies the files that differ.
I also use it to update my website from my local directory.
However, if you want to rollback by dates you might prefer the tarball/compress files approach.

We had another thread about backups http://nixers.net/showthread.php?tid=726 but it's kind of outdated.


Messages In This Thread
Personal data backup: tar o cpio + gzip - by p3p1 - 17-06-2015, 06:08 AM
RE: Personal data backup: tar o cpio + gzip - by venam - 17-06-2015, 03:10 PM