docker-rclone icon indicating copy to clipboard operation
docker-rclone copied to clipboard

Fixed issue where sync fails if SYNC_SRC only has directories

Open rogue780 opened this issue 4 years ago • 5 comments

I ran into an issue where I'm trying to back up my NAS and the SYNC_SRC root only has directories in it. rclone ls only checks for files. rclone lsf checks for files and directories.

rogue780 avatar Nov 23 '20 22:11 rogue780

@rogue780 this repo is pretty much abandoned.

Two options:

1.) I have forked this repo and already fixed this issue and many others. My container operates the same way this one does and is easy to switch to. https://github.com/pfidr34/docker-rclone https://hub.docker.com/r/pfidr/rclone

2.) rclone has also released an official container you can check out. https://hub.docker.com/r/rclone/rclone

pfidr34 avatar Nov 24 '20 14:11 pfidr34

@pfidr34 Thank you! Your version seems to work for me and fixes this bug. I almost gave up on rclone entirely because I didn't want to mess around with it anymore.

compeek avatar Jan 23 '21 06:01 compeek

@compeek glad it is working for you. Enjoy!

pfidr34 avatar Jan 23 '21 06:01 pfidr34

In case anyone is wondering, the link to the @pfidr34's repo above is broken, the correct links are:

  • https://github.com/pfidr34/docker-rclone
  • https://hub.docker.com/r/pfidr/rclone
  • And the official is https://hub.docker.com/r/rclone/rclone

violuke avatar Feb 15 '21 17:02 violuke

In case anyone is wondering, the link to the @pfidr34's repo above is broken, the correct links are:

  • https://github.com/pfidr34/docker-rclone
  • https://hub.docker.com/r/pfidr/rclone
  • And the official is https://hub.docker.com/r/rclone/rclone

Thanks, fixed.

pfidr34 avatar Mar 10 '21 14:03 pfidr34