AutoRclone-Rewrite
AutoRclone-Rewrite copied to clipboard
Rewrite of https://github.com/xyou365/AutoRclone
Allow remotes other than drive remotes to be passed through from rclone config
Allow share folders (shared by SA's to be used as sorce/destination folders similar to how auto clone (original) works with `--drive-impersonate [email protected]` edited into the `autorclone.py` (already done.) just can't...
Getting the following error when trying to move files from a local drive to GDrive: ``` C:\rclone\AutoRclone-Rewrite>python autorclone.py --move -sp "C:\Users\epicl\Desktop\Testdir" -d 0AKxxxxxxxxSUk9PVA [2021-08-25 06:55:03] [AutoRClone] (untitled) [INFO] RClone detected:...
AutoRclone currently does not check for the presence of rclone, there is a function `check_rclone_exists()` inside `helpers.py` but currently it just returns true, iirc I did this because I had...