Tried that and here is what happens. dimins2 is the hostname. From the
log:
Contents of log file /BACK/backuppc/pc/dimins2/XferLOG.bad.z, modified
2004/7/27 14:35:51
Running: /usr/bin/ssh -q -n -l root -p 2222 dimins2 --newer=2004-07-22\
17:00:03 --exclude=./tmp --exclude=./var/tmp --exclude=./proc
--exclude=./dev/shm .
Note that the command that SSH is running on the client is everything
after the hostname (in this case, dimins2).
So it's trying to run the command '--newer=2004-07-22\ 17:00:03
--exclude=./tmp --exclude=./var/tmp --exclude=./proc
--exclude=./dev/shm .', which obviously won't work.
The $Conf{TarClientCmd} in my config.pl is set to '$sshPath -q -x -n
-l root $host $tarPath -c -v -f - -C $shareName+
--totals'. It looks like yours is missing the '$tarPath' portion of
this (since it's running the SSH command correctly). What is your
TarClientCommand set to?
--
Justin Guenther
IT Analyst
CrownAg International Inc.
250 Henderson Drive
Regina, SK, Canada S4N 5P7
Tel: (306) 522-8111
Email: justin.guenther < at > crownag.ca
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/
