search for: rsynctest

Displaying 20 results from an estimated 22 matches for "rsynctest".

Did you mean: rsync_test
2015 Sep 03
1
Doubts on incremental backup and command repetition
...However, I got the following. Also, if I repeat the command, the files are deleted from /dest. ./dest: backup      file1.txt   file10.txt  file2.txt   file20.txt  file3.txt ./dest/backup: ./orig: file1.txt   file10.txt  file2.txt   file20.txt 2) simulation that I did [billqap1:/tmp/edbcdsj/rsynctests]: rsync --backup --backup-dir=backup -avi --compare-dest=../dest /tmp/edbcdsj/rsynctests/orig/ /tmp/edbcdsj/rsynctests/dest/ sending incremental file list >f+++++++++ file1.txt >f+++++++++ file10.txt >f+++++++++ file2.txt >f+++++++++ file20.txt sent 283 bytes  received 92 bytes  750.0...
2010 Jul 16
4
--compare-dest weirdness
...lem is that rsync is behaving as though it is ignoring the compare-dest option. it throws no error about this dir not existing, and i have tried giving it as a relative dir to the destination with same result. interestingly, i tried to see if something was wrong with my statments by doing: mkdir ~/rsynctest/dir1 mkdir ~/rsynctest/dir2 mkdir ~/rsynctest/dir3 nano ~/rsynctest/dir1/file1 (wrote the line hello world and saved) nano ~/rsynctest/dir1/file2 (wrote the line hello and saved) cp ~/rsynctest/dir1/file* ~/rsynctest/dir2/ checked md5sums of both files in both dirs to ensure they were identical...
2004 Mar 12
0
Two bugs in rsync (--dry-run and --delete-excluded)
...dy, local server=i386 arch, remote is alpha arch rsync version on both debian 2.5.5-0.2 While upgrading our server to a raid we were hit by a bug which I really consider very strange: The option -n/--dry-run does NOT change files, but DELETE files when called with --delete. Test case I had: $ ls rsynctest/ changedfile deletedfile $ cat rsynctest/changedfile a b $ export SSHKEY="/root/.ssh/mirrorkey.id_dsa" $ export RSYNC_RSH="ssh -2 -i $SSHKEY" $ rsync -az -q --one-file-system --delete --delete-excluded --exclude-from=/etc/mirror/beta-test/exclude /home/assoc/preining/rsynctest r...
2004 Jan 26
1
--link-dest not working with rsync daemon?
...4-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums The distribution is fedora core 1 with kernel 2.4.22-1.2140.nptl. Below you can see the results of my test. Any help is appreciated. Thanks, -- Alberto [ads@localhost ~/rsynctest]$ rsync rsync://adswon.cfa.harvard.edu/ast/load/test/ drwxr-xr-x 4096 2004/01/26 15:17:47 . -rw-r--r-- 4 2004/01/26 15:17:47 foo [ads@localhost ~/rsynctest]$ date Mon Jan 26 14:59:16 EST 2004 [ads@localhost ~/rsynctest]$ cat ./runtest.sh #!/bin/sh /bin/rm -rf orig new # echo g...
2010 Dec 14
7
DO NOT REPLY [Bug 7865] New: files or dirs with more than 16 ACLs are not rsynced correctly
...a.org CC: reinhard.lubos at comlineag.de Platform: HP-UX 11iv3 (11.31) on ia64 with vxfs/JFS and ACLs when trying to rsync files or dirs with more than 16 ACLs we get errors in the rsync-server logfile (used flags: -axA) 2010/12/08 09:40:06 [21974] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123, ACL_TYPE_ACCESS): Invalid argument (22) 2010/12/08 09:41:00 [23863] rsync on patdb/rsynctest from xy123 (10.190.81.189) After changing INITIAL_ACL_SIZE to 128 (in both lines) in lib/sysacls.c the binary is able to rsync our ACL-topscorer with 115 ACLs. Maybe, someone can get the dynamic...
2001 Oct 12
1
Confused by modules
...hey are actually for. The man page for rsyncd.conf talks about them as if they are vitaly important, but the man page for rsync doesn't mention them anywhere other than the part about how to list them on a remote machine. I'd like to be able to set up a module such as: [tlibs] path = /rsynctest/tlibs comment = Latest SCEI libraries and tools and then be able to get the full hierarchy of folders and files inside the /rsynctest/tlibs folder. I can get them by doing 'rsync -acvzP -e ssh root@camlinux01:/rsynctest/tlibs .' , but that means I have to know the specific directory....
2010 May 12
3
DO NOT REPLY [Bug 7424] New: -x with sshfs
...nd rsync is started as the same user then there are no problems. However if rsync is run as root it gets a Permission denied while reading mount point. In an attempt to force rsync to skip this mount used -x option but did not help. Not quite sure if this is a problem of sshfs/fuse or rsync. /tmp/rsyncTest$ mkdir source /tmp/rsyncTest$ echo "hello World" >> source/1 /tmp/rsyncTest$ mkdir source/sshfsMount /tmp/rsyncTest$ sshfs anotherMachine:/some/dir source/sshfsMount/ /tmp/rsyncTest$ su - /tmp/rsyncTest# cd /tmp/rsyncTest /tmp/rsyncTest# rsync -avz source destination sending increme...
2005 Jan 16
1
Rsync through SSH can't find directory
...nation to sync files. Due to security concerns, I'd like to switch to rsync through ssh. I'm testing with the following from the client side: rsync --verbose --progress --stats --compress --rsh="/usr/local/bin/ssh -p XXXX" \ --recursive --times --perms --copy-links --delete \ /rsynctest/test1 user@SERVER.IP.HERE:"/test1" Rsync connects fine, but then complains it can't find the directory. building file list ... link_stat /rsynctest/test1 : No such file or directory done Number of files: 0 Number of files transferred: 0 Total file size: 0 bytes Total transferred fi...
2011 May 11
7
[Bug 8130] New: ACL and link-dest do not work together
https://bugzilla.samba.org/show_bug.cgi?id=8130 Summary: ACL and link-dest do not work together Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: az9901 at gmail.com
2010 Jan 22
1
Still stuck with exculsion text file pattern
I would like to rsync the dirs "Documents" "Sofware" and the .evolution files only. and remove the *~ files ---------------------------------------------- Command: #rsync -r -n -t -v --progress --exclude-from=r2 /home/mt/ /home/mt/rsyncTest/ ------------------------------------------ #text file <r1>: + .evolution/calendar/local/system/calendar.ics + .evolution/memos/local/system/journal.ics + .evolution/tasks/local/system/tasks.ics - *~ + Documents/*** + Software/*** - * ------------------------------------------ The only...
2003 May 09
1
Bug report: deletion of files only on remote system is not logged.
....gz *.tgz *.zip *.z *.rpm *.deb *.Z # Ensuring that the relevant files are the same is on the target system, which is the rsync server: [438](H:root@Edelfelt)~MBhome/site: nonce_copy /etc/rsyncd.conf updating host Tazdevil updating: /etc/rsyncd.conf [439](H:root@Edelfelt)~MBhome/site: nonce_copy rsynctest updating host Tazdevil updating: /export/home/MBhome/site/rsynctest # Evidence that tazonly exists only on the remote system: [442](H:root@Edelfelt)~MBhome/site: rsh taz ls -l /usr/mb/site total 14 -rw-r----- 1 mbase mbadmin 205 Jan 27 09:24 MBvars.pl -rwxr-x--- 1 mbase mbadmin...
2007 Jul 30
2
DO NOT REPLY [Bug 4834] New: --inplace with --backup --backup-dir does not work
...Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: joost@seat-ibiza.nl QAContact: rsync-qa@samba.org I believe this error still exists in version 2.6.9. Here's an example which will fail: rsync -av -b --inplace --backup-dir backup1 /tmp/rsynctest/test root@server:/raidset1/rsynctest/ Password: building file list ... done rsync: open "/raidset1/rsynctest/backup1/test": No such file or directory (2) sent 63 bytes received 20 bytes 33.20 bytes/sec total size is 114 speedup is 1.37 rsync error: some files could not be transferred...
2003 Aug 25
2
Rsync with SSH problem
I have add the ssh key to my .ssh/authorized_files. When I enter the command, the errors are as follow. [root@mandrake91 .ssh]# rsync mandrake82::XXXXX /rsynctest --recursive -e ssh buffer_get: trying to get more bytes 129 than in buffer 46 rsync: connection unexpectedly closed (0 bytes read so far) sync error: error in rsync protocol data stream (code 12) at io.c(165) There is no errors when I do not use SSH Please help
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope - please ask if you need any more information. /Sam Sam Sexton <mailto:sam.sexton@reuters.com> Reuters Coventry Automated Dealing Technologies Phone: +44 24 7625 6562 Fax: +44 24 7655 5203 -------------------------------------------------------------- -- Visit our Internet site at
2004 Apr 07
2
--suffix problem - possibly bug?
I'm having an issue with the --suffix and -b flags - I've tried the following commands: rsync -avbr --backup-dir=/rsyncbackup rsynctest user@server.com::module rsync -avbr --backup-dir=/rsyncbackup --suffix="" rsynctest user@server.com::module and either way, I wind up with a tilde as a suffix on all the files moved into the backup directory at time of synchronization. According to the man page, if --backup-dir is s...
2003 Sep 28
1
bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386
...f -c merged*/subdir/s0/LOOKATTHIS # this has been reproduced for rsync Version 2.5.2, 2.5.5 and 2.5.6 under # solaris9 (gcc 2.95.3) and darwin (gcc 3.1) # this bug *cannot* be reproduced under linuxi386 (gcc 2.95.4) -------------- next part -------------- A non-text attachment was scrubbed... Name: rsynctest.tgz Type: application/x-gzip Size: 888 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20030928/93022cf3/rsynctest.bin
2006 Oct 31
3
rsync error: error starting client-server protocol
Hi folks, I have the following problem. I have installed 1.) a rsync daemon on a windows machine under cygwin 2.) installed a tunnel via ssh from the remote machine to my pc 3.) I could run rsync from the remote machine to make bakups On the remote machine and on my pc I have rsync version 2.6.6 protocol version 29. The network admins decided to make 2.) inpossible. So I build the ssh
2004 Aug 23
0
[Bug 1646] New: --inplace with --backup --backup-dir does not work
...ard@waikato.ac.nz QAContact: rsync-qa@samba.org Using --inplace with --backup and --backup-dir does not seem to work: rsync -ax --backup --backup-dir previous destfile remotehost:/destdir/ ...or more simply: rsync -avx --stats --inplace --backup --backup-dir previous \ /etc/hosts /tmp/rsynctest/ strace watching the rsync running on the destination: [...] write(1, "160134 octets, for a total of 19296646"..., 160134) = 160134 ftruncate64(0x1, 0x1267186, 0, 0, 0x1) = 0 close(1) = 0 lstat64(0xbfffebac, 0xbfffba5c) = 0 lstat64(0xbfffa9bc, 0xbfffb9cc) = 0 rename(&...
2018 Oct 16
0
[Bug 13656] New: --link-dest target with symbolic links from different user produces unnecessary error
...dest. As I did not explicitly ask to copy owners this are both imho correct results and should therefore not result in a 23 return code. The attached script reproduces the problem (as written requires root, as we need a symbolic link from a different user). The output I see on my machine is: $ sh rsynctest.sh rsync version 3.1.3 protocol version 31 Copyright (C) 1996-2018 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,...
2007 Jan 24
1
rsync with a single big file (100M)
...ync retransfer the whole file if there's difference. The version of rsync I am using is 2.6.2 The command I used is /usr/local/bin/rsync --verbose --recursive --perms --links --owner --group --compress --times --stats --delete --no-whole-file --progress --password-file=/etc/rsyncd.pass /test/rsyncTest/huge.txt elitesuser@haelis01::rsync Is there anyways to force rsync to transfer only the difference? Thanks dejie -- View this message in context: http://www.nabble.com/rsync-with-a-single-big-file-%28100M%29-tf3079412.html#a8555649 Sent from the Samba - rsync mailing list archive at Nabble.com.