[PLUG] Rsync to a NAS drive

John Jason Jordan johnxj at comcast.net
Wed Jul 13 18:24:31 UTC 2016


On Tue, 12 Jul 2016 17:10:39 -0700
John Jason Jordan <johnxj at comcast.net> dijo:

>And that brings up my immediate problem. Bear in mind that I want the
>destination to be a mirror of the source, hence my need for the
>--delete option. Unfortunately, it doesn't seem to be working. Here is
>my current command:
>
>	rsync -rptog --delete /media/jjj/Movies/* /media/jjj/Synology
>
>The command executes fine, except that the --delete doesn't happen:

I finally discovered the problem. The --delete option doesn't take
wildcards. But the * was actually unnecessary in the first place. After
deleting it the --delete option worked.



More information about the PLUG mailing list