I have 2 servers running linux, one of them hosts picture sharing service (currently there's 193G of pictures) and I want to have incremental backup. Copying whole site every time is not an option so I want something like rsync but it should be able to use previous versions of backup and just hardlink up to date files. Is there some existing solution for this?
|
rsnapshot perfectly fits the bill here. |
|||||||
|
|
I'd recommend you We're using it to backup about 450GiB of data every night. Example: Show backups:
Example: Back up folder /var/www on web1.example.org to local /var/backups:
There's some cool documentation here.
|
|||
|
Just for completeness sake, dirvish is a great tool that performs this task as well. |
|||
|
|
--link-destoption. Many tools use rsync exactly like you describe. – Zoredache Mar 21 '12 at 17:11