Page 1 of 1

Magic Packet

Posted: Sat Jul 17, 2021 4:02 pm
by RogueTexan
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

Re: Magic Packet

Posted: Sat Jul 17, 2021 10:20 pm
by tobias
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.

Re: Magic Packet

Posted: Sun Jul 18, 2021 1:27 pm
by Contractor5Prepays9
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

Re: Magic Packet

Posted: Tue Jul 20, 2021 5:28 pm
by RogueTexan
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.

Re: Magic Packet

Posted: Tue Jul 20, 2021 5:31 pm
by RogueTexan
Contractor5Prepays9, nice!

I wish I could go that route, but I've got two 8TB drives in a RAID 0 stripe.

Re: Magic Packet

Posted: Tue Jul 20, 2021 6:09 pm
by tobias
Hello,
you need to invoke powershell.exe with your script name as a parameter.

Code: Select all

PowerShell.exe -Command C:\scripts\test.ps1

Re: Magic Packet

Posted: Tue Jul 20, 2021 7:09 pm
by RogueTexan
Thanks tobias, I figured it out a few minutes after posting...