cjnaz / rclonesync-V2

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

rclone v1.45: unknown flag: --files-from-raw #61

Closed jonasjonas closed 4 years ago

jonasjonas commented 4 years ago

If I try to sync a dropbox target with the current master of rclonesync and rclone v1.45, I get the error message that the flag --files-from-raw is unknown:

The command: rclonesync --first-sync -v dropbox-jonas:/ /Dropbox/

rclone v1.45

And that's the output...

2020-09-08 10:36:18,339:  ***** BiDirectional Sync for Cloud Services using rclone (V3.0 200824) *****                                                            
2020-09-08 10:36:18,452:  Lock file created: </tmp/rclonesync_LOCK_dropbox-jonas___Dropbox_>                                                                      
2020-09-08 10:36:18,452:  Synching Path1  <dropbox-jonas:/>  with Path2  </Dropbox/>                                                                              
2020-09-08 10:36:18,453:  Command args: <Path1=dropbox-jonas:/, Path2=/Dropbox/, check_access=False, check_filename=RCLONE_TEST, config=None, dry_run=False, filte
rs_file=None, first_sync=True, force=False, max_deletes=50, no_cleanup=False, no_datetime_log=False, rc_verbose=None, rclone=rclone, rclone_args=None, remove_empt
y_directories=False, verbose=1, workdir=/home/rclone/.rclonesyncwd>                                                                                               
2020-09-08 10:36:23,242:  >>>>> --first-sync copying any unique Path2 files to Path1        

[... list of files to sync]           

2020-09-08 10:36:23,244:    Path2      Do queued first-sync copies to    - Path1
Error: unknown flag: --files-from-raw
Usage:
  rclone copy source:path dest:path [flags]

Flags:
  -h, --help   help for copy

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.

[... repeated output of error]

2020-09-08 10:36:23,315:    ERROR    rclone copy failed.  (Line 183)     - /Dropbox/                                                                             
2020-09-08 10:36:23,316:  Lock file removed: </tmp/rclonesync_LOCK_dropbox-jonas___Dropbox_>                                                                     
2020-09-08 10:36:23,316:  ***** Critical Error Abort - Must run --first-sync to recover.  See README.md *****
cjnaz commented 4 years ago

See issue #58

jonasjonas commented 4 years ago

Thanks! Sorry I did not see the older issue...

cjnaz commented 4 years ago

NP. I'll be adding a version check to the next release.

On Tue, Sep 8, 2020, 7:35 AM Frank Hellenkamp notifications@github.com wrote:

Thanks! Sorry I did not see the older issue...

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/cjnaz/rclonesync-V2/issues/61#issuecomment-688919509, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRKVYPMKZ26JTDH356URG3SEY6KXANCNFSM4Q7Z6LDA .