save parent directory in rsync
I'm writing script using rsync to backup files. However, is it possible to copy the parent directory of the file?
E.g.
rsync -rvae /usr/bin/ssh backuppc@testing:/etc/passwd /backup
When I checked backup, it has passwd files. Can it be possible that also the etc folder will be download and the files inside is only passwd?
|