Displaying 3 results from an estimated 3 matches for "tcbx".
Did you mean:
tcb
1999 Jun 30
0
How to backup from Win to Linux using smb
...-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
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
...< /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
>
> --==_Exmh_3839442400--
>
> ------------------------------
>
> Date: Wed, 30 Jun 1999 09:09:24 -0500
> From: &...