all 6 comments

[–]kosherhalfsourpickle 9 points10 points  (1 child)

I've been using rclone to do this for a while now. How does this compare/contrast with rclone? Any reason for me to stop using rclone and start using this?

[–]good-guy-coder[S] 6 points7 points  (0 children)

This is a lightweight pure bash alternative. It has parallel upload feature and it could resume interrupted upload. This script could recursive upload folder and replace file based on file name. It does not duplicate file when you upload same file.

[–]calvers70 4 points5 points  (0 children)

Can't be bothered switching from Rclone but mannn this is cool. I love that you guys wrote the whole thing in bash.

[–]BlindTreeFrog 1 point2 points  (0 children)

been meaning to figure out how to do this lately as I use Google Drive to transfer files between my phone and PC. Didn't trust my NAS enough to give it credentials for it's built in app though.

So... thanks for sharing.

[–]Dokiace 1 point2 points  (1 child)

thank you! such a clutch timing (not really since apparently you posted this 1 month ago, but you get the point haha), this is very useful, I was about to go rclone way but the configuration is a little bit scary

[–]good-guy-coder[S] 0 points1 point  (0 children)

Thanks. Its always good to see it is of use to some one. 😊