similar to: multiple simultaneous instances of 'rsync'

Displaying 20 results from an estimated 7000 matches similar to: "multiple simultaneous instances of 'rsync'"

2005 Apr 12
1
Writing to a vfat partition problem
Hi all, I have a problem where when I try to write to a 'vfat' partition (in Fedora Core 3, rsync 2.6.3) I get this error: -=-=-[ error ]-=-=- rsync: mkdir "/mnt/tle-bu/src0/tle-bu/231e2838-93b0-4f6f-8b8b-f09e24e1ed80" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(381) rsync: connection unexpectedly closed (8 bytes received so
2006 Jan 10
1
How to use rsync for Ghost or Acronis type backup
Madison, That sounds like a really nice backup program. I'd like to try your Beta out if I could. I've use rsync regularly and it would be great to have a front end. Thanks. Thom
2005 Oct 21
2
Commercial license?
Hi there Is there a commercial license for using Rsync or the Rsync algorithm within a commercial product? I appreciate that Rsync as it stands is GNU and therefore it cannot be used in this way, but I thought that I would ask the list. I understand that it is open source, but we have an application that would benefit from something like Rsync and therefore thought we would ask the question. If
2003 May 23
0
Solaris Hangs tcp SACK
All, Recently on an Ultra 10 running Solaris 8: -- SunOS toasty 5.8 Generic_108528-20 sun4u sparc SUNW,Ultra-5_10, -- using a pre-compiled package of rsync 2.5.6 from sunfreeware.com: -- bash-2.03$ rsync --version rsync version 2.5.6 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links,
2019 Mar 28
0
topenv of emptyenv
>>>>> Konrad Rudolph >>>>> on Sat, 23 Mar 2019 14:26:40 +0000 writes: >>>>> Konrad Rudolph >>>>> on Sat, 23 Mar 2019 14:26:40 +0000 writes: > I was surprised just now to find out that `topenv(emptyenv())` equals > ? `.GlobalEnv`, not `emptyenv()`. From my understanding of the > description of `topenv`, it
2012 Nov 05
1
Post hoc tests in gam (mgcv)
Hi. I'm analysing some fish biological traits with a gam in mgcv. After several tries, I got this model log(tle) = sexcolor + s(doy, bs = "cc", by = sexcolor) +log(tl) sexcolor is a factor with 4 levels doy is "day of year", which is modeled as a smoother tl is "total length of the fish" The summary of this models is (only parametric coefficientes): Parametric
2013 Sep 01
0
cannot install RExcel
I have followed the instructions according to: http://rcom.univie.ac.at/download.html#RExcel -- "You will have to install . a suitable version of R (I have installed R 3.0.1, CRAN Amsterdam) . a matching version of rscproxy . statconnDCOM or rcom with statconnDCOM Download RExcel 3.2.13
2012 Oct 27
1
Encoding
Hi, I work with R on Windows, so I use ANSI encode; but when I run my projects on a linux or mac pc, It fails, so I change the encoding to unicode (in the same mac pc) and runs ok. The problema is that I need tu make the package in mi pc (windows) and when I save my sources as unicode it fails: I make source("mydile.R") and it return tle following: Error en eval(expr, envir, enclos) :
2004 Dec 31
2
FC2 & ztcfg - cannot find channel 2
When I try to start up zaptel, whilst running ztcfg, I get the following error: Jan 1 10:48:18 bu ztcfg: ZT_CHANCONFIG failed on channel 2: No such device or address (6) My /etc/zaptel.conf is: fxsks=1 fxoks=2 loadzone = au defaultzone=au Channel 1 is a X101P card connected to the PSTN and channel 2 is a S100U box driving an analogue phone. The zaptel kernel module gets loaded OK as does the
2005 Jul 29
1
creating directories not specified in '--files-from' file
Hi all, I use 'rsync' in my backup program and I've run into an annoying bug. If I specify a directory to be backed up all files in it are copied automatically. This is a problem because a user may have selected specifically to not backup a given file. Also if a subdirectory exists in a specified directory it is also copied though do data below it is. I call 'rsync'
2003 Jul 25
1
send_files failed to open
Help! i like to use rsync 'version 2.5.5 protocol version 26' to sync some Volumes over the Network. The Plan: At some day there will be a FileServer called 'fileserver' (the Master) and a FileServer called 'Yesterday' 'Yesterday' will always have the last night status from the 'fileserver' without any write access. So if the fileserver fails or
2016 Mar 24
0
enable 64-bit inums in build on AIX
Hello, I'm building rsync on an AIX 6.1.9.6 host. I would like to build it so it has 64-bit inums enabled but have not been able to figure out how to enable this feature. Can someone please provide me with some guidance on how do do this? This is my current build: -bash-4.3$ /usr/local/bin/rsync --version rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell,
2006 May 17
2
rsync option for continuing event i/o errors occured on remove server
Hello, I search a way to continue processing backup event i/o errors occured on the remote server. I use rsync to make backup of files on a files-server. Recently I had a corrupted file on the files-server and rysnc crash, and don't continue to backup the rest of files. I have found the --ignore-errors rsync option but it seems only about deleting action. On backup server I use this
2002 May 22
1
bug report: errors in file transfer
Hi! I just encountered a serious problem with rsync. I used rsync to copy a big directory between two computers. The source machine was a sun, the destination was a linux box. The destination directory did not exist before the copy started. I used the following command to copy the directory over: rsync -aSz source_machine:projects/ projects2 because I was somewhat paranoid, I checked if all
2004 Jul 22
2
Strange behaviour rsync pull from sun to ppc linux, Integer overflow - attempted 64 bit offset
Hi, I am running rsync on an embedded linux (ppc) like this: rsync -avvv sun::file-system/ /rsyncexperiment Where sun is a solaris machine that has rsync: rsync version 2.5.7 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6, 64-bit system inums,
2012 Jun 27
1
how to convert list of matrix (raster:extract o/p) to data table with additional colums (polygon Id, class)
Hi List, I have a raster and a polygon with attribute ID and Class. I want to have the fraction of each class present in each pixel of raster. I have use the raster::extract to get the value and weights as below. ex<-extract(raster,polygon,weighted=TRUE) this gives me [[1]] value weight 13943 0.24 13958 0.02 13959 0.84 13960 0.19 13987 0.03 13988 0.31 13990 0.30 [[2]]
2008 Apr 05
1
Lower-case filenames on receiver side
Hi everybody, i've been using rsync for quite some time to sync files between my laptop and my desktop for example i use the following to backup the music library (from Mac to Linux) > rsync -rvzu --exclude=.DS_Store --delete --exclude 'Podcasts/*' > $LOCAL_MUSI $REMOTE_MUSIC >> $LOGFILE An odd thing i always noticed is that some files were always copied, even
2012 Mar 22
2
dsync is SLOW compared to rsync
Hi all, We are currently using snapshots and rsync to backup a large mail server to a backup mail server. I have been looking into using dsync to replace rsync in hopes that it would make backups more efficient. I decided to test the performance using a single mailbox. Unfortunately dsync seems to run much slower than rsync. Rsync was able to sync the mailbox in 2 seconds. dsync took over
2002 Oct 02
0
rsync rsh XP->Unix Terminal Read cygwin
I can not get rsync to work when sending from my XP box to a Solaris,HPUX,or AIX host using rsh I am using the cygwin version of rsync, and the windows XP version of remsh. Can anybody tell me what is happening? Any hints on what to do next? Administrator@WOTTPAWLOWM-XP1 /cygdrive/e/perforce_data/atlantic_it4sb2/devroot/ src/iwr/impromptuserver/app.exe/child.lib $ rsync -v -n --progress
2007 Feb 23
0
rsync: file too large (27) errors.
I am getting a file too large error. I have googled this and read bug reports on file. I have upgraded rsync on the system that appeared to be having problems. I am still not able to find a solution. I am using Dirvish for backups and was directed to ask here as this was determined to be more of an rsync issue. Backup1 = system that initiates Dirvish and pulls the data from other hosts.