From 26ed9f00445f833c5416d9174db4c4ad03dfec89 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Fri, 9 Mar 2018 14:17:01 +0100 Subject: [PATCH] Oops... --- dsmonrot.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmonrot.ps1 b/dsmonrot.ps1 index ddaae59..7012cf1 100644 --- a/dsmonrot.ps1 +++ b/dsmonrot.ps1 @@ -15,7 +15,7 @@ # This directory MUST exist, it is not created automatically! [String]$backupDir = "Z:\" # Disks to backup, see http://www.drivesnapshot.de/en/commandline.htm -[String]$disksToBackup = "D1:1" +[String]$disksToBackup = "HD1:1" # Path to Drive Snapshot [String]$dsPath = "C:\Users\Patrick\Desktop\DSMonRot\snapshot.exe" # Keep backups for this amount of months (excluding the current month), -- 2.34.1