Displaying 11 results from an estimated 11 matches similar to: "How to use multiple link-dest directories?"
2008 Nov 13
1
Intermittent connection failure
Hi,
i have sporadic connection problems with my rsync server.
I have _no_ firewall involved and there is _no_ max connections set.
rsync on the clients is started from cron via a bash script. There's
also no permission problem. rsyncd runs as daemon (is not started from
inetd).
It sometimes works, but every third or fourth rsync fails with this message:
rsync: failed to connect to
2002 Oct 16
2
HELP !!! Problem with file timestamps updating "weird" during rsync data pull
Running rsync 2.3.1, 2.4.1, and 2.5.5 on Solaris 8 on various system.
I'm using rsync to pull data over for collecting performance data for
graphing in Orca. What I'm seeing is the timestamps from time to time of
the data files is being setup "weird" on the system the data is being
pulled to.
The timestamp should match that of the system the data is pulled from right
?
2015 Nov 24
2
why rsync update large directory so slow?
Hi:
I have a large directory with about 0 Milillion files in it to backup by network. Server and client both windows.
rsync server config:
------------------------------------------------------------------------------------------------------
strict modes = false
hosts allow = 10.200.121.104
hosts allow = 10.171.209.87
hosts deny = *
log file = /cygdrive/d/log/rsyncd.log
port=8730
uid = 0
1997 Sep 07
0
timeout smbd
Hello,
My samba on UNIXWARE 2.1.1 is srill not working, but I can describe the
problem different now:
smbclient -L some_machine
times out after a while, but it tries to connect to the rigth IP and
port number.
>From a windows NT Machine, the unix-samba machine is visible, but the
log-on is VERY slow, after the log-on, everything is normal.
I'm using samba-1.9.17
Something else:
On a
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
Hi Stuart,
sorry for the lag in answering, I know that you're awaiting feedback for the
final release...
2010/10/19 Stuart Rackham
> Hi Arnaud
>
> I successfully compiled all the docs in svn://
> svn.debian.org/nut/branches/AsciiDoc using the current AsciiDoc trunk, and
> yes, the chunked manual only has a single toc. But there was the added
> problem of the article
2012 Feb 26
1
Problem with excludes and includes
Hi Folks,
I can't get the syntax of --include-from right, nothing at all gets
transferred.
The rsync command:
# do the backup
nice -n 15 rsync -av \
--include-from="/home/bob/backup_includes" \
--exclude-from="/home/bob/backup_excludes" \
$fromdir $todir
The excludes file:
.*
*~
Videos/
Downloads/
Dropbox/
The includes file:
.vimrc
.gitconfig
.bash_aliases
.bashrc
2009 Jan 28
0
rsync 3.0.4, Mac OS X 10.5 and NFS: ._ files not copied?
Hello - I am having trouble getting getting rsync to work - or
atleast, work cleanly. I have looked and looked, but have found no
one with similar problems. So here I am: I appreciate any tips you
might have, and apologize if I missed something obvious.
Here is the setup:
rsync host:
iMac running Mac OS X 10.5.6
rsync version 3.0.4 protocol version 30
Capabilities:
64-bit files,
2006 Oct 11
2
DO NOT REPLY [Bug 4162] New: Wanted: a mechanism to prevent rsync network compression of compressed files
https://bugzilla.samba.org/show_bug.cgi?id=4162
Summary: Wanted: a mechanism to prevent rsync network compression
of compressed files
Product: rsync
Version: 3.0.0
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo:
2010 Aug 31
3
compare a directory with itself -- differences found
well, when I tell rsync to compare my home directory with itself, it
reports many differences.
I'm using rsync version 3.0.7 protocol version 30.
I was hoping to use it to verify my backup.
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi,
This series targets automatic boot menu generation, but most of it
is the Lua upgrade, because I got tired reading deprecated API docs.
It's mostly a straightforward forward port of the earlier Syslinux
specific changes to Lua 5.1, except that:
* I chose the add a stub getenv() implementation to the COM32 API
instead of #ifdefing out all the references in Lua, and
* I kept oslib
2010 Feb 12
9
DO NOT REPLY [Bug 7129] New: rsync 3.0.7 - unlink failed (21) - unable to delete directory
https://bugzilla.samba.org/show_bug.cgi?id=7129
Summary: rsync 3.0.7 - unlink failed (21) - unable to delete
directory
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org