Rsync --backup-dir seems to be ignored
Posted
by
Patrik
on Super User
See other posts from Super User
or by Patrik
Published on 2013-10-27T20:49:29Z
Indexed on
2013/10/27
21:56 UTC
Read the original article
Hit count: 323
rsync
I want to use rsync to backup a directory from a local location to a remote location, and store changed files in another remote location. I did use:
rsync -rcvhL --progress --backup [email protected]:/home/user/Changes/`date +%Y.%m.%d` . [email protected]:/home/user/Files/
The --backup-dir stays empty, while it should be filled. Is it possible what I try to accomplish, and am I doing something wrong?
Thanks
© Super User or respective owner