similar to: --password-file=<NAMEOFFILE>

Displaying 20 results from an estimated 2000 matches similar to: "--password-file=<NAMEOFFILE>"

2004 Mar 10
1
Seperate Log Files Per "Account"
Good day all. I was wondering if the "log file = /path/to/logfile" could be used per module as opposed to being a global parameter. My goal is to have each individual module log to a different file in order to keep customer's transactions seperate. I have tried in the global parameter section "log file = /var/log/rsync/$LOGNAME/rysnc.log" to no avail. Perhaps I should
2003 Oct 02
0
password file
Ahhh yes silly me. Toying around with it I came to that conclusion. Specifying the secrets file as the source of the password was my problem. I created a file on the local machine and put the password in there just as plain as could be. I made it readable only for root. Then I ran the command and it worked like a charm. Now I am off to figure out a way to make each module log to a different
2004 Mar 08
1
rsync without a "data pool"
Good day to all. I would like to congradulate you all on a brilliant product. I have been watching this list for some time as I find the topics most informative. I have a carefully crafted question that I would like to ask you guys. But first some info to help give you a better picture. I am using a RH 9.0 box and the latest rsync to backup different servers to an offsite data facility. The
2003 Oct 07
4
Rsync for Windows on http://www.gaztronics.net/rsync.php
Hi to all on the Rsync mailing list. I noticed some posts back on the 25th September about my Rsync page (http://www.gaztronics.net/rsync.php). There were questions regarding it's suitability, why it was there, etc, and how I did not conform to the GPL. I have since sought advice from the Rsync administrators, who have advised me with regards to the GPL, etc. The page has been updated
2010 Oct 15
1
Dealing with Non-Standard Hours
A data set I obtained has the hours running from 01 through 24 rather than the conventional 00 through 23. My favorite, strptime, balks at hour 24. I thought it would be easy to correct but it must be too late on Friday for my brain and caffeine isn't helping. TIA for a hint, Clint -- Clint Bowman INTERNET: clint at ecy.wa.gov Air Quality Modeler INTERNET: clint at math.utah.edu
2011 Dec 11
2
ToDo List Notation
I just joined this mail-list, so I apologize if this has been discussed before, but: Has anyone suggested adding a "todo list notation" to Markdown? Specifically, I'd like to see an open paren, brace or bracket, at the start of a line, followed by a space, a "/", or a "X", followed by a matching closing paren, brace, or bracket, followed by a space and more text
2004 Jun 16
3
Aggregating on Water Year Rather Than Calendar Year
The US water year extends from 01 October yyyy-1 through 30 September yyyy and is referenced by the year starting on the included 01 January yyyy. I'd like to be able to find the annual means for the water year. To do so I've taken the input date-time, which is in the usual format "1991-10-07 10:35:00" changed it by: w$d<-as.POSIXct(w$date.time) Now I can add an
2023 Dec 05
1
Question on slave
On 04/12/2023 13:47, Jean-Christophe Boggio via nsd-users wrote: Hi Jean-Christophe, > When syncing between master and slaves, am I supposed to see new files > appear in the slave's "zonesdir" directory? Because, as you might > expect, I see nothing here. Is this behavior normal? From what I > understand, the slave "caches" the data in /var/lib/nsd/nsd.db
2015 Jan 11
2
Link-dest thinks file is newly created, but it isn't
On Sat Jan 10 2015 at 5:21:33 AM Kevin Korb <kmk at sanitarium.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > What does --itemize-changes say about that file? Try using the stat > command on the various copies of it to see what is different about them. > In my original message, I stated I used --itemize-changes, and I reported the following: >
2015 Oct 28
2
Disabling "quick check"
Ok, thank you for this extra info. I have experienced exactly what you described. The rsync dry run is _still_ running after being started at 1:30am PST :) But it is finding the right files to update. Most of the entries are: >fc........ Which is what I want. So, just because I see: >f at the beginning... That doesn't necessarily mean that the file is going to get updated at the
2015 Jan 10
2
Link-dest thinks file is newly created, but it isn't
Hi: I've been using rsync for a couple years now. Unfortunately, I've made some changes on both ends, so it's unclear what could be the culprit. I make extensive use of --link-dest to provide a cheap "Time Machine"-like backup for a Windows machine. Source: Windows 7 running Cygwin (CYGWIN_NT-6.1 sith 1.7.33-2(0.280/5/3) 2014-11-13 15:47 x86_64 Cygwin) Destination: Synology
2015 Oct 28
2
Disabling "quick check"
What about -c? It seems I'm getting a lot of spurious file transfer candidates when using: -avvznIi --no-o --no-g --no-p It's showing transfers (receive) for many files I know haven't been tampered with. Thanks, -Clint On Tue, Oct 27, 2015 at 7:53 PM, Kevin Korb <kmk at sanitarium.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > That is correct.
2004 Apr 06
2
Syntax Question
I have a large data structure that looks like: > strsplit(st,",")[14395] [1] "KGEG" [2] "SA => KGEG" [3] "72785" [4] "47.62139" [5] "-117.52778" [6] "723" [7] "WA" [8] "US" [9] "2" [10] "SPOKANE SPOKANE INTERNATIONAL AIRPORT" [11] "1" I'd like to be able to
2004 Apr 02
1
Winding Number
I have shapefiles for the state climatic divisions for the United States and read.shape brings them in wonderfully. Now I wish to run through a list of several thousand observation sites to find out in which division each is located. I figure that I can compute the winding number for each site and be done. However a search doesn't find any references and I can't find a winding number
2017 Oct 04
4
systemd-networkd issue
Hi Clint, systemd-networkd doesn't use those files at all. On Wed, 4 Oct 2017 at 13:55 Clint Dilks <clintd at scms.waikato.ac.nz> wrote: > On Wed, Oct 4, 2017 at 3:46 PM, Phil Manuel <phil at zomojo.com> wrote: > > > Hi, > > > > If I disable ipv6 via the kernel command line, ipv6.disable=1, then > > systemd-networkd fails to bring up any
2004 Mar 29
1
Interesting Behavior in plot()
I have a 2 by 226200 table, conveniently read in by read.table(), which exhibits some strange behavior when plotted by plot(V1,V2). The general pattern for the range of windspeeds, [0<V1<50] is as expected -- the wind gust falls in the interval [V1<V2<65] except for certain values of V2. For V2 == c(15,26,37,48,59), the V2 values are positioned at one-tenth of the V1 (i.e., as if I
2003 Dec 29
1
Open Source W2k Policy Implementation (was Re: Windows2000 policies in a Samba PDC)
John, What I've done so far is mostly a hack. I've implemented some custom VBS scripts at login to install software (that only works part of the time because my method for granting the users admin priviledges is a UI based VBS hack which types the password in for them from an encrypted VBS script) and I've yet to implement any Windows policies as I've not been motivated enough to
2010 Sep 15
1
Format Data Issue??
R Users, I am new to R and have tried to figure out how to automate this process instead of using excel. I have read in this dataframe into r with read.table. I need to reshape the data from the first table into the format of the second table. TractID StandID Species CruiseDate DBHClass TreesPerAcre Carbon Stand 1 Loblolly Pine 5/20/2010 10 1.2 Carbon Stand 1 Loblolly Pine
2006 Mar 01
2
GXP-2000 Volume Issue
Is anyone else having an issue with GXP-2000s and transmit gain? All my other phones are fine on my TDM400P with txgain set at 0, but the GXP-2000 caps at about a third of the scale in ztmonitor. I'm getting people complaining they can't hear me on my GXP-2000s, whereas my Snom 320 and Polycom 301 are great, and my Budgetones are overmodulating. Is there any conceivable fix on the
2006 Feb 16
8
Ubuntu and R
I've recently installed Ubuntu 5.10 on a desktop and need R installed, however, even after uncommenting the repos associated with universe, backports and multiverse, the packages available for Ubuntu are somewhat out of date: clint at simba:~$ apt-cache policy r-base r-base-core r-base: Installed: (none) Candidate: 2.1.1-1 Version table: 2.1.1-1 0 500