Hey,
I wrote a script to have rsync backup my full drive, but it seems to be missing a .DS_Store file or somesuch because rather than the nice and neat list:
Applications
Library
System
Users
All the unix/kernel files are visible (e.g. /dev, /etc, and so on)
my script is:
sudo rsync -ax --eahfs --ignore-errors --delete-after --showtogo --exclude-from=.RsyncExclude.txt / '/Volumes/Backup/'
sudo bless -folder /Volumes/Kalkin/System/Library/CoreServices > '/Users/Sitryd/Library/AppleScript Logs/RsyncLog.txt' 2>&1"
is there some flag I can use to purely clone the / directory?
Thanks!
Edit: I'm also getting a lot of
chown "/Volumes/Backup/Applications/VLC/VLC.app/Contents/Resources/gl.lproj/vlc.scriptTerminology" failed: No such file or directory
type errors.... any ideas?
I wrote a script to have rsync backup my full drive, but it seems to be missing a .DS_Store file or somesuch because rather than the nice and neat list:
Applications
Library
System
Users
All the unix/kernel files are visible (e.g. /dev, /etc, and so on)
my script is:
sudo rsync -ax --eahfs --ignore-errors --delete-after --showtogo --exclude-from=.RsyncExclude.txt / '/Volumes/Backup/'
sudo bless -folder /Volumes/Kalkin/System/Library/CoreServices > '/Users/Sitryd/Library/AppleScript Logs/RsyncLog.txt' 2>&1"
is there some flag I can use to purely clone the / directory?
Thanks!
Edit: I'm also getting a lot of
chown "/Volumes/Backup/Applications/VLC/VLC.app/Contents/Resources/gl.lproj/vlc.scriptTerminology" failed: No such file or directory
type errors.... any ideas?