Re: [PLUG] Rsync command fail

2017-11-29 Thread Tomas Kuchta
I am not sure how you got to the backwards behavior, perhaps you have no deleted what you thought you deleted. I would run your rsync command this way though (adjust your options as needed), mind the / rsync -a --progress /media/jjj/Movies /media/jjj/Synology/ Hope it helps, Tomas On Nov 29

Re: [PLUG] Rsync command fail

2017-11-29 Thread wes
On Wed, Nov 29, 2017 at 11:04 PM, John Jason Jordan wrote: > I have an external USB drive that I back up to a Synology NAS drive > with the command: > > rsync -rptog --progress --stats --delete > --exclude-from=/media/jjj/Movies/rsync_exclusions /media/jjj/Movies/ > /media/jjj/Synology > > The ob

[PLUG] Rsync command fail

2017-11-29 Thread John Jason Jordan
I have an external USB drive that I back up to a Synology NAS drive with the command: rsync -rptog --progress --stats --delete --exclude-from=/media/jjj/Movies/rsync_exclusions /media/jjj/Movies/ /media/jjj/Synology The object is to make the Synology a mirror of the USB drive (/media/jjj/Movies)

[PLUG] DBUS and Raspberry Pi 3 woes...

2017-11-29 Thread michael
http://www.linuxjournal.com/article/7744?page=0,0 The code in the above article doesn't compile on Raspbian Stretch, and dbus-glib is apparently not supposed to be used. An updated article or a better article to look at would be appreciated ;-) I need to do messaging between two proprietary