similar to: multiple rsync servers

Displaying 20 results from an estimated 100000 matches similar to: "multiple rsync servers"

2003 Mar 12
3
Syncing Multiple servers simultaneously
Hi all; I am sure this question has been brought up before, but I could not find any information in the FAQ or docs etc. Quick question; Is there a way of syncing multiple servers simultaneously from 1 source server? Thanks, -- Vaibhav Goel extension 6347
2002 Sep 10
1
Rsync with multiple huge filesystems
Hi, I invoked several rsync processes simultaneously. The rsync code reads the from a file each time it's invoked. The file read into the script contains lists of filesystems to be sync-ed from client machine to the NFS fileserver. Both the client machine and the NFS fileserver are on separate NIS domain, and have been made to trust one another. The 2 NIS domains are also on separate
2005 May 17
1
multiple simultaneous instances of 'rsync'
Hi all, I have a perl-based program that creates lists of files to copy from A to B using rsync. The program can be told, when there is more than one copy list, to call rsync however many times simultaneously. This all works just fine to a point. The problem is that even though (in my test) two rsync processes have been called (check with 'ps ax | grep rsync') and in the end
2003 Dec 22
2
cancelling interdomain trusts
Mother always told me that there'd be days like this. She just didn't tell me that they go on for weeks. OK - John's book suggests that we're not complete in this arena here...Yeah, I bought the Samba 3 How-to-guide - Borders/Phoenix had 3 on the shelf (now 2) - and also an LDAP book for reference. It's been a fun weekend ;-) problemo... # smbpasswd -x -i MULLEN
2008 Jan 30
6
rsync and swapping
hi all, I use rsync to copy/backup ALL my stuff to another disk. When I run this seems like my machine (4 GIG ram centos 5.1) now begins to swap out more programs. Is there a way to reduce that swapping? I am running with echo 1 > /proc/sys/vm/swappiness I simply mount /dev/sdc1 /mnt/backup; mkdir /mnt/backup/month.day.year then rsync -a /home /mnt/backup/mon.day.year This is approximately
2011 Oct 20
2
Patch: Better handling for rsync temporary files
Hi all, These two patches change how rsync handles temporary files on the receiver side. The first patch adds a static token to rsync's temporary filenames. The second patch ignores files with this token when using --cvs-ignore. http://pastebin.com/DL1jCNfm http://pastebin.com/yy9duP8Z The behaviour I wanted to improve was the case where two rsyncs are simultaneously reading and writing the
2015 Jun 03
2
Re: [ovirt-users] Bug in Snapshot Removing
On 03/06/15 07:36 +0000, Soeren Malchow wrote: >Dear Adam > >First we were using a python script that was working on 4 threads and >therefore removing 4 snapshots at the time throughout the cluster, that >still caused problems. > >Now i took the snapshot removing out of the threaded part an i am just >looping through each snapshot on each VM one after another, even with
2004 Jun 17
5
Problem in using rsync
Hi I use rsync to perform backup on disk on a SunFire 880 with Solaris 8. For performance issues, we launch simultaneously 5 rsyncs on 5 different fliesystems and about 150-200 "cp -p" commands on as many database files. We have been using the same scripts for about 2 months, without problems. The backup is performed on the same server (from filesystem to filesystem on the same
2010 Sep 15
2
Intermittent rsync Issues
Greetings, I posted this to a couple online forums already am am already doubting anyone will be able to directly help me solve my problems. So I am here to query the experts directly: > I have a number of rsync clients trying to connect to an rsync server > routinely, and they're intermittently failing with one of a couple error > messages. > > Either: > > 2010/09/15
2002 May 10
1
Possible exclude bug in 2.5.5 in rsyncd.conf
Hello all, I've found some behavior in 2.5.5 that is contrary to the documentation in the man page. Specifically, I'm running an rsync server (i.e. from inetd with --daemon),and in the module definition I'm specifying the line "exclude nosyncdir". The documentation for rsyncd.conf indicates that this is exactly equivalent to using "--exclude nosyncdir" on the
2002 Oct 18
1
Using RSYNC for Multiple Servers
Hi all, Am wanting to backup three servers to a AIT tape device that is connected to a SCO 5.0.5 server. Apart from itself, there is one other SCO 5.0.5 system and a Slackware Linux server. Is it possible to use RSYNC to backup all three servers from the primary SCO server to the tape device ? I wish to append to the tape device also for incremental backups. Any other suggestions appreciated.
2012 Jun 20
2
Using rsync to mirror directories where root owns file, using non-root user to initiate session
I have spent a day researching and attempting to debug this issue. I am hoping someone can tell me how (or disabuse me of the delusion that it's possible) to do the following: - Mirror the contents of a directory on one server to a remote server where there are diverse ownership and permissions - File and directory ownership on both the source and destination servers would normally prevent
2001 Jan 08
2
openssh-2.3.0p1 fails to transport rsync
Hi, I had previously noticed some peculiar log entries of the form error: error: channel 0: internal error: we do not read, but chan_read_failed for istate 8 in my logs. They were harmless as far as I was concerned. I checked the list archives, where the same logs have been reported and no solution was presented. Recently I tried to use rsync over ssh for backup purposes. The remote end
2015 Jun 04
2
Re: [ovirt-users] Bug in Snapshot Removing
Hi Adam, Hi Eric, We had this issue again a few minutes ago. One machine went down exactly the same way as described, the machine had only one snapshot and it was the only snapshot that was removed, before that in the same scriptrun we deleted the snapshots of 15 other Vms, some without, some with 1 and some with several snapshots. Can i provide anything from the logs that helps ? Regards
2003 Jun 22
1
rsync backup performance question
Dear all, I am implementing a backup system, where thousands of postgreSQL databases (max 1 Gb in size) on as much clients need to be backed up nightly across ISDN lines. Because of the limited bandwidth, rsync is the prime candidate of course. Potential problems I see are server load (I/O and CPU), and filesystem limits. Does anyone have experience with such setups? Ron Arts -- NeoNova BV
2012 Aug 21
2
Any android source client for icecast ?
Hi Guys, 2012/7/20 juantello <juantello1234 at gmail.com>: > > Hello. > > Icecast client for android > http://droidtools.sourceforge.net/content/icecast-client-android > http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android I just finished compiling an android version of our reshaped shine encoder [1] there:
2005 Nov 09
1
Problem with rsync on WinXP going to HP-UX or Linux
Hi, I can't get rsync from a PC to an HP-UX or Linux box to work, and am hoping for a pointer or two. I checked the FAQ and googled ... with no luck, so I hope this isn't a patently obvious newbie problem :) I just got interested in trying to use rsync to backup my WinXP PC to a Linux or HP-UX computer. I got the cygwin package from Robert Scholten's site at
2018 Aug 14
2
Sync multiple devices through a server running rsync in daemon mode
Hi, folks! I have a question about rsync running in daemon mode. Let's pretend that two mobile devices, X and Y, need to be synchronized by means of a server, where the rsync is running in daemon mode. If the device X starts synchronizing a file with the server and after a short while (before the device X finishes its sync) the device Y also tries to sync with (the same file), does the rsync
2015 Jun 04
2
Re: [ovirt-users] Bug in Snapshot Removing
Hi, I would send those, but unfortunately we did not think about the journals getting deleted after a reboot. I just made the journals persistent on the servers, we are trying to trigger the error again last time we only got half way through the VM’s when removing the snapshots so we have a good chance that it comes up again. Also the libvirt logs to the journal not to libvirtd.log, i would
2018 Mar 21
4
rsync very very slow with multiple instances at the same time.
I create a new thread, because the issue is not really the same, but i copy here the thread that made me jump into the list. My issue is not really that it waits before starting copying, but a general performance issue, specially when there are multiple rsync running at the same time. Here is my situation : I have multiple clients (around 20) with users and i want to rsync their home dirs with