feat: support Rclone global flasgs (close #49)

This commit is contained in:
ttionya
2022-03-21 01:38:50 +08:00
parent c68ad37cc2
commit 4022c5cdf6
6 changed files with 28 additions and 5 deletions
+8
View File
@@ -232,6 +232,14 @@ Folder for storing backup files in the storage system.
Default: `/BitwardenBackup/`
#### RCLONE_GLOBAL_FLAG
Rclone global flags, see [flags](https://rclone.org/flags/).
**Do not add flags that change the output, such as `-P`, which will affect the deletion of outdated backup files.**
Default: `''`
#### CRON
Schedule run backup script, based on Linux `crond`. You can test the rules [here](https://crontab.guru/#5_*_*_*_*).