similar to: rsyncing files that might change

Displaying 20 results from an estimated 10000 matches similar to: "rsyncing files that might change"

2006 Jun 14
3
Rsyncing a very large directory tree (over 50,000 files)
Hi, I need to rsync a very large directory tree (over 50,000 files). This is not a regular job, after the initial rsync is done, I can do a nightly rsync and only a few files will change. Is there anything I need to be aware of before doing this? I started the script this morning, but it was still building the file list after around 15 minutes. Is it better to do it using several
2011 Jun 15
2
Escape sequence in eval ()
Hello, I am wondering how to get the quotation marks into a variable expression. I can't escape it with the backslash \ ... Example: I can access my data frame via TABLE$"2011-01-02"$columnD Now I want to do this automatically.. (with a for loop).. a <- TABLE b <- " \"2011-01-02\" " c <- "columnD" acessmytable <-
2006 Jun 14
6
Cygwin rsync to RH rsync server
Hi all, I'm new to the rsync list. I've been searching for two days and have tried five different installs and so far none work the way I need them to. I have an "backup" server running rsync --version: rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard
2007 Jul 16
1
Might hanging bugs remain in rsync 3.0.0?
Wayne, I am concerned that, when you decide to release rsync 3.0.0, one or more hanging bugs may remain in the incremental recursion code. My rationale is as follows. At least four such bugs have been found so far, and I see no evidence that those are all there are. Furthermore, from April 27 to July 10, about 2.5 months passed without any hanging bugs being found; then, on July 11, Warren
2006 Nov 19
2
underscores, sugar, and more and more bugs
I sent this earlier under with the subject "artificial sugar causes cancer" and I think some spam filters ate it. Here it is again: ====================================== All, If you look at http://rubyforge.org/tracker/index.php?func=detail&aid=6760&group_id=797&atid=3149 you''ll see that Chad (the submitter) found the source of the bug. Unfortunately, the source
2006 Sep 21
5
rsyncing from win1251 to UTF-8
Hello! I need to sync directories from one machine to another. Source server uses win1251 (russian) codepage to store filenames. Destination server uses UTF-8. How could I avoid garbage in filenames after rsyncing? Can rsync recode filenames from one codepage to another? If no, is there any way to do this task? Thank you.
2011 Feb 02
6
Lost root access
So on a virtual server the root password was no longer working (as in I couldn't ssh in anymore). Only I and one other know it and neither of us have changed it. No other account had the correct privileges to correct this so I'm wondering, if I had mounted that vdi as a secondary device on another VM, browsed the file system and delete /etc/shadow would this have wiped all users passwords
2011 Aug 24
2
Split data frame by date (POSIXlt)
Hello everyone, I want to split a data.frame by the column date . The data frame looks like this date time open close 02.01.2011 09:00:00 1000 1200 02.01.2011 09:05:02 1200 1203 ... 01.02.2011 10:01:21 1029 1110 ..... 30.03.2011 12:02:12 1231 1200
2009 Dec 09
4
binary string conversion to a vector (PR#14120)
Full_Name: Franc Brglez Version: R 2.9.1 GUI 1.28 Tiger build 32-bit (5444) OS: MacOSX -- 10.6.2 Submission from: (NULL) (24.148.163.114) I am demonstrating what may be a bug or my lack of experience. Please review as it would help to hear from someone. MANY THANKS -- Franc Brglez The function "binS2binV" returns what I consider a wrong value -- see the terminal output binS2binV =
2007 May 02
5
Status of --ignorcase option in main tree/build?
Hi, I'm very interested in learning the status of the --ignorecase patch being included in the main tree... is there a reason it still isn't in there? For anyone who is forced to dealing with backing up windows boxes, this is a big problem, and I can't believe that it isn't affecting a lot of people... Or maybe there is a simple workaround? I'm trying to backup files
2011 Jan 24
1
Dovecot Update on Ubuntu from 1.0.10 to 1.2 doesn't work
Hello, i have an ubuntu 8.04 LTS Virtual Server with Dovecot 1.0.10 and postfix. Now i tried to update Dovecot because i need Quota, which is not possible in 1.0 but in 1.2 So i added the packages to my /etc/apt/sources.list: deb http://codex.xiaoka.com/apt hardy main restricted deb http://archive.ubuntu.com/ubuntu hardy-backports main universe multiverse restricted and updated dovecot with
2006 Dec 15
4
_exit_cleanup(code=12, file=token.c, line=419): about to call exit(12)
Hy all, I'm a new rsync user and my english may be poor. I try to sync two folders between two machines using ssh and 2.6.9 rsync version on each. My purpose is to sync only files called "*.lic" in each subfolders. On the source machine I want to sync : /home/dps3/public/Lic/Lic /home/dps3/public/Lic/Lic2 /home/dps3/public/Lic/Lic3 to /home/dps3/public/Lic/Lic9 On each
2006 Sep 29
4
real time billing system
Hi, sorry for the question, i've been searching for a real time billing system for asterisk with zap/sip support, for use in post paid systems like "locutorios", do you know of or use any ? thanks -- patoVala Linux User#280504 Hablando en http://www.elprimoalcahuete.com "El tiempo cura los dolores y las querellas porque cambiamos. Ya no somos la misma persona. -- Blaise
2007 Jun 30
2
checksum-xattr.diff [CVS update: rsync/patches]
On 6/30/07, Wayne Davison <wayned@samba.org> committed: > Added Files: > checksum-xattr.diff > Log Message: > A simple patch that lets rsync use cached checksum values stored in > each file's extended attributes. A perl script is provided to create > and update the values. Wayne, You should be aware of two drawbacks of caching checksums in xattrs: First,
2008 Feb 01
3
"Could not retrieve dependency" error
Hi, I''m getting a "Could not retrieve dependency" error and I can''t figure why. Someone got a cluestick for me? I''m using the following simplified configuration to ensure sshd is running and gets reloaded when the config file changes: ---- site.pp ---- import "classes/sshd.pp" node obsd42 { include ssh-server } node debian40 { include
2010 Jun 20
10
RSpec 2 view example: render_template
On http://github.com/rspec/rspec-rails under "View specs" there''s an example describe "events/index.html.erb" do it "renders _event partial for each event" do assign(:events, [stub_model(Event), stub_model(Event)]) render view.should render_template(:partial => "_event", :count => 2) end end Is this indeed correct? From the
2009 Sep 09
1
inotify_init() failed: Function not implemented
Hello, i have in my mail.log some warnings: Sep 2 08:21:49 myserver dovecot: IMAP(me at myserver.tld): inotify_init() failed: Function not implemented how can i fix this? Thank you in advance, franc walter
2007 Oct 30
5
rsync and translating restricted NTFS filename characters
I am backing up files from Linux to a NTFS using rsync. I have the NTFS mounted on Linux via CIFS. I am discovering errors while attempting to backup files with restricted NTFS characters, like : [colon]. For example, I am unable to backup my crucial maildirs, as a colon is encoded in each Linux file path. Is there a solution to rsync Linux file paths with restricted NTFS characters, to NTFS?
2007 Oct 31
4
multiple rsync sessions for one file?
Hey all, A customer is configuring an offsite rsync backup. Their Internet pipe is fairly slow (DSL) but they have some very large files to backup. Their backup window is only after business hours. If one of these large files starts rsyncing at midnight, and the backup window ends before the file is complete (i.e. the rsync process stops), will it complete the rest of that file the
2020 Jul 21
3
trivial typo in ?Matrix::sparse.model.matrix.Rd
Hi, Martin, Ben, et al.: On 2020-07-21 04:33, Martin Maechler wrote: >>>>>> Ben Bolker >>>>>> on Mon, 20 Jul 2020 20:11:04 -0400 writes: >> ? "form" -> "from". Diff against latest SVN: >> Index: sparse.model.matrix.Rd >> =================================================================== >> ---