search for: test_rsync

Displaying 6 results from an estimated 6 matches for "test_rsync".

2007 Nov 15
1
Problem with rsync recent file logic ?
...rsync, I have a situation where I : 1. rsync from rnd-dev2 to rnd-dev1 2. change the rsynched file on rnd-dev1 3. rsync from rnd-dev2 to rnd-dev1 again 4. File gets overridden on rnd-dev1 over though it has newer change time then file on rnd-dev2. here is the bug(?) reproduction: [root@rnd-dev1 test_rsync]# rsync --version rsync version 2.6.3 protocol version 28 Copyright (C) 1996-2004 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums [roo...
2002 Mar 21
2
Start Rsync Error
...========= #rsync running configure rsync stream tcp nowait root /usr/bin/rsync rsyncd -daemon 3. Configure file on /etc/rsyncd.conf ================================ motd file =/etc/rsyncd.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock path=/tmp/test_rsync/ rsync_proxy::10.1.1.237:873 uid=nobody gid=nobody read only =no list=yes auth users = perrin
2012 Jul 13
1
[Bug 9041] New: Feature request: Better handling of btrfs based sources
...xample using 2 small btrfs filesystems on a Gentoo Linux system with current btrfs tools... # I start with 2 empty filesystems... > df -hT /test/*/ Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/vg-test_btrfs btrfs 1.0G 56K 382M 1% /test/btrfs /dev/mapper/vg-test_rsync btrfs 1.0G 56K 382M 1% /test/rsync # I create a subvolume within the btrfs filesystem > btrfs sub create btrfs/current Create subvolume 'btrfs/current' # I copy 2 mp3 files into the subvolume > cp -v *.mp3 btrfs/current/ `ChangeMe.mp3' -> `btrfs/current/ChangeMe.mp3'...
2007 Dec 28
1
problems using --ignore-existing and filter rules
...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 of whether or not the path specification start and/o...
2008 Dec 23
4
Windows 2003 Cygwin Netapp remote filesystem
Amongst various problems I am having, I am trying to run an rsync daemon on a windows 2003 server with cygwin installed. It works fine, except that I can't seem to get the daemon to chdir to any file that is remotely mounted from my Netapp. Other windows shares or local disks chdir just fine. very weird. I think it has something to do with the automapping of shares in cygwin. Any help
2008 Jan 30
3
Rsync windows vista permissions problems
I am using deltacopy (uses rsync) to backup up a drive in windows vista to a freenas server. Before moving to vista, had the system working fine (on a windows xp machine). The command used for the backup is: rsync.exe -v -rlt -z --delete "/cygdrive/F/TXT/" "nas::160d/_Acer_F/TXT/" As a result of this command, rsync should create a dir (not on nas) and then copy some files