similar to: Very slow to start sync with millions of directories and files

Displaying 20 results from an estimated 800 matches similar to: "Very slow to start sync with millions of directories and files"

2018 Mar 20
2
Very slow to start sync with millions of directories and files
Em seg, 19 de mar de 2018 11:34, Kevin Korb via rsync <rsync at lists.samba.org> escreveu: > The performance of rsync with a huge number of files is greatly > determined by every option you are using. So, what is your whole > command line? > rsync -avP /data-old/ /data > > On 03/19/2018 09:05 AM, Bráulio Bhavamitra via rsync wrote: > > Hi all, > > > >
2018 Mar 20
2
Very slow to start sync with millions of directories and files
On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net> wrote: > Nothing there should be preventing incremental indexing. That means it > should start copying as soon as it finds a file that needs to be copied. > Doesn't it tries to create all (empty) directories first? > On 03/20/2018 02:33 PM, Bráulio Bhavamitra wrote: > > > > > > Em seg, 19
2018 Mar 19
0
Very slow to start sync with millions of directories and files
The performance of rsync with a huge number of files is greatly determined by every option you are using. So, what is your whole command line? On 03/19/2018 09:05 AM, Bráulio Bhavamitra via rsync wrote: > Hi all, >   > I'm using rsync 3 to copy all files from one disk to another. The files > were writen by Minio, an S3 compatible opensource backend. > > The number of files
2018 Mar 21
4
rsync very very slow with multiple instances at the same time.
I create a new thread, because the issue is not really the same, but i copy here the thread that made me jump into the list. My issue is not really that it waits before starting copying, but a general performance issue, specially when there are multiple rsync running at the same time. Here is my situation : I have multiple clients (around 20) with users and i want to rsync their home dirs with
2018 Mar 20
0
Very slow to start sync with millions of directories and files
It creates the directories as it needs them. If you want to watch it looking through files it doesn't need to copy you can add -ii (see --itemize-changes for what the output means). On 03/20/2018 05:24 PM, Bráulio Bhavamitra wrote: > > > On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net > <mailto:kmk at sanitarium.net>> wrote: > > Nothing
2018 Mar 20
0
Very slow to start sync with millions of directories and files
Nothing there should be preventing incremental indexing. That means it should start copying as soon as it finds a file that needs to be copied. On 03/20/2018 02:33 PM, Bráulio Bhavamitra wrote: > > > Em seg, 19 de mar de 2018 11:34, Kevin Korb via rsync > <rsync at lists.samba.org <mailto:rsync at lists.samba.org>> escreveu: > > The performance of rsync with
2012 Sep 26
2
Online Chat application in Rails 3.1.3
Hi all, How to create *Online Chat application* in Rails 3.1.3 and Ruby 1.9.3 Could any one please tell me the steps or any sample application..Please Kingston.s -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2006 Feb 01
3
plot-function: How to change the font of the titles
Hello! I want to create a plot with x- and y-labels writen in times or arial. How can I change the font? Thank you very much. Best regards Claudia
2015 Jul 16
5
Domain Controller as a file Server
Hello, In the documentation it's writen (https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO) We do not recommend using the Domain Controller as a file Server What are the best practice in a environement with only 10 pc If you have just one physical computer (vm,lxc,..) Thanks -- probeSys - spécialiste GNU/Linux site web : http://www.probesys.com
2007 Jun 22
3
How to run "mathematica" or "c" programs in R?
I have some programs which were writen in mathematica or c language, but I donot know how to use these software. So I want to run them in R. Can I do it ? How to run "mathematica" or "c" programs in R? Jian Zhang [[alternative HTML version deleted]]
2005 Aug 26
3
Free-form to fixed-form Fortran
Hello! I have writen some subrutines in Free-form Fortran. I would like to includ them in a package, which I would like to build on WinXP. I have all suggested tools/programs for bulding R packages on Windows (except latex). What is the best way of using these subrutines? Does sombody mybe know any translation tools for converting Free-form to fixed-form Fortran? Thanks for any suggestions,
2005 Sep 30
3
'mean' function
Hello, Could you please let me know how to see the "mean" function in R . The following is what I see when type in "mean" and "enter" mean function (x, ...) UseMethod("mean") <environment: namespace:base> I would like to see how the function is writen. Thanks a lot Lisa Wang Toronto, Ca -------------- next part -------------- This e-mail may
2018 Jun 10
1
Amazon s3 as libvirt storage pool
Namaste, i want to use Minio (open source amazon S3 compatible object storage) as libvirt storage pool. is such thing possible? i apologize if this is a stupid question. if not then can i write some driver for it? -- Regards, Shashwat Shagun
2006 Apr 14
3
Canada on Rails, Day One
For those of you unable to be here in Vancouver I have writen a summary (with photos) for Day One of the conference. Enjoy! http://noodlejunkie.com If there is any errors please let me know. -- Posted via http://www.ruby-forum.com/.
2001 Dec 20
2
Modifying a function
Hello, I'd writen a function in R composed of multiples lines. How can I do to modify or delete on of the line of my function ? -- Sincerely ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Emmanuel POIZOT ~ CNAM/INTECHMER ~ B.P. 324 ~ 50103 CHERBOURG CEDEX ~ T?l : (33) 233 887 342 ~ Fax : (33) 233 887 339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2007 Aug 12
2
Legend on graph
Hi, I have a problem when I want to put a legend on the graph. I do: legend("topright", names(o), cex=0.9, col=plot_colors,lty=1:5, bty="n") but the legend is writen into the graph (graphs' top but into the graph), because I have values on this position. How can I write the legend on top the graph without the legend writes on graph's values. Thanks. [[alternative
2005 Jun 24
2
Gini with frequencies
Hi there, I am trying to compute Gini coefficients for vectors containing income classes. The data I possess look loke this: yit <- c(135, 164, 234, 369) piit <- c(367, 884, 341, 74 ) where yit is the vector of income classes, and fit is the vector of associated frequencies.(This data is from Rustichini, Ichino and Checci (Journal of Public Economics, 1999) ). In ineq pacakge, Gini( )
2006 Feb 20
0
CRC Checksum problems causing issues with bridging and maybe things like nfs. Wish we had better documentation. (was Re: XenNetworking - Reason for NOARP on eth1/br1?)
On 21/02/06, Bráulio Gergull <gergull@getnet.com.br> wrote: > Hi, > > I''ve had a similar problem. I found it to be due to crc checksum errors. > > I solved that with "ethtool -K ethN tx off" on all domU''s. > > I found some related info on the following thread: > > http://lists.xensource.com/archives/html/xen-users/2006-01/msg00088.html
2011 Feb 27
3
Can wine be used to view a webpage online?
I am curious. There are online game sites tailored to work well with windows which do not work well with Linux. For example: http://www.pogo.com Some of the games work, but others crash such as say "word whomp." This happened to me in Fedora 10 and Ubuntu 10.10. Is there a way to open a website using java pop-ups like 'word whomp' in wine with Linux? I apologize for my
2005 Dec 05
4
Keeping data on 2 servers in sync !
I want to build 2 servers (both running samba) to provide file storage to 2 offices (approx 100 miles apart, linked via DSL) but all data writen to 1 server must also be saved to the other server. Both servers would also allow users to access the data via a VPN thus allowing 1 office with a failed server to access the other server via the vpn and still see the data from both offices. I currently