Displaying 5 results from an estimated 5 matches for "acrobat3".
Did you mean:
acrobat
1998 Oct 07
0
smbtar skips files, why?
Hello,
I'm using Samba version 1.9.18p10.
I am trying to backup a Win95 disk with smbtar, but it skips lots of files
without any apparant reason. For example, I have a directory C:\Acrobat3,
with various subdirectories. With smbclient I can see and browse them just
fine:
smb: \> cd Acrobat3
smb: \Acrobat3\> dir
. D 0 Wed Aug 19 12:42:24 1998
.. D 0 Wed Aug 19 12:42:24 1998
Distillr...
1999 Jun 30
0
How to backup from Win to Linux using smb
...---------- 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 HPFONTS ORCADWIN ICM98)
# Hosts with pcadmin remote access account
#
#
set hlist...
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
2009 Jun 17
0
newb question installing rsync on old solaris
...Enterprise/lib/libc_psr.so.1
but this seems weird since they both are on the box
la3000# locate ld.so.1
/usr/lib/ld.so.1
/etc/lib/ld.so.1
and i modified the path to find them, just in case that was an issue.
la3000# echo $PATH #(parsed)
/usr/local/lib:
/sybase/Acrobat3/bin:
/usr/ccs/bin:
/export/home/opt/GCC281/bin:
/sybase/websql/sybase/bin:
/usr/etc/appletalk:
/opt/VRTSvxva/bin:
/opt/SUNWsymon/bin:
/usr/openwin/bin:
/bin:
/usr/bin:
/usr/ucb:
/usr/sbin:
/sybase/microsoft/ie4/bin:
.:
/src/web/acroread/bin:
/usr/opt/SUNWmd/bin:
/usr/opt/SUNWmd/sbin:
/usr/local/bin...
1999 Jul 01
1
SAMBA digest 2150
...$#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 HPFONTS ORCADWIN ICM98)
>
> # Hosts with pcadmin remote access...