Displaying 5 results from an estimated 5 matches for "rlptd".
2004 Sep 07
4
[Bug 1678] --link-dest doesn't create hard links on remote system.
https://bugzilla.samba.org/show_bug.cgi?id=1678
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2004-09-07 12:03 -------
This works fine in my testing. I'd suggest
2008 May 16
4
Ignore Owner and group at destination
Hi All,
We are using rsync version 2.6.3 protocol version 28.
Is there a way we could transfer files and force rsync not to look for the
same user:group as host on the destination?
Thanks in Advance
--
View this message in context: http://www.nabble.com/Ignore-Owner-and-group-at-destination-tp17279218p17279218.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
2005 Apr 20
4
[Bug 2628] hangs indefinitely (while listing files)
https://bugzilla.samba.org/show_bug.cgi?id=2628
------- Additional Comments From wayned@samba.org 2005-04-20 01:11 -------
You didn't mention the client command you're running.
As for the log-data output by a --daemon, did you look in the appropriate syslog
file? or check the rsyncd.conf file to see if it is logging to a file? You can
also use the "max verbosity" setting
2007 May 17
2
DO NOT REPLY [Bug 4633] New: rsync mirror fails when using -a/-o/-g options
...Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: klaus.steden@thomson.net
QAContact: rsync-qa@samba.org
Attempting to rsync between two RHEL4 systems across WAN.
When using the following command-line, everything works fine:
rsync -rlptD --verbose --progress rsync://jeeves.trno/redhat/RHEL4/ /usr/tmp
Things fail when using the following command-line:
rsync -rlptDo --verbose --progress rsync://jeeves.trno/redhat/RHEL4/ /usr/tmp
(will also fail if using '-g' instead of '-o', or using '-a' option instead o...
2004 Nov 23
0
[OT] *nix Server/Windows Client Tips and tricks
...L0=0;
RETVAL1=0;
echo Attempting to mount /mnt/$i;
if (mount -t smbfs -o username=$BUSER -o
password=$BPASS //$BUSERVER/$i /mnt/$i >& /dev/null); then
echo Mount of $i successful.
else
echo ERROR: Mount of $i FAILED, please
investigate. Returned: $?
fi;
if (rsync -rlptD --links
--exclude=/export/samba/public/offices/
--exclude=/export/samba/public/office/
--exclude=/export/samba/public/officexp/
--exclude=/export/samba/public/recycler/ --delete --delete-excluded /mnt/$i
$BUTARG/$i >& /dev/null); then
echo Rsync of $i successful.
else
echo ERROR:...