rsync works great - the first time
I have been learning about rsync as a tool to backup my entire drive onto an external drive (and then with the bless command, making it bootable). I finally got it to work! I can boot into External and everything works just like my main drive.
Now the problem. When I do it again, it is supposed to just replace files I've changed and delete files that have been deleted on the source. Instead, the exact same command now makes a whole new copy of the source inside the external drive, inside a /Volumes folder in an External folder.
Here is my rsync command:
sudo /usr/bin/rsync -avSE --delete --stats --exclude-from /Applications/Utilities/rsync_excludes.txt / /Volumes/External/
I've tried it with and without the trailing slash after the destination (External); it doesn't seem to make a difference.
Can anyone tell me why this is happening?
Thanks,
Jim
Now the problem. When I do it again, it is supposed to just replace files I've changed and delete files that have been deleted on the source. Instead, the exact same command now makes a whole new copy of the source inside the external drive, inside a /Volumes folder in an External folder.
Here is my rsync command:
sudo /usr/bin/rsync -avSE --delete --stats --exclude-from /Applications/Utilities/rsync_excludes.txt / /Volumes/External/
I've tried it with and without the trailing slash after the destination (External); it doesn't seem to make a difference.
Can anyone tell me why this is happening?
Thanks,
Jim
iBook 600, Mac OS X (10.4.8)