Displaying 20 results from an estimated 400 matches similar to: "rsync email notification on success and failure + Log"
2003 Oct 16
2
returning dynamic variable names from function
Within a function I'm assigning dynamic variable names and values to them
using the "assign" function. I want to pass back the results but am
uncertain how to do this.
Basically, my function reads a number of data files and uses the filename of
each file as the variable name for a list-to-become-dataframe. I want then
to pass all these lists back, but again, the names of the
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
>From the log:
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Panic: file mail-index-transaction-view.c: line 106 (tview_apply_flag_updates): assertion failed: (map->hdr.record_size <= tview->record_size)
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Raw backtrace: imap [0x80f0411] -> imap [0x80f0482] -> imap [0x80efe29] -> imap
[0x80c839b] -> imap [0x80cea95] -> imap
2013 Jun 18
1
hist function in a for loop
Dear all,
I need to create a for-loop in which I can compute multiple histograms
My code is the following :
#singlefile includes huge csv file
#I want to specify the binsize
#I would like to compute in the for -loop the histograms
numfiles <- length(singlefile)
for (i in 1 :51)
{
binsize <- -20 :20/2
hist(singlefile(singlefile$GVC[singlefile$new_id==i]], break=seq(),
2001 Apr 10
2
clear R-objects inside a function?
Using RedHat Linux 7.0, R-1.2.2, R-hdf5-1.2 library,
I want to load a dataset, do some stuff with it, then erase its objects,
get an other, repeat. My friend wrote a function which tried to clear
away all the objects. At the end, it uses rm() to remove objects. This
is the same way we do it interactively, from the R prompt:
testLoadSeveralHDF <- function(numFiles) {
for (i in
2011 Jan 24
2
normality and equal variance testing
I currently have a program that automates 2-way ANOVA on a series of endpoints,
but before the ANOVA is carried out I want the code to test the assumptions of
normality and equal variance and report along with each anova result in the
output file. How can I do this?
I have pasted below the code that I currently use.
library(car)
numFiles = x #
2011 Feb 18
3
DO NOT REPLY [Bug 7959] New: erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959
Summary: erro occoure ! rsync can't auto exit
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: 490779618 at qq.com
2013 Jun 26
6
[PROGS PATCH] Import btrfs-extent-same
Originally from
https://github.com/markfasheh/duperemove/blob/master/btrfs-extent-same.c
Signed-off-by: Gabriel de Perthuis <g2p.code+btrfs@gmail.com>
---
.gitignore | 1 +
Makefile | 2 +-
btrfs-extent-same.c | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 147 insertions(+), 1 deletion(-)
create mode 100644 btrfs-extent-same.c
diff
2003 Jun 09
21
shorewall + tos + netbios
Hi Tom,
How are u?
hehehe
I have a question.
I have 2 pc with redhat 9.0 configured with ipsec freeswan 1.99 (vpn)
and i have to tranfer file from one to the othert one.
I see that ftp tranfer have a throughtput is the double than a netbios
tranfer... why???
I supposed the problem is the TOS.(/etc/shorewall/tos) and i modified
the file like ftp... in this method.
#SOURCE DEST
2009 Apr 15
0
ssh authorized_keys rsync problem
I am trying to pull some data from an rsync server to a client using
ssh, authorized_keys, and a hard-coded "command=" on the server. I've
been trying to figure it out on my own, but I know I'm missing a detail.
I can ssh from the client to the server without a password no problem.
I'm a bit confused as to what the authorized_keys file should contain on
the server
2004 Jan 13
0
Rsync processes remain in sleep mode / don't terminate after sync hing
Hello,
We're synching several directories between two windows server 2003 machines.
Rsync version is 2.5.7
The command is running via a batch script, which looks like:
....
D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub1 server::wwwroot1/ >>
2011 Apr 16
0
rsync: read error: Connection reset by peer and - writefd_unbuffered failed
Hello,
i386 Platform; FreeBSD v. 7.2 O/S
I am experiencing repeated rsync failures, rsyncing from a remote site to
which I have no access.
>From the client side I can run truss to collect system calls
truss -faedD -o truss.out -s 64 /usr/local/bin/rsync -avvv --contimeout=1200
--port=33444 ftp.wwwxxx.org::ftp . >> rsynclog &
>From truss.out =>
44755: 4492.350089813
2008 Jul 02
1
rsync: failed to set times on ***
Hello everybody
I#m trying to rsync from 1 server to another with the following command:
rsync -auzv --stats /cygdrive/d/path/to/dir/ CWsync@servername::dyndns
--exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR%
the dyndns directory is specified in the rsync.conf on the receiving server.
The server where i'm executing the command is a windows 2003 server and the
receiving
2010 Sep 25
2
"writefd_unbuffered failed to write 4092 bytes to socket"
I'm attempting to maintain a mirror of a remote database, ~ 66Gb on a
FreeBSD platform. I do not have direct access to the database except by
rsync, anon. ftp etc.
I'm running rsync nightly from crontab, with the
cmd
/usr/local/bin/rsync -avvv --port=33444 ftp.filesource.org::ftp . >>
rsynclog
generated the following in the cron report
First error
[1]
rsync error: received SIGINT,
2005 Dec 09
4
rsync to a port other than 22
I am trying to use rsinc to tranfer my ftp directory from one server to
another. I have port 22 closed off due to port knocking and I am trying
to direct rsync to use another port. Unfortunately I can't seem to get
it to use the specified port. Here is my command, if someone could
point out my error I would appreciate it:
rsync -avr --port=XXX xxx.xxx.xxx.xxx:/var/ftp /var/ftp
The
2004 Jul 16
7
some questions on uniden uip200
hello,
yesterday the uniden uip200 phone was recommended to someone. i am looking
for an alternative to grandstream bt-100 because i can not do a supervised
tranfer with it. here my questions:
1) does the uip200 support supervised transfers?
2) can i buy the phones in europe, especially in germany?
thanks in advance,
jan goericke
2008 Jan 25
2
rsyncd performance when handling multiple clients in parallel
Hi:
I use rsync to transfer multiple files from several clients to a server in
parallel. I am wondering how many concurrent connections the server should
handle to maximize the throughput (number of bytes written to server). In
an extreme case, if only one connection allowed, the disk IO speed of
server will not be fully utilized. On the other hand, if the server allows
too many connections, the
2008 Apr 29
2
writefd_unbuffered failed to write 4 bytes
Hi All.
On Mac OS10.4, using rsync 3.0, it stops during a transfer.
I mount an SMB share, and then use the line:
sudo rsync -avhi --delete --stats --timeout=360 --progress
--log-file=/Volumes/backup/20080429/rsynclog.txt --exclude="*:*"
/Volumes/RAID_One /Volumes/backup/20080429
There's a few terabytes of data, and it never finishes a complete run.
It can stop at anywhere during
2006 May 09
3
How to transfer variables from one page to another page ?
Hi,
In my application I want to tranfer a variable (store_id) from one page
to next without putting it into session. How should I do this?
Is there any way to transfer variable from one to other page using
methods other than sesion?
Thanx
Prash
--
Posted via http://www.ruby-forum.com/.
2010 Feb 03
1
limiting the number of connections per client
Hello All,
We have a very high utilization rsync server. We can handle large
number of connections at a time, but would like to limit to one
connection per client. we don't want multiple connections from the
same client. Is that possible?
Thanks
Saqib
http://enterprise20.squarespace.com
2010 Jun 06
3
rsync sleep
Is it possible to sleep 1 second after each file is rsynced?
Ofcourse, I can put this in a for loop and do a sleep after each file
is done, I was wondering if there was anything native in rsync for
this type of operation.
TIA