search for: mark0x01

Displaying 4 results from an estimated 4 matches for "mark0x01".

2015 May 04
1
Using external filter on the server
On Wed, Apr 29, 2015 at 2:52 AM, Mark <mark0x01 at gmail.com> wrote: > I have added the filter to the rsyncd.conf on the source server, which > receives the native client connection over a network. > > filter='-!| newer-filter mm/dd/yy' > That was a suggested syntax for a feature that nobody implemented. ..wa...
2015 Apr 28
4
Options for a "I'm done" flag file
Lorenz Weber <mail at lenzw.de> wrote: > rsync -avH ${all_gubbins} / user at remote.machine:/dest/ && ssh user at remote.machine touch /etc/donefile No SSH access between them, only rsync. Besides, it would add the overhead of managing ssh access (users and keys) as well as Rsync.
2015 Apr 29
0
Using external filter on the server
Searching the mail list archives, I found this old link [https://bugzilla.samba.org/show_bug.cgi?id=2423] with an example of how to use an external script with filter to select files by date. It looks like it could do exactly what I need, which is only match files less than 3 days old, but it doesn't seem to work. I have added the filter to the rsyncd.conf on the source server, which
2015 Jul 02
2
cut-off time for rsync ?
You could use find to build a filter to use with rsync, then update the filter every few days if it takes too long to create. I have used a script to build a filter on the source server to exclude anything over 5 days old, invoked when the sync starts, but it only parses around 2000 files per run. Mark. On 2/07/2015 2:34 a.m., Ken Chase wrote: > What is taking time, scanning inodes on