Displaying 1 result from an estimated 1 matches for "a37b0cf1".
2008 Aug 13
1
Symlinks in source path with --relative
Dear Experts,
I have a fairly straightforward backup script that does something like this:
cd /
rsync -a --delete --relative home/phil/important backupserver:/backup/foo/
This was working fine and, for example, /home/phil/important/file1 was
copied to /backup/foo/home/phil/important/file1 on the backup server.
But then I changed the disk partition arrangement on the source
machine. Before,