l3uddz / cloudplow

Automatic rclone remote uploader, with support for multiple remote/folder pairings. UnionFS Cleaner functionality: Deletion of UnionFS whiteout files and their corresponding files on rclone remotes. Automatic remote syncer: Sync between different remotes via a Scaleway server instance, that is created and destroyed at every sync.
GNU General Public License v3.0
339 stars 48 forks source link

mover and rclone 1.48 #62

Closed fragment1 closed 5 years ago

fragment1 commented 5 years ago

I noticed rclone 1.48 changelog included:

Drive

  • Fix move and copy from TeamDrive to GDrive (Fionera)
  • Add notes that cleanup works in the background on drive (Nick Craig-Wood)
  • Add --drive-server-side-across-configs to default back to old server side copy semantics by default (Nick Craig-Wood)
  • Add --drive-size-as-quota to show storage quota usage for file size (Garry McNulty)

Would this alleviate the need for using rclone 1.47-019 for the mover feature that migrates from TD to MD?

Thanks!

fragment1 commented 5 years ago

Just tested it with rclone v1.48.0 with the following addition under uploader, in mover:

 "mover": {
                 ...
                "rclone_extras": {
                    ....
                    "--drive-server-side-across-configs": null,
                    ....
                }
desimaniac commented 5 years ago

Yup. Thanks.