> 2) rsync won't take the file access rights from the remote machine. It > changes all files to the user I'm running rsync with on the local > machine. How can I do a 1:1 sync?
Ok, sorry, got it: rsync -a (archive mode)
> 2) rsync won't take the file access rights from the remote machine. It > changes all files to the user I'm running rsync with on the local > machine. How can I do a 1:1 sync?
Ok, sorry, got it: rsync -a (archive mode)