removed hard delete as I changed the bucket settings to only keep latest version
This commit is contained in:
@@ -49,7 +49,7 @@ curl --silent https://rclone.org/install.sh | bash > /dev/null
|
||||
|
||||
# Upload encrypted seafile files to Google Drive and BackBlaze B2
|
||||
${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_gd_`date +%Y%m%d-%H%M%S`.log" --fast-list sync /mnt/data-pool/seafile/ gd-crypt:Seafile
|
||||
${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_b2_`date +%Y%m%d-%H%M%S`.log" --fast-list --b2-hard-delete sync /mnt/data-pool/seafile/ b2-crypt:
|
||||
${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_b2_`date +%Y%m%d-%H%M%S`.log" --fast-list sync /mnt/data-pool/seafile/ b2-crypt:
|
||||
|
||||
# Upload encrypted backups to Google Drive
|
||||
${RCLONE_COMMAND} "${RCLONE_LOGS}/backups/rclone_backups_gd_`date +%Y%m%d-%H%M%S`.log"--fast-list --backup-dir gd-crypt:Deleted/Backups sync /mnt/data-pool/backups gd-crypt:Backups
|
||||
|
||||
Reference in New Issue
Block a user