Can ds918+ wake a pc for backups?

Currently reading
Can ds918+ wake a pc for backups?

119
9
NAS
DS918+
Operating system
  1. Windows
Mobile operating system
  1. Android
Using dsm7 can Active backup for business, wake my pc for backups and if so how? When I used windows home server years ago it would wake the pc then back it up.

Thank you
 
Yikes, that link makes a simple thing look difficult.

I use one script that wakes all the devices I need to kick into life and smaller scripts that wake just one client. The one i use to wake all my sleeping/powered-off devices is nothing more than:

Code:
synonet --wake 00:11:32:aa:aa:aa eth4;
synonet --wake 00:30:93:aa:aa:aa eth4;
synonet --wake d0:81:7a:aa:aa:aa eth4;
synonet --wake 98:fa:9b:aa:aa:aa eth4;

##eth 4 = LAN 5 = 10 GbE outgoing port##
##synonet --wake <MAC address of device to wake> eth<outgoing port eg LAN1 = eth0>##

If you are not familiar with the use of the ## function at the end then this does nothing more than to add free text or commands that will be ignored when the script is run. Effectively a way to provide notes, instructions or reminders to help you next time around. They can be excluded from the script if your memory is better than mine.

I also use WoL apps on my phone, iPad and Macs too, as you never know when you might need one.
 
Thanks guys I will give this a try
-- post merged: --

If I have a backup time of 3am, when should I wake? 15 min before?
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Hi, I’m new to the forums. Posting here to ask about possibilities for repairing a seemingly bricked...
Replies
0
Views
1,701
I do it all the time with some of my 3TB drives in RAID6 configurations and never had any problems.
Replies
6
Views
1,949
I switch to read-cache only instead of r/w-cache and there's no noise, so I guess there's something that's...
Replies
16
Views
3,284
Sorry I’ve been very busy. Thank you all for the nice discussion and your input. As I initially mentioned...
Replies
22
Views
8,167
The disk activity sounds like it "scan all files on my NAS" or something..
Replies
13
Views
3,592

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top