i love rclone. it is our primary backup tool at our company, for both cloud and local backups. i love how the directories look exactly the same in the cloud as they do locally; except they're now an encrypted bunch of goulash that a data breach wouldn't render risky.
my question is, how would one go about automating a little. right now i'm storing my scripts in a notebook, and at the end of the day i will go in and copy each one into the cli and let it execute and then move on to the next one. we have several directories will 300k plus files, so this is rather time consuming.
i understand that i could create a task scheduler entry and have it execute the scripts at will. but what if one fails? if the scripts keeps executing, the error and reason for the error will be 100's of miles up the cli interface. any suggestions? can it be output in a log? can it be emailed? i feel like rclone is intended as a base for one to build their own backup tool. i'm just using it in its raw format. not sure if that's recommended, but i sure love the way it works
any suggestions would be appreciated.
Jared