similar to: rsync server with conf file

Displaying 20 results from an estimated 20000 matches similar to: "rsync server with conf file"

2002 Dec 29
1
Include question
Hello All - I've been struggling to figure out whether this is possible, and starting to think it isn't. What I'm trying to do is add all directories to be backed up (source) in the include file and not mention any source directories on the actual command line. For example I've tried something like the following with no luck: rsync 10.0.100.254: /backup/
2009 Jan 19
1
indications.conf entry for Iceland
Hi, Not sure where to submit this to so I'll try here. Below is the toneset for Iceland. Hopefully this can be added into the asterisk package. [is] description = Iceland ringcadence = 1000,4000 dial = 425 busy = 425/250,0/250 ring = 425/1000,0/5000 congestion = 425+250/250,0/250 callwaiting = 600/100,0/100,600/100,0/9000 record = 1400/500,0/15000 info = !950/330,!1400/330,!1800/330,0
2007 Jun 19
1
Deleting...log path
For some time I've noticed something that seems very strange to me when setting an rsync session for delete. The destination path of the backup is /backup/Latest/Latest/CORP-SERVER/ so for new/changed files the logs appropriately report for example: backup/Latest/Latest/CORP-SERVER/.... for each file/directory. However, when a file does not exist on the source end, and a deletion occurs I
2003 Sep 09
3
Operation not permitted?
Hello, Can someone tell me what the problem is here. I am doing an rsync on a sendmail spool directory to a folder that is a samba mount. Why is rsync trying to change owner? Does it have to? I tried manually changing owner (as root) on a file that is sitting on the samba mount and I got the same operation not permitted error. Does anybody know why this is? Or do I need to ask in a samba
2000 Apr 17
1
source-parse difference in 0.9 and 1.0
In version 0.9 I ran a command file of 489 lines with source(" ") In version 1.0 I do the same and get Error in parse(file, n, text, prompt) : unable to open file for parsing This has something to do with the length of the command file. If I paste the individual lines into R it is OK, if I only use few lines of the code is is OK as well. The problem is affected by
2009 Jan 20
0
rsync 3.0.4 patches for 10.3
Le 19 janv. 09 ? 21:53, tim lindner a ?crit : > > Thanks for this. Everything has been working fine. I did encounter > one problem. It didn't like it when colons were in filenames. Rsync > would spit out an error and move to the next file. > > I remember (sorry I don't have a reference) that HFS disallows a ":" > in the file name. So when a filename is
2002 May 29
3
inverse gaussian random numbers
Dear R-people Does someone have a routine to ngenerate inverse-gaussian random numbers. I am thinking of something similar to rinvgauss, pinvgauss etc. in S-plus. best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland PHONE:354-525-4571 Faculty of Economics and Business Administration
2003 Feb 05
2
big ps-files
To R-users I have been using R for many years and I am very happy with it. One thing puzzles me. Graphic postscript files tend to become quite big, much bigger than corresponding splus postscript files. Does anybody have a hint to avoid this? best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland
2003 Jan 09
1
Stats
Hello - Can someone please clarify the meaning of these stats. This is the rsync'ing of one file remotely over a wan. Total file size: 383219712 bytes Total transferred file size: 383219712 bytes Literal data: 3143680 bytes Matched data: 380076032 bytes The total file size is definitely correct, but what I don't understand is the transfered size. Is rsync reporting that roughly 380mb
2007 Apr 16
1
rails in iceland
Is there anyone on this list located in Iceland? I''m looking for some other local developers to brainstorm and potentially collaborate on a project. Please contact me directly, if interested. To the other 99.9% of people on the list. I apologize for hitting it with this request. -albert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2001 Oct 31
0
isotonic regression
Dear R-users Do you know of an easy way in R of performing "isotonic (unimodal)" regression ala BBBB, Barlow, Bartolomew, Brenner and Brunk. best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland PHONE:354-525-4571 Faculty of Economics and Business Administration email:helgito at
1998 May 01
0
R-beta: ps-graph in R and S confirmation
> > On Sat, 25 Apr 1998, Helgi Tomasson wrote: > > > I am creating postscript-graphics in R. When I import them into > > > a LATEX document it is impossible to get the caption close > > > to the figure. I run the same program in Splus, and no problem > > > of getting the caption just below the figure. Another thing, > > > the ps file that S
2000 Mar 24
1
does xaxt="n" work
To R-people I recently downloaded an rpm for suse-linux of R-1.0 for suse 6.3. There plot(tx,spax,type='l',ylim=range(ytx),ylab="",xlab="",xaxt="n",yaxt="n") does not seem to supress printing on the axis. The same statement seemed to work well in R-0.9 on a redhat 5.2 (compiled by myself). Has anyone had the same experience? regards Helgi
1998 Apr 04
2
R-beta: standard-errors-glm
I have a small problem. I am running glm() in R-0.61.0 on Redhat 4.2. I want to get the standard errors from the output. If I do out <- glm(....) summary(out) I get the coefficients printed as well as their correlation matrix. If I do out$coefficients I get the coefficients out$fitted gives me the fitted values I can then assign the fitted values or the value of the estimated
2016 May 19
0
ati fglrx vs amdgpu absolutely mad on R5 m255 vs IRIS P520
Hello guys, native drivers are mad for my laptop: Downgrade to native centos kernel vmlinuz-3.10.0-327.18.2.el7.x86_64. fglrx glxgears around ~800 in 5 seconds my test with amdgpu kernel 4.6 (intel vs amdgpu): [andy at localhost ~]$ cat /proc/version Linux version 4.6.0-1.el7.centos.x86_64 (andy at localhost.localdomain) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) ) #1 SMP Thu May 19
2001 Sep 11
3
64-bit programming
Has R been ported to 64-bit platforms? E.g. as in FORTRAN when you define double precision number as: REAL*16 I have heard that some SUN computers already offer 64-bit architecture but I am unsure about the GNU support for that hardware. I am seeking increased accuracy in floating point operations. regards Helgi -- Helgi Tomasson FAX: 354-552-6806
2023 Nov 06
1
strptime with +03:00 zone designator
try using 'lubridate' > library(lubridate)Attaching package: ?lubridate? The following objects are masked from ?package:base?: date, intersect, setdiff, union > x <- "2017-02-28T13:35:00+03:00"> ymd_hms(x)[1] "2017-02-28 10:35:00 UTC" > Thanks Jim Holtman *Data Munger Guru* *What is the problem that you are trying to solve?Tell me what you
2023 Nov 05
3
strptime with +03:00 zone designator
I have some data that includes timestamps like this: 2017-02-28T13:35:00+03:00 The documentation for strptime says that %z expects an offset like 0300. I don't see any way in the documentation to get it to accept +hh:mm with a colon separator, and everything I tried gave me NA as the answer. Section 4.2.5.1 of ISO 8601:2004(E) allows both the absence of colons in +hh[mm] (basic format) and
2023 Nov 06
1
strptime with +03:00 zone designator
OK, so the consensus is (1) One cannot make strptime accept ISO8601-compliant zone designators (2) The lubridate package can (3) Or one can hack away with regex. Lubridate it is, then. But I do regard strptime's inability to process ISO8601-compliant zone designators as a bug. On Mon, 6 Nov 2023 at 13:18, jim holtman <jholtman at gmail.com> wrote: > try using 'lubridate'
2003 Sep 09
1
Getting a local number abroad - Newbie question
Hello! I have a staff member abroad and need to provide him with the ability to make local calls. The features I need are: * Possibillity to make calls at local (Icelandic) charges from Ireland office. * Possibillity to call the local Icelandic number and reach the Ireland office. I'm also wondering if there is any isdn based solution since there is a possibillity of another staff