removing harmless, unneeded ;
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ $SnapshotRetentionPolicy = @("--group-by", "host,tags", "--keep-daily", "30", "-
|
|||||||
$SnapshotPrunePolicy = @("--max-unused", "1%")
|
$SnapshotPrunePolicy = @("--max-unused", "1%")
|
||||||
$SnapshotMaintenanceInterval = 7
|
$SnapshotMaintenanceInterval = 7
|
||||||
$SnapshotMaintenanceDays = 30
|
$SnapshotMaintenanceDays = 30
|
||||||
$SnapshotDeepMaintenanceDays = 90;
|
$SnapshotDeepMaintenanceDays = 90
|
||||||
|
|
||||||
# email configuration
|
# email configuration
|
||||||
$SendEmailOnSuccess = $false
|
$SendEmailOnSuccess = $false
|
||||||
|
|||||||
Reference in New Issue
Block a user