Displaying 20 results from an estimated 60000 matches similar to: "compare with filelist"
2003 Feb 12
2
Filelist caching
Hi,
I've noticed every time someone does an rsync-request on my ftp-site
(which also provides rsync as mirror method), rsyncd creates a filelist.
This is a quite IO and CPU intensive procedure, especially for things
mirrors like FreeBSD with lots of little files. 
I was wondering... is there a way to cache that filelist? Our mirrors
are updated once, or twice a day, it could speed up
2005 May 23
3
filelist caching optimization proposal
Hi,
As a gentoo-user i frequently run the emerge sync command, which in turn does 
a rsync with the mainserver. The 'problem' is that the portage directory tree 
contains about 19.000 directories and 96.000 files. So building the filelist 
takes a pretty long time, because of the many disk accesses that are 
neccesary. On the server side the disk-io problem is probably less worse 
since
2002 Aug 16
1
performance problems while building the filelist...
Hello Rsync PRO?s,
i?m satisfied with the rsync features...never seen a better replication tool....!! ;-)
But i have some problems...:-(
OK, here me installation:
- one Compac Proliant ML370 with cached SCSI HDDs and 1,2GHz and 1gb RAM...
on this machine we have the Rsync deamon runnig to export the data we want to replicate
- now we have 68 other NAS machines in our branch offices and this NAS
2004 Sep 03
1
more filelist --stats
The attached diff causes rsync to show how much time it spends
on building and sending its filelist.  I'd appreciate if you
could consider this change for inclusion in a future release.
-------------- next part --------------
diff -ru rsync-2.6.3pre1/flist.c rsync-2.6.3pre1+tykhe/flist.c
--- rsync-2.6.3pre1/flist.c	2004-08-12 14:20:07.000000000 -0400
+++ rsync-2.6.3pre1+tykhe/flist.c
2002 Nov 12
1
many files filelist problem
Hi all
I am still busy with my copy of the /var/spool/mail direcroty
I gave it this command
[root@ais-mail01 root]# time rsync -pogrve ssh /var/spool/mail 
root@10.0.0.9:/var/spool/mail/
root@10.0.0.9's password:
building file list ...
As top shows me it has been going 85 mins now building the filelist
I recon there are about 80 000 files in that directory totaling 50Gig
I was wondering is
2015 Mar 11
1
[Bug 11152] New: Feature Request: Cache Filelist
https://bugzilla.samba.org/show_bug.cgi?id=11152
            Bug ID: 11152
           Summary: Feature Request: Cache Filelist
           Product: rsync
           Version: 3.1.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: andrebruce at
2003 Jan 04
4
filelist calculation algoritm
HI all,
efficiency question for VERY low bandwith networks
Suppose I know the list of files that are changed
What is the most efficient way to make rsync sync this list.
Currently I use --include-from --exclude to generate a 'filelist' but I 
suspect that client and/or server exchange the list of files in the module to 
be synced.  this traffic can be avoided since the include-from
2024 Nov 07
0
Using multiple dat files
?s 18:59 de 06/11/2024, Sibylle St?ckli escreveu:
> Dear Rui
> Dear Bert
> Many thanks
> Solution
> filelist <- list.files(path = "O:/Data-Work/2.../Daten_RA-MeteoCH_1990-2021",
> pattern='*.dat', all.files= T, full.names= T)
> AAR<-read.table(filelist[1])
> It seems therefore that there is no other way than read in individually > 100
> weather
2006 Feb 08
4
DO NOT REPLY [Bug 3491] New: throttle disk IO during filelist/directory parsing
https://bugzilla.samba.org/show_bug.cgi?id=3491
           Summary: throttle disk IO during filelist/directory parsing
           Product: rsync
           Version: 2.6.4
          Platform: All
               URL: http://vilius.multiply.com/video/item/10
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: core
       
2024 Nov 06
1
Using multiple dat files
"It seems therefore that there is no other way than read in individually >
100 weather tables using read.tables., right? Using file.choose() doesn't
change the work."
Yes. With that many files, file.choose() does not make sense. However, I
still do not understand what is the problem with using lapply() on the
character vector of file names with read.table() as you did in your
2023 Dec 31
2
process --files-from filelist as given
hello,
apparently,? rsync sorts the list of files? provided to "--files-from".
how can i avoid sorting of that list ?
I want to copy a list of files in specific order
regards
Roland
2023 Dec 31
0
process --files-from filelist as given
>> I want to copy a list of files in specific order
> Why ?
because i want to serialize files on disk so they are stored on disk in
the order being accessed regularly
i built that list for --files-from?? via output from fatrace tool.
i now did use tar to transfer the files
i will add an RFE to bugzilla
thanks
roland
Am 31.12.23 um 20:56 schrieb Francis.Montagnac at inria.fr:
>
2003 Sep 28
1
bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386
I have found a nasty bug when a file, which is in some of many sources, 
shall be copied to a target.
The linux-Version works well but rsync 2.5.{2|5|6} under solaris9 (gcc 
2.95.3) and darwin (gcc 3.1) do not. The decision which file (out of which 
src) shall be copied depends on the number of src dirs given on the command 
line.
This bug bytes us very hard, because we decided to rely on rsync
2010 Oct 28
0
Good write, but slow read speeds over the network
Hi all,
I am running Netalk on OSol snv134 on a Dell R610, 32 GB RAM server. I 
am experiencing different speeds when when writing to and reading from 
the pool.
The pool itself consists of two FC LUNs that each build a vdev (no 
comments on that please, we discussed that already! ;) ).
Now, I am having a couple of AFP clients that access this pool either 
via FastEthernet or even GiBitEthernet.
2016 Oct 14
2
Berlin: LLVM Hackday #1, Betahaus, Oct. 22nd
AFAIK we are the only currently active group in Germany, but from
following the list I spotted Johannes (Saarbrücken?) and Piotr
(Munich?). They may have more info for you? Thx
Am 14.10.16 um 14:18 schrieb picflo_2 at web.de:
> Hi Stefan,
>  
> thanks for detailed response. Would be quite interesting to see
> different projects and tools in the LLVM ecosystem. 
>  
> By the way
2005 Aug 15
0
AW: id3-tags of static files
thx oddsock for your detailed reply, I think I now understand the problem :)
I'm currently using a php-script (mp3 toolbox -
http://www.radiotoolbox.com/downloads/) to stream static mp3's on-demand,
and this script obviously sends the icy-headers (which are the shoutcast
metadata protocol, right?).
however, I think that it would be a nice feature for icecast to support
these
2007 Nov 15
1
program I used to test xattrs
Hello,
This is the little basic program I used to test xattrs.  First thing I did was
something like this
cd /mnt/btrfs-test
for i in $(seq 0 100000); do touch file_$i; done
and then run
time ./xattr-test /mnt/btrfs 0
time ./xattr-test /mnt/btrfs 1
time ./xattr-test /mnt/btrfs 2
the 0 test creates 100 xattrs for every file in the directory.  the 1 test just
does a listxattr for every file in
2019 Aug 16
0
MetaData Update for FLAC and OPUS
you can try tracktor pro and see how it streams.
cause it handles it well: track's info updates in ogg without
rupture..
regards
renan
waves.pw
On 15/08/2019 20:48, bn at radio42.com wrote:
> Many Thanks for your answer.
> 
> Actually quite a few 'ifs', 'maybes' or 'shoulds'... ;-)
> I have tried most of them (except liquidsoap).
> However, even the
2004 Apr 21
2
Resizing a ListCtrl
Hi Guys,
I''m having serious troubles resizing a dialog with a ListCtrl. The ctrl
will not resize horizontally no matter what I''m doing. I''ve attached a
sample code below. Any help will be greatly appreciated, as I really
like wxRuby :)
I''ve also tried to copy from the example from listtest.rbw, but that
also doesn''t seem to work.
Another thing
2015 Apr 24
0
How do you join a Linux mailserver to a Samba domain?
It looks like I need the Schema Master and RID Master roles installed on 
my Samba AD DC
How do I get those roles installed and/or how do I expand the Samba AD 
schema?  I'll search the Wiki
On 04/24/2015 08:03 AM, Daniel M?ller wrote:
> SOGo/Openchange is not willing i f it is not holding the fsmo roles. And by
> the way in an multiple DC replicating environment you can kill your