Views |
Talk:Rsync snapshotsI find the following example confusing: $ mv backup.0 backup.1 $ rsync -av --delete --link-dest=../home.0 /home/. /backups/home/ Shouldn't it say: $ mv /backups/home.0 /backups/home.1 $ rsync -av --delete --link-dest=../home.1 /home/. /backups/home.0/ Wurzelsepp201 16:47, 3 February 2010 (EST) |
| This page was last modified 21:47, 3 February 2010. |