Has anyone used magic packets with Syncovery to wake up a target PC, prior to backup?
My gun safe has internal power and ethernet via passthrough.
I'd like to have an additional backup target PC inside the safe.
To minimize heat, I want the PC to stay asleep until time to backup.
Thanks
Magic Packet
Re: Magic Packet
Hello,
I'm not sure about magic packets, but if you have a command line tool to do it, you can invoke it from Syncovery via the "Execute before/after..." checkmark on the Job tab sheet in the profile.
I'm not sure about magic packets, but if you have a command line tool to do it, you can invoke it from Syncovery via the "Execute before/after..." checkmark on the Job tab sheet in the profile.
-
- Posts: 85
- Joined: Wed Sep 23, 2020 10:38 pm
Re: Magic Packet
i have a drive in my safe also.
i use a zwave switch, so that i can turn the drive ON when i need it, from my phone app, and OFF when i don't need it.
i n lieu of that, if yhou are in close proximity, just add external switch, so power is TOTALLY off, not just asleep (but still powered)
anyway, just an observation
i use a zwave switch, so that i can turn the drive ON when i need it, from my phone app, and OFF when i don't need it.
i n lieu of that, if yhou are in close proximity, just add external switch, so power is TOTALLY off, not just asleep (but still powered)
anyway, just an observation
-
- Posts: 4
- Joined: Sat Jul 17, 2021 3:53 pm
Re: Magic Packet
Thanks tobias, I forgot that option existed..
I created powershell script to send the magic packet.
I'm not sure how to format the line in the "Execute before / after"
I entered the path and file name C:\temp\wol.ps1, but it just opens in notepad.
I'm not finding much documentation.
I created powershell script to send the magic packet.
I'm not sure how to format the line in the "Execute before / after"
I entered the path and file name C:\temp\wol.ps1, but it just opens in notepad.
I'm not finding much documentation.
-
- Posts: 4
- Joined: Sat Jul 17, 2021 3:53 pm
Re: Magic Packet
Contractor5Prepays9, nice!
I wish I could go that route, but I've got two 8TB drives in a RAID 0 stripe.
I wish I could go that route, but I've got two 8TB drives in a RAID 0 stripe.
Re: Magic Packet
Hello,
you need to invoke powershell.exe with your script name as a parameter.
you need to invoke powershell.exe with your script name as a parameter.
Code: Select all
PowerShell.exe -Command C:\scripts\test.ps1
-
- Posts: 4
- Joined: Sat Jul 17, 2021 3:53 pm
Re: Magic Packet
Thanks tobias, I figured it out a few minutes after posting...