search for: backuplist

Displaying 4 results from an estimated 4 matches for "backuplist".

Did you mean: backuplist+
1999 Jun 30
0
How to backup from Win to Linux using smb
...date echo ping $hlist[$i] ping $hlist[$i] if ($status) then echo email to $olist[$i] for $hlist[$i] not available /bin/mail -s "Backup for $hlist[$i] failed" $olist[$i] \ < /backup/failed.msg /bin/mail -s "Backup for $hlist[$i] ($olist[$i]) failed" backuplist\ < /backup/failed.msg else echo File ${fileno}: $hlist[$i] $SMBC \\\\$hlist[$i]\\c "pcadmin" -TcbX 126 $TAPE \ "Program Files" $EXCLUDE >&! $hlist[$i].log @ fileno = $fileno + 1 endif @ i++ end
2006 Sep 15
0
winbind and SBS 2003
...network is going down on the samba server, everything awakes... The event log o n the local XP clients complains something like: There is no Domain Controller available by following reason: the RPC call was aborting Event ID:5719 The event log on UMS, the backup browser complains:The reading of the backuplist aborted because there is no master browser accessible The backup browser could not get a serverlist from the master browser on the network {... }Event ID:8021. It looks like the SBS2003 machine can't 'forget' that a second machine with the same netbios name was appearing in the network....
1998 Nov 18
5
PC Backup Script?
I am trying to setup my Sun running samba 1.9.18p10 so that it can backup my dept's PCs. I can get it to work manually using the smbclient command with no problem. What I would like to do is have a script that is able to take a list of PCs, determine if a PC is online, backup that PC, then move on to the next one. If a PC is down, it can report an error to the admin to state that the
1999 Jul 01
1
SAMBA digest 2150
...; if ($status) then > echo email to $olist[$i] for $hlist[$i] not available > /bin/mail -s "Backup for $hlist[$i] failed" $olist[$i] \ > < /backup/failed.msg > /bin/mail -s "Backup for $hlist[$i] ($olist[$i]) failed" backuplist\ > < /backup/failed.msg > else > echo File ${fileno}: $hlist[$i] > $SMBC \\\\$hlist[$i]\\c "pcadmin" -TcbX 126 $TAPE \ > "Program Files" $EXCLUDE >&! $hlist[$i].log > @ fileno = $fileno + 1 &...