You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added option to dry-run removal of old backups
Updated to use the new env variable targetfile instead of tarfile
jobFolder is now automatically created if needed
Rclone now has hardcoded shell and home due to changes in Proxmox7
Copy file name to clipboardExpand all lines: ProxmoxEncryptedBackupSettings.py
+1
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,5 @@
27
27
rcloneVerifyUploads=True# If True, after the upload the local and remote files will have their hashes compared
28
28
rcloneRemoveSourceFile=True# If True, the upload source file will be deleted after upload. Note this is the .enc file and not the original backup files.
29
29
rcloneRemoveOldBackups=False# If True, old remote files will be deleted
30
+
rcloneRemoveOldBackupsDryRun=True#If True AND rcloneRemoveOldBackups is True, will only list files that would be deleted
30
31
rcloneRemoveThreshold="14d"# Backups older than this threshold are deleted. Format: ms|s|m|h|d|w|M|y. Example: 14d = 14 days
0 commit comments