Merge pull request #3102 from tofran/remove-rclone-drive-use-tras-default-param

Remove `--drive-use-trash=false` from rclone param
This commit is contained in:
rawtaz
2020-11-17 11:21:20 +01:00
committed by GitHub
3 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
Change: Remove `--drive-use-trash=false` from default rclone params
By default restic used launched rclone with --drive-use-trash=false,
since google drive trash retention policy changed, it is no longer required.
Rclone will now use what's provided in by the `--drive-use-trash
parameter, `drive-use-trash` config or RCLONE_CONFIG_*_USE_TRASH env
falling back to `true` as a default (as of: v1.53.2).
https://github.com/restic/restic/issues/3095