We're using rsync 2.5.6 version 26.
Want to synch two W2K directories which are not on my machine (machine1 synchs
machine2 -> machine3)
I would like to synch the 2 direcories with the following syntax:
rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
When I try th
Dennis Chelukanov writes:
> I running rsync in daemon mode (rsync --daemon)
> Everything seems to work well until I try to protect item with
> password.
>
> here is my /etc/rsyncd.conf :
>
> use chroot = yes
> max connections = 10
> syslog facility = local5
>
> [ftp]
> path = /var/ftp
>
Greetings!
I've heard about using rsync to replicate data across the WAN, but need to know
if anyone is using it on a large scale.
I have a client who is contemplating consolidating Windows file/print servers
into a Linux partition on an iSeries. The show stopper is whether rsync (or
any replic
On Tue, Oct 21, 2003 at 03:26:08PM +0200, Mueller-Lynch Thomas wrote:
> rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
Rsync does not consider "//" to be different from "/", so that may be
thwarting you. Try something like this to work around the problem:
cd \\remo
Wir sind es noch einmal! ;-)
Sehr geehrte Damen und Herren,
aller Anfang ist schwer
Vor einigen Tagen haben wir Sie auf den neuen AUSSCHREIBUNGS-MONITOR hingewiesen. Über
die riesige Resonanz und Ihre zahlreichen Anregungen haben wir uns sehr gefreut.
Leider ist uns ein bedauerlicher Fehler
Can this be done with rsync?
I have two machines, (a) and (b).
(a)= has a fast connection
(b)= has a very slow connection
Both have a directory called /debian which on day one is identical.
The copy of /debian on (a) is synced weekly with a debian site.
On day 30 (a)'s and (b)'s copies of /debia
On Tue, Oct 21, 2003 at 06:56:20AM -0700, Laura Ausel wrote:
> I've heard about using rsync to replicate data across the WAN, but need to know
> if anyone is using it on a large scale.
Many are using it on large scales. There are scaling issues
and mitigation depends on the definition of large.
jw schultz wrote
> On Tue, Oct 21, 2003 at 06:56:20AM -0700, Laura Ausel wrote:
> > I've heard about using rsync to replicate data across the WAN, but need to know
> > if anyone is using it on a large scale.
>
> Many are using it on large scales. There are scaling issues
> and mitigation depends
I wanted to flag a problem and offer a possible solution.
The problem:
large rsync operation fails on machines with modest amounts of memory.
Proposal:
Add a parameter to rsync recursive to specify a recursion level (See
example bash wrapper below). (works with recursive file system rsyncs
o
On Tue, Oct 21, 2003 at 06:25:51PM -0700, Matt Olson wrote:
> I wanted to flag a problem and offer a possible solution.
>
> The problem:
>
> large rsync operation fails on machines with modest amounts of memory.
>
> Proposal:
>
> Add a parameter to rsync recursive to specify a recursion level (
jw schultz wrote:
Sounds promising.
The pitfall you with rsync in threads is that rsync forks
with a COW expectation using a great deal of data set prior
to the fork. Some of that data is altered. In particular a
slew of global variables that must become thread unique when
modified or things wil
On Tue, Oct 21, 2003 at 11:28:11PM -0400, John E. Malmberg wrote:
> jw schultz wrote:
> >
> >Sounds promising.
> >
> >The pitfall you with rsync in threads is that rsync forks
> >with a COW expectation using a great deal of data set prior
> >to the fork. Some of that data is altered. In particula
If your wanting database replication, let the database software handle
the replication. Most database server products have at least one way
replication. Trying to have some file system level replication package
replicate all that data would be killer.. in fact, it would never finish
because reall
I am trying to use rsync for making snapshots, sharing hardlinks at
the destination using the --link-dest option. In conjunction with
this, I would like for --dry-run to report some reliable-ish number
for how much space it is going to consume at the destination so that I
can arrange to free such
On Tue, Oct 21, 2003 at 11:29:04PM -0700, Russell Senior wrote:
>
> I am trying to use rsync for making snapshots, sharing hardlinks at
> the destination using the --link-dest option. In conjunction with
> this, I would like for --dry-run to report some reliable-ish number
> for how much space it
15 matches
Mail list logo