search for: rsyn

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

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...
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 s...
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....
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....
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 owne...
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)...
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 can't use the BACKUPDIR=`date...
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...
2006 Mar 15
2
Still getting a generator hang on 2.6.7
...ut [4], left {36, 700000}) write(4, "\0\0\0\0\0\0\0\0\0\0\0\0000B\0\0\0\240\0\0\0\0\0\0\0\0"..., 4092) = -1 ECONNRESET (Connection reset by peer) getpid() = 14581 time(NULL) = 1142443238 write(3, "2006/03/15 11:20:38 [14581] rsyn"..., 142) = 142 rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0 getpid() = 14581 kill(14582, SIGUSR1) = 0 getpid() = 14581 time(NULL) = 1142...
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 = [mailto:rsync-bounces+yhhuang=3Dtelenav.cn@lists.samba.org] =B4=FA=B1=ED = Steve Sether =B7=A2=CB=CD=CA=B1=BC=E4: 2006=C4=EA3=D4=C216=C8=D5 1:41 =CA=D5=BC=FE=C8=CB: rsync@lists.samba.org =D6=F7=CC=E2: Still getting a generator hang on 2.6.7 I've...
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&...
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 problem is that although &q...
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 will be "abc". But the trailing dot is preserved if I do...
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) rsync error: error in rsync protocol data stream (code 12) at io.c(189) I tryed to specify the ssl librari...
2005 Dec 11
0
generator hanging when used with stunnel
...recv"..., 137) = 137 select(8, [7], [3], NULL, {60, 0}) = 1 (in [7], left {58, 460000}) select(8, [7], [], NULL, {60, 0}) = 1 (in [7], left {60, 0}) read(7, "2\0\0\10", 4) = 4 select(8, [7], [], NULL, {60, 0}) = 1 (in [7], left {60, 0}) read(7, "rsync: read error: Connection re"..., 50) = 50 getpid() = 16992 time(NULL) = 1128365894 write(4, "2005/10/03 13:58:14 [16992] rsyn"..., 78) = 78 select(4, NULL, [3], NULL, {60, 0}) = ? ERESTARTNOHAND (To be restarted) --- SIG...
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 QAContact: rsync-qa@samba.org hi, I am...
2009 Sep 11
0
Rsync major slowdown problem
I'm getting very strange issue with rsync on one of my servers. I spent many days trying to figure it out myself, playing with options, settings etc but had no luck and now only thing is left for me to write to this mailing list. I'm using rsync to backup data from one server to another. And I see data is transferred extremely slowly....
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 m...