Displaying 4 results from an estimated 4 matches for "xnfs".
Did you mean:
nfs
2009 Apr 26
9
Peculiarities of COW over COW?
We run our IMAP spool on ZFS that''s derived from LUNs on a Netapp
filer. There''s a great deal of churn in e-mail folders, with messages
appearing and being deleted frequently. I know that ZFS uses copy-on-
write, so that blocks in use are never overwritten, and that deleted
blocks are added to a free list. This behavior would spread the free
list all over the zpool. As well,
1999 Jun 30
0
How to backup from Win to Linux using smb
...opies 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 \
MAX2WORK ticd abel3 clipart HPFON...
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
...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 RECYCLED lotus Corel ACER \
> MAX2WORK ticd...