mirror of
https://github.com/restic/restic.git
synced 2025-08-23 03:07:25 +00:00
Remove --drive-use-trash=false
from rclone param
Google drive trash retention policy changed making this no longer a good default a go Issue #3095
This commit is contained in:
9
changelog/unreleased/issue-3095
Normal file
9
changelog/unreleased/issue-3095
Normal 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
|
Reference in New Issue
Block a user