Displaying 4 results from an estimated 4 matches for "nrst0".
1998 Sep 11
1
smbtar multiple machines
Hi all,
I'm just looking at using smbtar to backup the Win95 PC's on my network, and would like usability ideas please.
The tape drive I intend to use is in our RS6000 and has a capacity of 20GB before compression which means that I will be able to fit plenty of PC's onto one tape as all the PC's have <3GB HD's on them.
The problem I have is how do I get multiple
1999 Jun 30
0
How to backup from Win to Linux using smb
...f the Unix systems, and avoid making copies of program files on the Win
systems.
Here's the script:
-------------- next part --------------
#! /bin/csh
if ($#argv == 0) then
set fileno = 0
else
set fileno = $1
endif
set SMBC=/usr/local/samba/bin/smbclient
cd /backup
set TAPE=/dev/nrst0
set EXCLUDE=(windows winnt dos xnfs orcadwin MAXPLUS2 emacs OmniX OmniNFSXe \
MSOffice Office wpwin60 Acrobat3 engr wpc20 DMI ATI PAGEMGR KPCMS OPLIMIT \
wpwin60 dell mouse vibra16 teac winmcad win32app acroread acrobat3 \
bsdl pkware ACADR13 DTEXT23 MCVHDL RECYCLED lotus Corel ACER \...
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
...escription: pc.backup
> Content-Disposition: attachment; filename="pc.backup"
>
> #! /bin/csh
>
> if ($#argv == 0) then
> set fileno = 0
> else
> set fileno = $1
> endif
>
> set SMBC=/usr/local/samba/bin/smbclient
> cd /backup
> set TAPE=/dev/nrst0
>
> set EXCLUDE=(windows winnt dos xnfs orcadwin MAXPLUS2 emacs OmniX OmniNFSXe \
> MSOffice Office wpwin60 Acrobat3 engr wpc20 DMI ATI PAGEMGR KPCMS OPLIMIT \
> wpwin60 dell mouse vibra16 teac winmcad win32app acroread acrobat3 \
> bsdl pkware ACADR13 DTEXT23 MCVHDL RECY...