default retention polciy to group-by host
Fixes the issues from previous backup's having changing directory names, which cause snapshot retention inflation.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ $GlobalRetryAttempts = 4
|
|||||||
|
|
||||||
# maintenance configuration
|
# maintenance configuration
|
||||||
$SnapshotMaintenanceEnabled = $true
|
$SnapshotMaintenanceEnabled = $true
|
||||||
$SnapshotRetentionPolicy = @("--keep-daily", "30", "--keep-weekly", "52", "--keep-monthly", "24", "--keep-yearly", "10")
|
$SnapshotRetentionPolicy = @("--group-by", "host", "--keep-daily", "30", "--keep-weekly", "52", "--keep-monthly", "24", "--keep-yearly", "10")
|
||||||
$SnapshotMaintenanceInterval = 7
|
$SnapshotMaintenanceInterval = 7
|
||||||
$SnapshotMaintenanceDays = 30
|
$SnapshotMaintenanceDays = 30
|
||||||
$SnapshotDeepMaintenanceDays = 90;
|
$SnapshotDeepMaintenanceDays = 90;
|
||||||
|
|||||||
Reference in New Issue
Block a user