Results 1 to 4 of 4
When archiving to mounted ext hd, what options do you use with rsync?
I have seen this
sudo rsync -avHx
but I thought -a and -H should not coexist?
e.g.
...
- 12-18-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
sudo rsync
When archiving to mounted ext hd, what options do you use with rsync?
I have seen this
sudo rsync -avHx
but I thought -a and -H should not coexist?
e.g.
-a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)
- 12-19-2011 #2
If you are not doing anything crazy, -a should be just fine. Not sure what you are trying to do though...
linux user # 503963
- 12-20-2011 #3
For my backups I'm doing "-rav --delete".
- 12-20-2011 #4
my question though is why 'sudo'?
linux user # 503963


Reply With Quote