search for: rsyns

Displaying 20 results from an estimated 25 matches for "rsyns".

Did you mean: rsync
2011 Apr 27
2
Rsync 3 from rpmforge
My brain must be on knots somehow. I try to install rsync 3.x, which I know is in rpmforge repo for my architecture: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214 http://packages.sw.be/rsync/ But yum does not find it, however I try. I have installed yum-priorities. Rpmforge is low priority. But still... yum erase rsync # erase v2.6 from base repo yum --disablerepo=\*
2003 Aug 21
2
how to make rsync avoid inputting a password?
Hello Now I am developing a project. I want abstract rsync from cygwin and use = it at Windows platform. The problem is when use rsyn -e ssh, it always = requires a password. So I use ssh-agent/ssh-add, but in command line = environment, rsync can't reconize the ssh-agent. It still require a = password once I use rsync. Would you please help me to solve this problem? Zhiwei Qu
2005 Dec 28
8
[Bug 3358] New: rsync chokes on large files
https://bugzilla.samba.org/show_bug.cgi?id=3358 Summary: rsync chokes on large files Product: rsync Version: 2.6.6 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: david-bo@dsv.su.se QAContact:
2010 Feb 05
1
Updating rsync version installed to new release
Hi, I have rsync 3.0.1 installed on Fedora 9 distribution. I want to update rsync to it's new release which is 3.0.7. I am not exactly sure how to proceed... I saw some source code tar files on rsync home page, but I am not too sure what to do with those. The Linux machine I mention has no internet access. If somebody can provide a set of instructions on how to update rsyn to a newer
2013 Dec 21
1
How to set different permissions on target
Hi all, Ok, I'm attempting to rsync a large datastore (email), and want to change the ownership of the target directories and files. I saw the --chmod option in man rsync, but didn't see a --chown option... What I'd like to do is something like: rsync -avHP --chown vmail:vmail /mnt/old-mail/ /var/vmail/mail/ So the ownership of all dirs and file on the target are vmail:vmail
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys! I'm doing a middle scale backup job using ccollect [0], which uses rsyn, with about 50 servers, each about 1-10 GiB changes per day and have some problems, that servers do not finish their backup completly: [host1.backup] Read from remote host host1.backup: Connection reset by peer [host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2005 Sep 17
3
mirror combined with 7 day incremental backup
Hello, I'm trying to figure out how to keep a mirror and 7 day incremental backup between to 2 mount points. I want to rsync everything from /mnt/production/ to /mnt/backup/production/ on the same server. Nothing fancy. But , I Want to utilize the --delete option for files that no longer exist on /mnt/production/ that have been on /mnt/backup/production/ for longer then 7 days. I
2002 Feb 12
4
Rsync with script
Hi, I am trying to mirror a server every night using rsync. I have to backup multiple directories and multiple individual files. I also want to use ssh as transport. The problem is that I cannot get ssh to work without asking password for each step. I tried the public key thing but it doesnt work. Can some one give instructions for a layman like me. Also I want to know how to pass argument to
2006 Mar 15
2
Still getting a generator hang on 2.6.7
I've gotten around to testing the generator hang bug using stunnel under 2.6.7, and I still occasionally get the same problem. It seems to be around 50% of the time. Here's some strace output from the generator and receiver from two runs, one where the generator exits properly, and one where it doesn't. Run 2 hangs indefinately. Run 1 Generator: Process 14581 attached - interrupt
2007 Sep 05
0
(no subject)
what is generator hang? when did this situation happend? thank you. =20 Best Regards --------------------------------------------- yhhuang =BB=C6=D3=C2=BB=D4 Server Dept. TeleNav Shanghai Inc. Tel:(21)6337 2220 ext 8651 www.telenav.com -----=D3=CA=BC=FE=D4=AD=BC=FE----- =B7=A2=BC=FE=C8=CB: rsync-bounces+yhhuang=3Dtelenav.cn@lists.samba.org =
2006 Oct 28
1
Cygwin rsync to RH rsync server
Ok I updated both systems to rsync-2.6.8 and found the info on setting strace on the server. Here are the trace logs, there are two calls the first is just the module list which finishes normally the second is the file list in the test module which fails after the list. By the way I have no idea what any of this means (sorry if I'm not supposed to post traces to the list)
2017 Jan 13
1
Rsync tries to access unnecessary files/dirs after chrooting itself.
Hi. While debugging some encfs errors in the logs, I realized they are being generated because rsync (chrooted inside a encfs file system, --reverse) is trying to access files like: /root/.popt, /etc/localtime etc. This doesn't seem to be related to ID-name mapping as I already have numeric ids enabled in config. Here is the relevant strace output: [pid 25549] chroot("/chroot")
2019 Feb 13
4
rsync rewrites all blocks of large files although it uses delta transfer
Hi All, For a backup purpose I'm trying to transfer only the changed blocks of large files. Thus I've run "rsync" with the appropriate options: RSYNC_BKPDIR=`mktemp -d` rsync \ --archive \ --no-whole-file \ --inplace \ --backup \ --backup-dir="$RSYNC_BKPDIR" \ --verbose \ --stats \ /var/backups/mysql-dbs/. \ /mnt/bkp/var/backups/mysql-dbs/. The
2019 Feb 13
0
rsync rewrites all blocks of large files although it uses delta transfer
On 2019-02-13 10:47 a.m., Delian Krustev via rsync wrote: > > > Free space at the beginning and end of the backup: > Filesystem 1M-blocks Used Available Use% Mounted on > /dev/mapper/bkp 102392 76872 20400 80% /mnt/bkp > /dev/mapper/bkp 102392 78768 18504 81% /mnt/bkp > > ####################################################
2002 Sep 09
0
Repost - Problem with file name ending with dot "."
Hi, I map a folder, for example /tmp, to Samba share folder by using "mount -t smbfs -o username=...,password=... //sambaserver/sharename /tmp" then rsync another folder with samba folder by executing "rsync -uvr --progress /Apps/ /tmp". /Apps is just example. If the file under /Apps has trailing dot in its name, for example "abc.", the destination file name
2004 Jan 16
1
compilation problem
Hello, I have a RedHat 7.3 on which I deinstall the openssl-0.9.6b-35.7 and the openssl-devel-0.9.6b-35.7 packages and compiled&install openssl-0.9.7c-1. After I downloaded, compiled & install rsync-2.6.0 successfully exept that when I try to use I get the error: OpenSSL version mismatch. Built against 90602f, you have 90703f rsync: connection unexpectedly closed (0 bytes read so far)
2005 Dec 11
0
generator hanging when used with stunnel
I''m working on the problem I''m having with the generator hanging on the server when the client side dies. This only happens when I''m connecting through stunnel. This is the strace output I''m getting, but I''m not sure how to interpret the output. Can anyone help? write(4, "2005/10/03 13:58:12 [16992] recv"..., 137) = 137 select(8, [7], [3],
2006 Jul 24
2
DO NOT REPLY [Bug 3958] New: ile over 13 carateres, they are syncro all time!!!
https://bugzilla.samba.org/show_bug.cgi?id=3958 Summary: ile over 13 carateres,they are syncro all time!!! Product: rsync Version: 2.6.6 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: orffo@free.fr
2009 Sep 11
0
Rsync major slowdown problem
...s are permanently in "select" system call and consume 0% CPU time. No playing with options solves problem. If I set big tcp buffers (about 512KB) it runs good for a litttle while but then same slowdown with full buffers. Now some details that might be usefull: I'm using latest (3.0.6) rsyns on both ends. Before I have old rsync (2.8.X something like that) on receiving server and there was different problem: data copied with good speed but after some hours of copying it dropes with "broken pipe" error on both ends. The most strange that both of these issues (old and new one)...
2011 Jun 20
0
Exclude in destination folder.
Hello everybody, I have a little probl?me with my rsync command. Fist of all, let me explain you my architecture : I work on Debian Linux (lenny & squeeze), i want rsync my /etc on /var/backup/etc... I need an archival sync, so --archive I need to delete the folders/files in the destination, so --delete-after But I use svn to add versionning to my /var/backup/etc, and svn add a