Hi there
I have been struggling with this for quite some time now… I want to sync the photos on my phone to my computer using rsync, but cannot figure out what is wrong. I have given the following commands in my terminal:
sudo rsync -rv --omit-dir-times --no-perms --inplace “/run/user/1000/gvfs/mtp:host=SAMSUNG_SAMSUNG_Android_258c9b8234057ece/Phone/DCIM/test/” /home/brandon/Pictures/test
and this is the ouput of the terminal:
sending incremental file list
rsync: [sender] change_dir “/run/user/1000/gvfs/mtp:host=SAMSUNG_SAMSUNG_Android_258c9b8234057ece/Phone/DCIM/test” failed: Permission denied (13)
sent 19 bytes received 12 bytes 62.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=v3.2.3]
please if anyone can help that would be greatly appreciated