similar to: Can Rsync handle largs exclude lists without slowdown?

Displaying 20 results from an estimated 3000 matches similar to: "Can Rsync handle largs exclude lists without slowdown?"

2007 Aug 02
1
Option to not update Atime on filesystems not mounted noatime
Hi I have a single filesystem i don't mount noatime because mutt would work very good otherwise. Today, in a discussion about mkisofs, i learned that Linux since 2.6.8 supports "O_NOATIME" as an option to open. (see "man 2 open") So how comes that rsync doesn't do that and/or there is no option to switch on that behaviour? Bis denn -- Real Programmers
2007 Mar 13
1
Feature-Request: --write-batch on destination not source
Hi I have a "Chain" of rsyncs(*) A -> B -> C -> D My problem is that "A" is switched off after the rsync is done. So i have to copy the "batch" immediately (and manually/via other means) to "B", before switching off, so the batch can later be retrieved from "B" and copied to "C" for --read-batch. And copied further on for
2009 Jul 02
2
rsync transfer rates over ssh
This is just an inquiry about how rsync calculates its transfer speeds. I'm using rsync over ssh to pull data from our central office to another office. Our central office is connected to the internet via T1 and the other office is connected to the internet via DSL. rsync is being run at the remote office to pull data down from the central office so I expect to see transfer speeds at a
2012 Jul 05
4
rsync based on checksum only
Is it possible to tell rsync *not* to use file names, date stamps, etc and only use the checksum for deciding if a file is the same? the remote machine "normalizes" a set of file names to remove all punctuation marks and forces all file names to lower case. The files themselves are unchanged. --checksum looks promising but it does not say anything about file names: -c, --checksum
2008 Oct 23
2
asking for root password
We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync -avu --rsh "ssh -l root" root@servername:/var/lib/mysql/backups/ /backups/mysql/ We have a new server that will replace the old server that rsync pulls backups from. On the system that is running rsync, I switched the servername in the command above to the new
2013 May 19
1
Any plans for a 3.1.0 release(-date)?
Hi If i'm reading git right(git log v3.0.9..) the development branch that will eventually result in 3.1.0 is nearly 5 years "in the making". Personally i'm anticipating the fallocate support, as XFS is great at preallocateing (fallocating even a several gigabyte big file only takes milliseconds) which reduces fragmentation especially when the copy operation takes time.
2009 Oct 27
3
Optional filter files
Is it possible to call rsync and tell it to use a filter file if it exists, but otherwise continue without errors? If I pass "--filter=. .rsync-filter", it will fail if .rsync-filter doesn't exist. I know you can pass "--filter=: /.rsync-filter" to search for filter files in each directory. That won't fail if there aren't any such files. But I'm only
2011 Sep 05
0
Stemming functions only work on the last word of plain text documents
Hello, I want to use the SnowballStemmer on a collection of plain text documents. However, when I apply it to my corpus using the tm_map function it only stems the last word of each document (The problem is the for wordStem and stemDocument does not work at all).  An example: > path <- c("c:\path\to\directory")       # collection of plain text documents > corp <-
2014 Nov 25
5
Dealing with an unreliable remote
'Lo. I've run into a frustrating issue when trying to synchronize a directory hierarchy over a reliable (but slow) connection to an unreliable remote. Basically, I have the following: http://mvn-repository.io7m.com/com/io7m/ This is a set of nested directories containing binaries and sources for projects I develop/maintain. Every time a new release is made, I deploy the binaries and
2008 Oct 21
3
Exclude rows in table
Dear R-Help, I have the following type of table (with number of rows = 4765) and want to exclude each row where Net=0. Could this be done in a simple way? Thanks in advance Jim > A Business.Unit Event1 Net Date 1 General Fraud 170.000 2006-01-01 2 General Fraud 100.000 2007-11-09 3 General Fraud 486.286
2008 Nov 21
3
write every element of a variable into a separate text-file
Hello, what I want to do, is, to write every element of a variable into a separate text-file automatically: My Variable: > wull [1] "Hallo Leute, wie gehts denn euch seid ihr noch alle..." [2] "Is their anyone how can help me with..." [3] "mann, mann, mann... das nervt aber.." [4] "how are you littele strange tiger..."
2010 Jul 14
1
Linux, rsync files excluding open/busy files
Hi, I read many posts about this, faq, googled, and finally got to write here. The scenario/question is this: I want to transfer files from Server B -> Server C the problem is that, files that are to be transfered may be open/busy, meaing they are "not still complete, " or they are open while rsync is run. Is there a way to automatically handle these open files using rsync , rsync
2006 Jan 17
0
Verizon DTMF Recognition
I have been having problems dialing into Verizon conferencing using my * system. If i dial using a POTS line directly, the dtmf codes for the conference room are recognized with no issues, however, verizon doesnt recognize the keys when i press them as being a valid code. I remember something a while back (unfortunately - lost all my IMAP email) - Something about verizon lines and dtmf and
2005 Sep 13
1
Building a new machine
We recently suffered a server loss, during the power an unforgiving power outage. I built a new machine, copied over all information contained in the home directory, and also copied shadow, shadow passwd, groups, passwd. I was able to set the permissions and ownership they way it was on the old server, and everything looked well. However when I asked the users to log in, they couldn't. Is
2003 Feb 25
1
Figuring out name of Kerberos server?
Hi! I'm on a conquest to get Samba 3.0 to authenticate against an Active Directory. For this, I need to have Kerberos working. However, I don't know the name of our Kerberos server. If I've got a Windows machine which is part of the Active Directory, can I somehow get it to tell me the name of the Kerberos server? Or could I use a packet sniffer to get the name of the server?
2010 Jan 08
1
Zeilenweiser Plot einer Matrix
Liebe Liste, bin noch absoluter R-Anf?nger und trotz flei?igen Lesens der Dokumentation noch nicht zur L?sung des folgenden Problems vorgedrungen. Die Werte einer 2D-Matrix sollen in einem einzigen 2D-Plot dargestellt werden, in dem jeweils f?r die Werte einer Zeile ein Graph aus mit Linien verbundenen Punkten gezeichnet wird. Die Matrix besitzt zw?lf Spalten, die x-Achse soll einfach mit 1:12
2010 Mar 20
4
Displaying an image in a Rails form_for
Hi, I''ve got a public\images\DownArrow.jpg and app\views\expenses\new.html.erb that want to present this image in the following context: <p> <%= f.label :vendor %><br /> <%= f.text_field :vendor %> <%= f.image "DownArrow.jpg" %> <br> <%= select_tag "test", options_for_select(@current_vendors.collect {
2009 Dec 22
3
How do I make rsync ignore unreadable files (damaged sectors)?
Lately I've working on a backup script that utilize rsync together with MySQL logging. Everything has been working just fine until now when I needed to generate some errors for my error handling code. So I took a CD (which I scratched with a needle) and mounted it to the file system. There after I started the backup job which went on forever and never got completed. It seems that rsync
2005 Sep 16
0
Building a new machine SOLVED
That is what we did not do, thanks a ton Gary! This will certainly save us a ton of headaches in the future. On 9/14/05, Gary MacKay <gary@edisoninfo.com> wrote: > > linux starved wrote: > > On 9/13/05, Paul Gienger <pgienger@ae-solutions.com> wrote: > > > >>>We recently suffered a server loss, during the power an unforgiving > >> >
2010 Mar 27
7
large dataset
Hi I have a question, as im not able to import a csv file which contains a big dataset(100.000 records) someone knows how many records R can handle without giving problems? What im facing when i try to import the file is that R generates more than 100.000 records and is very slow... thanks a lot!!!