Dumb question: How do I change the file location path during restore?

Original Path - E:\Hyper-V\Backup\<VM NAME>\VM.VHDX
Restore Path - E:\Hyper-V\Restore\<VM NAME>\VM.VHDX

The client remains the same.  I just want to change the folder BACKUP to RESTORE in the path.  I've tried using RegExp in FILE LOCATION (e.g., !/hyper-v/Backup/!/hyper-v/Restore/!) and other variations.  I even used the TEST FILENAME MANIPULATION and it appears to be ok but it still restores the VM image to the BACKUP folder.

Steven Hammond

Job {
  Name = "RestoreFiles"
  Type = Restore
  Client=bsd-fd
  FileSet="Linux Backup"
  Storage = File
  Pool = Default
  Messages = Standard
  Add Suffix = .restored
#  Where = /bacula/restore
}


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to