Currently, this feature is not directly present in this version. :dry
But there is a solution using cron. :)
Attached a small script that stops the server and the NAS waits to receive a WOL magic packet. To re-enable the NAS, you just have to send a WOL from your PC.
=> LaCie Network Assistant can do it but you can use another, simply enter the MAC address of the NAS.
=> So, you must save first the MAC address in your PC! (you could forget it)
The MAC address is visible in the menus "Information" and "Restart"
(Note : if you forget the MAC address, unplug the power cable and plug again. So, the NAS will boot fully)
Installation:
Save the tar file in the share fvdw.
In the upload menu, put in the field "wol_sleep.tar" (without quote) and in the second field "untar" (also without quote) and click on Accept.
To plan the stop, do in the cron menu :
Enable Cron at each boot(checkbox) and Accept
Click "Add new job"
Chose the date and hour (but you can also schedule it to do this job regularly)
Put in the field "job":
- Code: Select all
/usr/bin/php -f /usr/sbin/wol-sleep.php
Put a comment
click "generate job line"
and click "Accept"
Note1: it's not a real stop (just don't start the firmware and spin down the disk).
Note2 : with this cron version, you can not schedule a boot.
But you give me the idea to add in the server menus (FTP, NFS, MEDIA) some options to schedule the stop and start of these servers. :thinking
You do not have the required permissions to view the files attached to this post.