similar to: can rsync scan files only with mtime since T?

Displaying 20 results from an estimated 2000 matches similar to: "can rsync scan files only with mtime since T?"

2009 Oct 16
3
Nice little performance improvement
Hi, In my situation I'm using rsync to backup a server with (currently) about 570,000 files. These are all little files and maybe .1% of them change or new ones are added in any 15 minute period. I've split the main tree up so rsync can run on sub sub directories of the main tree. It does each of these sub sub directories sequentially. I would have liked to run some of these in
2007 Aug 13
2
Option --numeric-ids not the default?
Hi All, I've browsed the history of the list, but can't seem to find an answer to something that I find quite surprising - why isn't --numeric-ids the default when rsync is told to preserve permissions? It seems to me that the current behaviour runs against the grain of more than a quarter century of unix tradition, and certainly caught me by surprise the first time I encountered it.
2009 Oct 15
1
PATCH: --write-devices to allow synchronising to a block device
Hi List, I had a need recently to efficiently synchronise between some large LUNs (boot drive disks) at two different datacentres. Solutions like drbd and $proprietary_array_vendors_software were overkill - we only needed (wanted!) to periodically synchronise these LUNs whenever major changes were generated on the source. On the other hand however, re-sending the entire disk contents each time
2010 Jan 11
1
The patch write-devices.diff (rw-devices.diff) fix
Hello, I faced the problem of synchronization block devices and found the patch write-devices.diff by Darryl Dixon, that went trough this mailing list http://lists.samba.org/archive/rsync/2009-October/024037.html Unfortunately the patch was one flaw for me. It doesn't improve performance of synchronization. When I tried to test it using something like: ./rsync
2007 Jun 14
1
VFS Full Audit module forces logging of failures
Hi All, I have taken a look through the vfs_full_audit.c module in samba-3.0.10/source/modules/ and it seems that there is no way to turn off logging of *some sort* of failure event... There is the concept of a 'none' list of ops (this is the default for the success event), and there is a concept of an 'all' list of ops (the default for the failure event), but there is no way to
2007 Dec 13
3
rsync 3.00pre6 segfault in add_dirs_to_tree
Hi All I run rsync in an automated environment and it sometime will crash and leave a core dump file. from core dump, gdb shows that gdb) bt #0 add_dirs_to_tree (parent_ndx=-1, from_flist=0x56c590, dir_cnt=1) at flist.c:1422 #1 0x0000000000409eab in send_file_list (f=16, argc=-1, argv=0x56c238) at flist.c:2068 #2 0x0000000000419052 in client_run (f_in=16, f_out=16, pid=-1, argc=1,
2008 Mar 13
3
untransferred files
Hi All Some time rsync just return error code 23 that some files are not transferred. Is there a way to get a list of these files so we can retry it later time? For example, we scan the whole file system and N files are not transferred. Instead of scan the whole file system later again, we can use files-from which is much faster. Thanks. -- Ming Zhang @#$%^ purging memory... (*!%
2007 Dec 14
2
what is the right exit code for some vanished files?
Hi What should be the right exit code for vanished file in this scenario. (1) Use inotify or other mechanism to check changed files and then generate a file list. (2) < file get deleted> (3) run rsync with --files-from with the old list. then send_file_list()->link_stat() will return errno 2 on some files and then set exit code to 23. but shall rsync return 24? -- Ming Zhang
2007 Dec 02
2
Bidirectional rsync with "trash" support
Hello everybody, I was thinking about a special script to be done with rsync, when I realized my needs might have been common enough to have already been fulfilled by somebody else through a script or by some backup software. I have a folder I share between two computers of mine, A and B. What i want is to be able to keep it in full sync. If a file is added in A, it should be added to B when
2007 Jun 22
2
huge number of files
Hi All I would like to use rsync to synchronize two file system tree over WAN periodically. The file system trees contain millions of small image files. Base on our understanding, rsync try to generate file name list before doing any operation, we easily run short of memory and have impact on our normal file system activities. I wonder if rsync can have an option that when it scan the file
2008 Feb 06
3
Windows Trouble with --link-dest set: "file not found" when rsync tries to create hard link
I have great luck running rsync from one linux system to another, or from a windows system (with cwRsync) to a linux system. But when I try to do an rsync backup from one directory on a Windows system to another, it fails. The cwRsync says its version is 2.6.9. Here's my Rsync command, boiled down to its simplest: rsync -rlptgD -vvv --delete --delete-excluded --modify-window=2
2006 May 24
3
rsync shows poor throughput vs. scp
hi all- been reading through the archives but I still can't seem to find a solution to my problem. I am using rsync to keep mirror copies of content which is being served (via http) on both the sender and receiver. The files on average are 20-50mb each, (mostly already in a compressed format... mp3, etc) and both sender and receiver pushes around 30mbps on average. the sender is a
2003 Jun 13
8
Oracle SQL*Net through Shorewall
Hello all, I am a newbie to Linux firewalls, and am trying to setup shorewall to allow connections from an Oracle client to an Oracle Server. The client tries to connect to the server via port 1521 (it works fine) and once the first connection has been successful, the server sends a redirect to the client to a random high port. So, when the client tries to connect again to the sevrer on that port
2009 Jun 12
6
Duplicate packets when using aggregate datalinks on bge
I opened a bug report earlier today but it doesn''t seem to have been added to the bugs database. I''m posting here in case one of the Crossbow developers might see it and confirm this behavior. Description Duplicate packets are generated whenever an aggregate is introduced into the network configuration. We''ve ruled out switch ports and physical bge interfaces as
2008 Aug 12
3
dixon test
Hi, I need some help using the R outliers package. I would like to perform a Q-test (Dixon test) on my data set. I used the dixon.test function, but I cannot understand what is the confidence level used to perform the test. I have n=101 (n= number of data). So, can I use directly dixon.test ? What about qdixon and qtable functions? thank you so much! -- View this message in context:
2009 Jan 21
1
Multifractal detrended fluctuation analysis
Dear R-users, Has anyone written a function for multifractal detrended fluctuation analysis? The "fractal" package does mono-fractal DFA, but not multifractal as far as I can tell. The MF-DFA approach is presented in: J. W. Kantelhardt, S. Zschiegner, E. Koscielny-Bunde, S. Havlin, A. Bunde, and H. E. Stanley, "Multifractal Detrended Fluctuation Analysis of
2006 May 02
4
Migrate from RHAS 4 to CentOS 4.2
I have a SGI Altix 350 (ia64) that came with RHAS 4, but without any paid support. I would like to migrate the server over to CentOS. Here is what I've pieced together from some older posts by Johnny, can someone confirm this should work? I know this is somewhat covered in the FAQ, although both entries refer to FC or WBEL, which already have built-in yum support. Install the
2014 Mar 28
4
Update3: easy - automated setup : Debian Wheezy with sernet samba 4.1 : sysvol replication with unison.
Hai, Small update since i need som testers.. im trying to setup bi-directional sysvol replication. Unison has this ability. http://www.cis.upenn.edu/~bcpierce/unison/ This is beta, so if you have successed, please report this back. DONT TEST THIS ON YOUR PRODUCTION ENVIRONMENT. Thanks ! Louis
2016 Aug 25
3
Samba Wiki change suggestion
On the "Bidirectional Rsync/Unison based SysVol replication workaround" page. The title (as you can see) includes the word UNISON when in fact the "Unison" program is NOT being used for this replication anymore. As the instructions there actually use "Osync" then the word "UNISON" should probably need to be replaced with "OSYNC". (I looked
2008 Mar 25
1
rsync daemon did not chdir back after chdir in module path
Hi All Tried to search the list but could not find anything about this. I have a rsync daemon running with starting cwd as /usr/local/bin. then after some io, and after all io finished, its cwd is /fs1 which is one of the module path. now i need to umount fs1 and i can not do it. is this a known issue or something worthy fix? not sure what else information i need to provide. thanks. -- Ming