4 Jan
2005
4 Jan
'05
21:45
I've run into an interesting problem with using "rsync -a" to back up a directory. Some of the subdirectories I'm backing up have write permission turned off. The result seems to be that rsync can't install the files within the corresponding backup directories. It's logical enough, I suppose, but very inconvenient. I can get around it by not copying permissions -- but is there a better solution? Paul