Open rogue780 opened 4 years ago
@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 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 glad it is working for you. Enjoy!
In case anyone is wondering, the link to the @pfidr34's repo above is broken, the correct links are:
In case anyone is wondering, the link to the @pfidr34's repo above is broken, the correct links are:
Thanks, fixed.
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.