Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run shadowspawn to just backup vhd's to USB drive without addition command #29

Open
nospam2k opened this issue Mar 22, 2022 · 3 comments

Comments

@nospam2k
Copy link

I'm sorry to bug you with this as you were so kind to respond quickly to my previous post, but I have an old 2008 SBS server running on old Hyper-V. I just want to back up the VHD during the day to a USB drive. I admit, I'm being lazy as I could probably look through to code or be creative, but since you are the author, what is the best command line to use to just backup the VHD's on the Hyper-V machine to a USB drive without running any additional commands after.

I just want the VHD's to be available on USB as normal files. Thanks again ;)

@dbolton
Copy link

dbolton commented Mar 23, 2022

@TReKiE
Copy link

TReKiE commented Mar 23, 2022

I do similar to dbolton, but I'm using robocopy directly, so for a VHD at g:\data\disk.vhd, backing up to v:\backup you could do:
shadowspawn.exe g: b: robocopy b:\data v:\backup disk.vhd

@nospam2k
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants