wok view backuppc/stuff/etc/BackupPC/woh.sh @ rev 10765

Up: vidalia to 0.2.12. Https support is in tazwok and cook.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 31 07:09:26 2011 +0000 (2011-05-31)
parents
children
line source
1 #!/bin/sh
3 # In /etc/BackupPC/config.pl:
4 # $Conf{DumpPreUserCmd} = '/etc/backuppc/wol.sh $host $userName';
6 USER=$2
7 #USER=$2%thepassword
9 /usr/bin/ether-wake $1
10 sleep 60
11 for i in $(seq 1 15); do
12 smbclient -L $1 -U $USER >/dev/null && break
13 sleep 10
14 done