similar to: rsync limit to filesize

Displaying 20 results from an estimated 4000 matches similar to: "rsync limit to filesize"

2003 Jun 07
0
unexplained error (code 23) at main.c(1045)
I am using rsync 2.5.6 to copy from a system running redhat 6.2 (192.168.0.50) to another system running redhat 6.2 (192.168.0.70). The command line I'm using is: rsync -avW --numeric-ids --delete 192.168.0.50::vgroup00/* /vgroup00/ It complains IO error encountered - skipping file deletion rsync error: some files could not be transferred (code 23) at main.c(1045) I looked at main.c(1045)
2003 Sep 12
1
FW: rsync performance
Not sure if this is not the proper channel (forum) for this, but I need some help. We have been using rsync in various ways on various platforms. Linux-SGI (IRIX)-MacOSX In all cases the actual LOCAL file transfer seems to be limited to 10MB/sec from disk to disk. Always copy whole files. (no rolling checksums) Rsync ?avW rsync version 2.5.6 protocol version 26 We have tested
2003 Jun 11
2
rsync limit to file size/file count
Hi, What are the limits to file size and file count when doing a rsync transfer using 2.5.6? I was trying to rsync about 500 GB of data with many files and many directories, but it has been stuck building the file list for several hours. First of all, is it possible to transfer 500 GB of data? Secondly, what would the limit for file count be when doing a rsync transfer? Any comments or help
2003 Nov 11
1
lock problem on 32 bit mounted nfs with 64 bit lock offsets
Hello list, I've got a problem concerning locking of files with a share on a nfs mounted NAS. samba server is 2.2.8a installed from SuSE-RPMs the NAS is mounted with following line in fstab: <IP-Number>:/vgroup00/data02/data /mnt/nas01 nfs rsize=8192,wsize=8192,soft 0 0 I tried to save a file from word which lead to a aprox. 1 minute hang of my Win2k/SP3. The log of the
2007 Jan 10
2
SAS and R code hazard ratios
Greetings, I am new to R and have been comparing CPH survival analysis hazard ratios between R and SAS PhReg. The binary covariates' HRs are the same, however the continuous variables, for example age, have quite different HRs although in the same direction. SAS PhReg produces HRs which are the change in risk for every one increment change in the independent variable. How do I
2005 Jun 15
1
anova.lme error
Hi, I am working with R version 2.1.0, and I seem to have run into what looks like a bug. I get the same error message when I run R on Windows as well as when I run it on Linux. When I call anova to do a LR test from inside a function, I get an error. The same call works outside of a function. It appears to not find the right environment when called from inside a function. I have provided
2010 Mar 30
5
Problem comparing hazard ratios
Dear R-Helpers, I am a novice in survival analysis. I have the following code: for (i in 3:12) print(coxph(Surv(time, status)~a[,i], data=a)) I used it to fit the Cox Proportional Hazard models separately for every available parameter (columns 3:12) in my data set - with intention to compare the Hazard Ratios. However, some of my variables are in range 0.1 to 1.6, others in range 5000 to
2010 Oct 26
2
Formatting durations
Hi, I am working with a dataset for sometime and I need some help in parsing some data. There is a column called "Duration" which has data like following: 2 minutes => 120 2 min => 120 10 seconds =>10 2 hrs =>7200 2-3 minutes => 150 or 120 5 minutes (when i arrived => 300 Flyby approx 20 sec. => 20 felt like 10 mins but tim => 600 I need to convert them to
2011 Apr 19
1
Linux RHEL 5.2 hangs for 1.5 hrs while fsck'ing the OCFS2 file system
Hi there, A month ago we ran into the fsck issue while rebooting one of the Oracle RAC nodes running on Linux RHEL 5.2. It was hanging for 1.5 hours During the reboot, OS portion went fine, then it activated the data volumes in all data vg's with [OK] Then displayed message: Checking filesystems - and it took it 1.5 hrs, then it finished the reboot. Last weekend we rebooted the same box and
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
Hello, Sometimes, when a call comes in from the PSTN through our VoIP gateway, the information that is sent to our web page that logs calls includes the original CID name instead of the one that is we expect to be rewritten on the fly using Asterisk's LookupCIDName: ================= ;extensions.conf [internal] exten => group,1,LookupCIDName exten =>
2010 Sep 30
2
time in year, month, day, hour ?
Dear R Users, I did not get any reply on my question so I am re-asking. This time I am giving sample data: 1 60.3162 -13.5993 -0.4353 46.0938 0.1877 -0.194E-07 2 60.3713 -13.5992 -0.4423 46.1241 0.2057 -0.231E-06 3 60.3430 -13.5981 -1.6163 44.9048 0.2237 -0.270E-06 4 60.3227 -13.5970 -2.6258 43.8785 0.2213
2004 Aug 04
2
refresh filesize of samba shares with win2k
hi, in this days i'm trying samba because i would like to substitute an NT file server. i found this problem: when with a client win2k i'm connected to samba server i can't see the latest situation about my shared directory on the samba server. example : if i create a new file named foo.txt , then i can see it with filesize = 0 byte then i edit foo.txt and add some char into the
2006 Feb 09
0
filesize problem...
dear list, following problem with large files: server: samba 3.0.21b debian linux kernel 2.4.32 filesystem ext3 client: windows xp sp2 - i layed a tarball to the directory with a size of 35GB (also tested with a smaller filesize of 7.2 GB) - the filesystem shows the correct filesize. - looking via samba share, there's a filesize of 2.91GB??? - trying to copy a file bigger then 2.91 GB i
2010 Mar 04
2
missing date and time intervals in data frame
I posted a similar question, but feel it needs a bit more elaboration. I have a data frame (read from a csv file) that may have missing rows. Each day has 7 time intervals associated with it, with a range from 17:00 hrs to 18:00 hrs in 10 minute bins. What I am looking for is a script that will run through the data frame and insert "NA"in the Volume column for any dates that are
2009 Sep 29
2
rsync exclude files based on filesize
Is there a way to set rsync excludes by filesize? I already do excludes by a wild card on the name but I needed something a bit more sophisticated this time around. I have files with the extension .nc (netcdf files) which tend to be huge before the users post-process them. I want all files with a .nc extension excluded if they are, say, 100+ MB in size. Is there a way to do this via rsync?
2007 May 12
3
flac filesize limitation
hi is there a filesize limitation for flac files because of the encoder or decoder for some reason?
2006 Jan 16
1
Max Filesize MySQL CentOS 3
Anybody offhand know the maximum filesize for a MySQL table? CentOS 3.6 Linux native ext3 filesystem MySQL version 3.23.58 TIA John Hinton
2011 Apr 18
1
time dependent hazard ratios
Hi, I am new to time-dependent Cox model to estimate time dependent hazard ratios. Let me use aml dataset from survival package: > aml3<-survSplit(aml2,cut=c(5,10,20),end="time",start="start", event="status",episode="i") If I want to esimate hazard ratio for each of the time intervals 0-5, 5-10, 10-20 and >=20, would the following calculate
2006 Jan 30
0
file_column content-type, filesize, etc.?
Newbie question here: How can I extend the (awesome!) file_column plugin to provide methods for content_type, filesize, and original file name? I know I should be able to do this, but I can''t quite figure it out. Please help. Thanks. -cal
2009 Jun 30
3
filesize limitation in CentOS or exim?
Hallo, today I had a surprising situation. Exim stopped. It's a German centos 5.3 64 Bit installation so the messages are partial in German. Then I tried a restart: [root at centos ~]# service exim restart exim beenden: [FEHLGESCHLAGEN] exim starten: /bin/bash: line 1: 6596 Die maximale Dateigr??e ist ?berschritten