Displaying 20 results from an estimated 11000 matches similar to: "save transfer:using rsync"
2008 May 30
2
rsync on stand alone winXP
Hi,
I want to use rsync in my project that take increment image of files. This is for windowsXP and vista(stand alone) on localhost no need to use on network.
I have following dll and exe::
- rsync.exe
- cygwin1.dll
- cygpopt-0-dll
- rsync-param.reg
Now in services.msc I am seeing "rsync" service. I have started that also
and set in logon tab as "LocalComputer".
Again I
2008 Jun 02
2
unison for windows
Hi All,
I am posting this querry second time.
What i need is--
{Is there any command by which I can get only the updation of file ie only the incremental?.
Suppose I have a text file say ss.txt of 3KB in size and I have taken the
backup of this file. Now I am making the changes in to this file(ss.txt) by
adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the
2005 Jun 26
1
2.6.3, 2.6.4 incompatibilities
I am wondering if there are known incompatibilities
between 2.6.3 and 2.6.4?
I have a debian box with 2.6.4 and a FC3 box with
2.6.3. Most of the time rsync works fine between the
two but I am running this command on FC3 box:
rsync -azvv --stats --delete
--files-from=/root/.rsb2.tmp /
nathan@debian:/home/backup/bkp.01
And I am getting this error message:
building file list ...
[sender] expand
2005 Jun 09
4
[Bug 2784] rsync gives following error: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=2784
------- Additional Comments From carnesresearchcenter@gmail.com 2005-06-09 11:20 -------
*** Bug 2785 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2008 Jun 20
1
problem with rdiff
Hi all.
(I am sending this querry here because it is somehow relating to rsync. If i am wrong please pardon me.)
I am doing following on these windowsXP and Vista.
I am trying to get only incremental backup using "rdiff-backup" (that also uses rsync).
I have installed gcc compiler and by following the steps given in http://katastrophos.net/andre/blog/2005/11/02/rdiff-backup-on-windows/
2008 May 31
1
rsync for incremental
Hi all,
I am able to copy the dir from one drive to another drive on local
machine using windowsXP.
Is there any command by which I can get only the updation of file ie only the incremental?.
Suppose I have a text file say ss.txt of 3KB in size and I have taken the
backup of this file. Now I am making the changes in to this file(ss.txt) by
adding 1KB of data. Now I want this 1KB data (in to a
2008 Jul 16
1
rsync+ZFS snapshot
Hi All,
I am not so expert on rsync. I am using windows XP and Vista.
I am able to take the backup using rsync.(It does not give the incremental)
I need to take incremental also. After some googling (referring the link- http://www.jeffawaddell.com/2008_04_01_archive.html) I found that rsync + ZFS snapshot does the same job. It use rsync to make delta backups to the file server, and automatic ZFS
2005 Dec 10
6
rsync 2.6.6 nasty bug?
I believe I have encountered a nasty bug with rsync 2.6.6
"--delete-excluded" option. When this is enabled, rsync''s operation
appears to break entirely.
I have a script that I''ve been using for a few years. The script
hasn''t changed in the last year or so. Recently I upgraded from
SuSE 9.3 to SUSE 10.0 which means that I went from rsync 2.6.3 (+
patches,
2009 Jul 01
2
Difficulty in calculating MLE through NLM
Hi R-friends,
Attached is the SAS XPORT file that I have imported into R using following code
library(foreign)
mydata<-read.xport("C:\\ctf.xpt")
print(mydata)
I am trying to maximize logL in order to find Maximum Likelihood Estimate (MLE) of 5 parameters (alpha1, beta1, alpha2, beta2, p) using NLM function in R as follows.
# Defining Log likelihood - In the function it is noted as
2013 Jul 19
1
--fake-super locally?
I'm rsyncing files on system1 to its external HD. system2 is remote
and pulls those files from the external HD. system2 does not have
root privileges on system1 so I chown the files to pull. Can I
somehow use --fake-super or something similar to save the original
ownership info to ACLs?
- Grant
2004 May 02
7
Connection caching?
Hey all,
on the distcc mailing list, a thread about load balancing
got a bit out of hand, and we started thinking about
moving fsh-like connection caching into ssh itself
to get rid of the overhead of starting up the python
interpreter to run rsh.
(Interestingly, mit's "rex", described at
http://www.lcs.mit.edu/publications/pubs/pdf/MIT-LCS-TR-884.pdf,
considers connection caching
2009 May 28
3
R connectivity with Oracle DB
Hi Friends,
I am working on R-2.9.0 and i want to connect oracle through R, but i could
not find ROracle (zip file for windows) on CRAN Packages. Can anyone suggest
me how to connect Oracle from R in windows platform? I would be grateful if
u can provide me code aswell.
Thanks & Regards,
Madan
--
View this message in context:
2009 Apr 16
1
Unable to transfer between win32 (interix) and FreeBSD
While transfering files from a win32 host here running
interix aka SFU it keeps constantly failing with various
errors see below.
Both ends are running 3.0.5 on the same network. Also
the transfer speeds are really slow, has anyone had
this before and is there anything we can do to
investigate the issue?
receiving incremental file list
content/misc/elbonio/
content/misc/elbonio/clickfire.zip
2006 Oct 11
6
DO NOT REPLY [Bug 4163] New: Checksum Error using "ssh key authentication"
https://bugzilla.samba.org/show_bug.cgi?id=4163
Summary: Checksum Error using "ssh key authentication"
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2007 Sep 04
3
[U] Rsync Errors
UNCLASSIFIED////
I am seeing the following errors occasionally when doing an rsync between
servers (Solaris 9) at the local and remote site. Has anyone seen these
errors before or know what they are?
rsync error: error in rsync protocol data stream (code 12) at io.c(1122)
[sender=2.6.9]
rsync error: protocol incompatibility (code 2) at io.c(954) [sender=2.6.9]
rsync error: protocol
2012 Dec 14
12
any more efficient way to transfer snapshot between two hosts than ssh tunnel?
Assuming in a secure and trusted env, we want to get the maximum transfer speed without the overhead from ssh.
Thanks.
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20121213/654f543f/attachment-0001.html>
2012 Oct 04
1
[Bug 9246] New: Add chroot enablement option to rsync client
https://bugzilla.samba.org/show_bug.cgi?id=9246
Summary: Add chroot enablement option to rsync client
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: bmn at mailinator.com
2012 Nov 11
1
[LLVMdev] madandas@soe.ucsc.edu
Hello,
I'm trying to find if the access within a loop body is using the loop
induction variable, and to get the start and end indices of the loop.
for(int i = start; i < end; i++) { A[i] = 0; }
Let's say, I want to replace this with a function call 'zero(A,start,
end)'
How can I get the Value for start and end, and see if the index is same as
loop induction variable?
2009 Jan 20
2
Embeding R
Hi,
I'm planning to embed R into an application, with the following context:
- This application is written in Java (and managed with maven). I plan
accessing R using JRI.
- This application must be installable on several plateform (linux, mac
os, windows).
- The R engine must embed library, some of them having native code in C or
Fortran.
Does this sound reasonable? I would be very
2018 Oct 10
2
Is there a way to get an rsync client to communicate over stdin/stdout?
Hello,
Is there a way to get an rsync client to communicate over stdin/stdout?
I found these two emails from 2004. The second email mentions that
there might be a patch.
https://www.mail-archive.com/rsync at lists.samba.org/msg09392.html
https://www.mail-archive.com/rsync at lists.samba.org/msg09427.html
Is anyone aware of a way to do this? Or of a published patch that does it?
I figured I