bcardiff / docker-rclone

Docker image to use rclone to run cron sync with monitoring
https://hub.docker.com/r/bcardiff/rclone
MIT License
78 stars 62 forks source link

Fixed issue where sync fails if SYNC_SRC only has directories #15

Open rogue780 opened 3 years ago

rogue780 commented 3 years ago

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.

pfidr34 commented 3 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

compeek commented 3 years ago

@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.

pfidr34 commented 3 years ago

@compeek glad it is working for you. Enjoy!

violuke commented 3 years ago

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

pfidr34 commented 3 years ago

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

Thanks, fixed.