Преглед на файлове

Added support for the Seagate disks

David Witham преди 4 години
родител
ревизия
c8f428b3ed
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      backup_aragorn.psm1

+ 1 - 1
backup_aragorn.psm1

@@ -77,7 +77,7 @@ function backup_aragorn {
 # Get the age of the backup to make sure we are using the right disk
 function check_disk($diskoverride=$false) {
 
-    $backupDisk = Get-WmiObject -Class Win32_LogicalDisk | Where-Object {$_.VolumeName -match "Backup"}
+    $backupDisk = Get-WmiObject -Class Win32_LogicalDisk | Where-Object {$_.VolumeName -match "Backup" -or $_.VolumeName -match "Seagate"}
     $partialBackup = $false
 
     # Test the age of the backup on the disk