search for: rsync_test

Displaying 16 results from an estimated 16 matches for "rsync_test".

2004 May 20
3
two-way synchronization accross a firewall fails
machine O is outside firewall, machine I is inside (machine names changed to protect the innocent :-) firewall allows ssh connections if inititiated from I to O, but not if the other way. both machines have an /etc/rsyncd.conf of: [rt] path = /tmp/rsync_test comment = Test area O runs rsync daemon, I initiates a rsync cammnad like rsync -rvvv --delete --rsh=ssh O::rt /tmp/rsync_test which works great, but when flipped and run on machine I, like so: rsync -rvvv --delete --rsh=ssh /tmp/rsync_test O::rt we get rsync -rvvv --delete --rsh=ssh /tmp/...
2001 Oct 18
3
group ownership
...ot;rclient01" here is the rysync.conf contained on rserver01: # log file log file = /var/adm/rsync_log # global options for all modules dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz uid = nobody gid = nobody transfer logging=true list=true [test] path=/var/tmp/rsync_test comment = rsync_test read only = true hosts allow=rclient gid = cdburners on the server, ls -al of the source directory indicates that group ownership is "visitor": rserver01>ls -al total 12 drwxr-xr-x 3 rwalkup visitor 512 Oct 17 13:43 . drw...
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
...EW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: toralf.foerster at gmx.de QAContact: rsync-qa at samba.org Considering the following sequence I'd expect after the last command that the file /tmp/rsync_test/c/rand1M would have the inode number 909377 - instead it is a new copy of an unchanged file :-( $ rm -rf /tmp/rsync_test/ $ mkdir -p /tmp/rsync_test/{a,b,c} $ dd if=/dev/urandom of=/tmp/rsync_test/a/rand1M bs=1024 count=1024 2>/dev/null $ rsync --archive --itemize-change...
2008 Feb 12
3
Rsync to a Read Only file system
I think your product is awesome, but I am experiencing an unexpected behaviour. $ rsync -avviPH /Users/alan/Desktop/rsync_test\ Folder/ root@slug::Downloads opening tcp connection to slug port 873 sending daemon args: --server -vvlHogDtpre30.16i "--log-format=%i" -- partial . Downloads sending incremental file list .d..t..g... ./ rsync: failed to write xattr user.rsync.%stat for "/." (in Download...
2003 Jul 23
1
SIGCHLD SIG_IGN, then wait - warning messages
...sync server and client on Red Hat OS's on a fairly consistent basis by running an rsync server (rsync version 2.5.6 protocol version 27 from cvs 7/14) from the command line (rsync --daemon), and connecting with an rsync-2.4.6 client with this command: rsync -avv my.server.com::test/one /tmp/rsync_test I also produced the same error by using the same command from an rsync-2.5.6 protocol version 26 client. Here is my /etc/rsyncd.conf file: ----------------------------- log file = /var/log/rsync [test] uid = rsync1 gid = rsync1 path = /rsync_test comment = Rsync Te...
2003 Aug 22
1
rsync daemon and secrets file
...cified in a module - the rsync.conf manpage does not spell it out clearly enough. Rsync server is rsync-2.5.6. If this is my /etc/rsyncd.conf file: ------------------------------------ log file = /var/log/rsync uid = root gid = root [test] uid = rsync1 gid = rsync1 path = /rsync_test comment = Rsync Test - Comment [test-secret] comment = Testing Secret Stuff path = /rsync_test_secret secrets file = /etc/rsync.secrets auth users = joe And this is the /etc/rsyncd.secrets file: ----------------------------------------- test:another_pw An...
2011 Sep 12
14
[Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
https://bugzilla.samba.org/show_bug.cgi?id=8450 Summary: --link-dest seems not to work mounted NTFS file systems Product: rsync Version: 3.0.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
2018 Mar 19
4
rsync time machine backup permissions
...e rsync don't create group and other permissions. I use rsync 3.1.3. Did I use the correct parameters? Who has an idea, what mistake? Thanks! Best, André -- The bash script: #!/bin/bash source=/Volumes/LaCie\ d2\ Quadra\ v3/Backups.backupdb destination=/Volumes/G-DRIVE\ Thunderbolt\ 3 #rsync_test=-n rsync_opt=-aHEAXXN echo "Kopiere Time Machine Backup ..." echo sudo /usr/local/bin/rsync \ $rsync_test $rsync_opt --fileflags --fake-super --delete --stats \ --log-file=/Users/andre/Desktop/log/rsync-$(date "+%Y%m%d%H%M").log \ "$source" "$destination"...
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...run: sudo ./rsync --daemon --config=./rsyncd.conf --no-detach -v Server config file: pid file = /var/run/rsyncd.pid [test-tmp] path = /tmp/xacl/ read only = no use chroot = yes uid = 0 gid = 0 On client run: sudo rsync -avHAX ~manager/RSYNC_TEST/ server::test-tmp/ Results in this error msg on client: sending incremental file list recv_acl_access: value out of range: 7d3001 rsync error: error in rsync protocol data stream (code 12) at acls.c(658) [receiver=3.0.0pre4] rsync: read error: Connection reset by peer (54) rs...
2004 Dec 01
1
rsync transfers whole content when a new hardlink is created
...eleted by this, but not until the new one (equal!) is transfered. In a worst case the disk space is running out while this, even if there is enough disk space for a correct sync. (Of course, this happened me. :-) ) Here is an example: The local directory with a new hardlink to a file: $ ls -s1i rsync_test/ total 899960 3272008 449980 a_hardlink_to_large_file 3272008 449980 large_file The remote directory without the new hardlink: $ ls -s1i fake_remote/ total 449980 4088085 449980 large_file Rsyncing: $ rsync -aHPv rsync_test/ fake_remote building file list ... 3 files to consider ./ a_hardlink_to_...
2007 Dec 28
1
problems using --ignore-existing and filter rules
...box, with the attached filter: rsync -OavzHn --filter="merge /.rsync/filter.dirs" --ignore-existing / viking:/ I have also confirmed it on the latest versions found in FC6 and CentOS 4.5, and 5.0. In this case, I have copied things from under / into a directory such as /sandbox/rsync_test, added a /.rsync subdirectory to hold my test_rsync script and filter file, and after adding a few extra files and creating a /opt2 by renaming /opt, running rsync. In each and every case, I find that /.rsync and /opt2 are transferred even if listed in a protect rule. And this is true regardless...
2007 Jan 30
1
Cannot preserve uids and gids with AIX 5.3 w/rsync 2.6.2
...c 2.6.2 as a daemon I have tried every possibly usage to stop chroot, used no and false, as on the web it has showed up as either. Also dropped flag --numeric-ids when running.... Here is my test config--- # Simple test config file log file = /tmp/rsync.log [test] use chroot = no path = /tmp/rsync_test/ read only = false hosts allow = test_box* Remember, have use chroot set to no and false If I just use a simple rsync test_file test_box::test_module no problems. Of course owner is nobody:nobody (Changing UID and GID param in rsyncd.conf does work) However, if I ever attempt to add a flag to p...
2011 Sep 09
1
rsync over ssh with post-zfer
...var/log/prexfer_test.log exit 0 I've added the following to the sudoers file so that the rsync daemon runs as root and can preserve the file permissions. bs ALL= NOPASSWD:/usr/local/bin/rsync I use the following command from my client... rsync -avz --rsync-path="sudo rsync" -e ssh rsync_test bs at 192.168.6.6: :ben-desktop When I run the command from my client it copies the files, keeping the permissions, but it seems that the post-xfer command is not executed. Should it work with my configuration? Thanks Ben -------------- next part -------------- An HTML attachment was scrubbed.....
2003 May 06
2
Recursive ssh
Hi all, I want to copy files from a remote server to a local directory with ssh. I've some difficulties with that because on the Remoteserver I have a directory "/www/ftp" with a lot of subdirectories with each of them 4 other subdirectories. I want to sync only */data/* to the local machine without */images/* or */doc/* or */movies/* Any solution would be appreciated. regardsMac
2003 Nov 20
3
minimalist rsync on windows
Hi, Is the rsync-minimalist still supported for windows? I am using Windows XP Home. I am testing, to get a solution for a client. The minimalist looked very nice--a cygwin.dll and an rsync and an ssh.exe. However, I can connect with ssh, but not with rsync over ssh using these files. I have also tried plink from putty with this rsync. I gather from a lot of the messages that the consenus is
2008 Oct 29
3
Is rsync copying over the entire file? Sent bytes matches actual file size.
...is copying over the entire file which doesn't sound right. System: Windows 2003 Rsync.exe cygpopt-0.dll cygwin1.dll I have just tested rsync with a 571Mb zip file containing our Backup Exec installation source. The command I am running is: rsync -avp --delete --progress --stats /cygdrive/c/rsync_test/ "/cygdrive/Y/" > rsync_log.txt First I copied the file BackUpExec-11D.7170_32BIT_VERSION.zip into both source and target and ran an rsysnc (I didn't have the progress or stats switches on the first run). This is what my log shows: building file list ... 0 files... 2 files to...