cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

rclonesync-V3 #57

Closed luislozoya closed 4 years ago

luislozoya commented 4 years ago

hello I might be doing something wrong but I can't manage to make v3 work i use git clone on a new directory and tried the following

/home/pi/stuff/scripts/rclonesync-V3/rclonesync rclone:"/googledrive/" /media/pi/AEDAD26EDAD23277/googledrive --first-sync --dry-run --rc-verbose

and I get this error

  File "/home/pi/stuff/scripts/rclonesync-V3/rclonesync", line 151
    logging.error(print_msg("ERROR", f"Failed loading {path_text} list file <{lsl_file}>"))
cjnaz commented 4 years ago

What's your Python version? Known to work on 3.6.8 and later.

cjnaz commented 4 years ago

Assuming that rclone: is the name of your configured remote then change rclone:"/googledrive/" to rclone:/googledrive/.

Did this work on V2.10 or V2.11?

luislozoya commented 4 years ago

My bad i ran it with the defaults, which was python 2.7 I change it to run with 3.6 and everything is fine thanks