Displaying 20 results from an estimated 1000 matches similar to: "http as a transport for rsync?"
2007 Apr 17
4
HTTP encapsulated rsync??
Hi folks, I am hoping someone here can offer some suggestions. Here
is my situation:
I am using rsync over the internet for several hundred clients to
keep them in sync with a master repository of files. The rsync
daemon is listening on port 80, because most of the clients are
behind firewalls that only allow outbound port 80 (and other common
ports). This works fine for most of them
2013 Apr 23
1
[PATCH virtio-next] caif_virtio: Remove bouncing email addresses
Remove our (soon to be) bouncing email addresses,
and update Dmitri's address.
Dmitry will take over as maintainer for CAIF from now on.
Cc: Vikram Arv <vikram.arv at stericsson.com>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin at stericsson.com>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin at lockless.no>
Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
---
2013 Apr 23
1
[PATCH virtio-next] caif_virtio: Remove bouncing email addresses
Remove our (soon to be) bouncing email addresses,
and update Dmitri's address.
Dmitry will take over as maintainer for CAIF from now on.
Cc: Vikram Arv <vikram.arv at stericsson.com>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin at stericsson.com>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin at lockless.no>
Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
---
2011 Feb 08
3
intervals {nlme} lower CI greater than upper CI !!!????
Hi folks...
check this out..
> GLU<-lme(gluc~rt*cd4+sex+age+rf+nadir+pharmac+factor(hcv)+factor(hbs)+
+ haartd+hivdur+factor(arv),
+ random= ~rt|id, na.action=na.omit)
> intervals(GLU)$fixed
lower est. upper
(Intercept) 67.3467070345 7.362307e+01 7.989944e+01
rt *0.0148050160* 6.249304e-02 1.101811e-01
cd4
2011 Apr 29
2
thank you wayne, andrew, paul and everyone else
For me, rsync is an indispensable tool. I don't know what I'd do without it.
Rsync and OpenSSH make our open systems possible.
Of course, we wouldn't NEED them so much if we had better distributed file systems,
but let's keep this an upbeat message. :-)
I'd like to thank Andrew and Paul for giving birth to it, Wayne for nurturing it, and
everyone else for providing
2013 Apr 05
1
repeating dsync - questions
I'm moving/converting email from one system to another
The source system is:
Dual core x86_64
6GB memory
180 GB raid1 disks ext4
Fedora 9
Dovecot 1.0.15
Maildir format
The destination system is:
Dual core x86_64
2GB memory
1TB raid1 disks ext4
Fedora 18
Dovecot 2.1.15
sdbox format
I am moving mail in a series of steps:
0) cd ( to mail user home directory )
mkdir Maildir
1) # rsync mail
2003 Nov 04
2
add specify network interface option?
I'm finding curl's [http://curl.sourceforge.net/] --interface option
useful. It lets you specify which network interface to use. It's handy if
you have a slow interface and a fast one, and you want to force traffic
over the fast one. I'm running an older version of AIX that doesn't make it
convenient to change the default interface, and doesn't load-balance over
2008 May 29
2
rsync using wildcard (*) character
We are using rsync version 2.6.3 and do not intend to upgrade to the latest
version. I am using the following command:-
rsync -arv --files-from=./myfile /app/dd/gesb user@rrslx905:/var/log/hhsb
I want to mention the file list in the "myfile" as follows:-
ABCD/cdef/xyz* (Considering there are more than one files existing with
names beginning with xyz)
Once I try to transfer files
2010 Oct 29
1
Multiple wildcards in source
Hi there,
We have a directory structure such as:
"/home/foobar/domains/example.com/public"
"/home/cake/domains/mydomain.org/public"
I need to use a single rsync command to sync "/home/*/domains/*" to another
directory, but I'm really struggling on how to do this.
rsync -arv '/home/*/domains/*' ~/
rsync: change_dir "/home/*/domains" failed: No
2015 Jun 07
3
Question on folder sync with "directory name translation"
Hello everyone,
I'm new to this mailing list but I have been using rsync for some years up
to now.
I'm trying to synchronize two directory trees, but I want a special
behavior that I didn't find on the net nor in the manual (or maybe there is
a combination of options to get what I want but I couldn't find it).
Tree A is like:
A
*
*
FolderA
*
*
And tree B (on a remote
2004 Dec 19
2
VoicemailMain can't read from phone keyboard!
Hello
I try to set up voicemails for extension. When VoicemailMain gets called, it
prompts for mailbox and password. It seems not able to read from the phone.
So the authentication always fails.
I desparately need help to understand what is wrong. Here is a part of my
extensions.conf:
exten => _8500, 1, Wait(2)
exten => _8500, 2, VoicemailMain(${CALLERIDNUM})
exten => _8500, 3, Hangup
2013 Feb 12
3
[PATCHv2 vringh 0/3] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
This driver depends on Rusty's new host virtio ring implementation,
so this patch-set is based on the vringh branch in Rusty's git.
Changes since V1:
- Use the new iov helper functions, and simplify iov handling.
However this triggers compile warnings, as it takes struct iov
while kernel api uses struct kiov
- Introduced
2013 Feb 12
3
[PATCHv2 vringh 0/3] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
This driver depends on Rusty's new host virtio ring implementation,
so this patch-set is based on the vringh branch in Rusty's git.
Changes since V1:
- Use the new iov helper functions, and simplify iov handling.
However this triggers compile warnings, as it takes struct iov
while kernel api uses struct kiov
- Introduced
2013 Feb 10
3
[PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
This patch-set introduces the CAIF Virtio Link layer driver.
This driver depends on Rusty's new host virtio ring implementation,
so this patch-set is based on the vringh branch in Rusty's git.
Regards,
Sjur
cc: Rusty Russell <rusty at rustcorp.com.au>
cc: Ohad Ben-Cohen <ohad at wizery.com>
cc: David S. Miller
2013 Feb 10
3
[PATCH vringh 0/2] Introduce CAIF Virtio driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
This patch-set introduces the CAIF Virtio Link layer driver.
This driver depends on Rusty's new host virtio ring implementation,
so this patch-set is based on the vringh branch in Rusty's git.
Regards,
Sjur
cc: Rusty Russell <rusty at rustcorp.com.au>
cc: Ohad Ben-Cohen <ohad at wizery.com>
cc: David S. Miller
2005 Aug 14
1
ogg causing me heart burn
Dear forum,
I have a install of asterisk using AMP. I followed the install guide
off the AMP site.
http://amp.coalescentsystems.ca/docs/AMP_Installation_Guide_v1.4.pdf
When I start using amportal start or asterisk -ccccv I received this in my log.
The last line is that ogg failed. I have found nothing on the web
about this, and I am not even sure where to start troubleshooting.
Any help
2003 Sep 06
1
prevent simultaneous copies?
Would it be worthwhile to have an option to check for the presence of the
temporary dot file in the target directory and to warn the user that the
file is already being transfered? Something like: --skip-in-progress-files ?
We usually transfer files via a cron job, but sometimes impatient people
try to push stuff out, not knowing the file is already being copied, and
disk space and
2007 Apr 30
2
Exclude dirs but not files??
Hi all, is it possible to exclude directories without excluding the
files _in_ the directories? I ask because one of the things I do on
a nightly basis is do a recursive dry-run against an entire webroot
with the size-only option. Very often, all the files themselves will
be just fine, but the directories themselves will be listed as
needing updated. It would be nice if I could
2008 Jan 25
2
rsync on multiple ports?
Hi all,
I need my rsync to listen on port 8090 as well as on the standard rsync port. Is this possible, and if so, how does one do this? Thanks!
Robert
-------------- next part --------------
HTML attachment scrubbed and removed
2012 Oct 19
1
Understand include exclude script
hi
i use a script to backup my homedir, that work but there are somes things i don't really understand.
here my script
rsync -arv --delete --prune-empty-dirs --include-from=include.txt --exclude-from=exclude? /home/bob /media/usbkey
include.txt file
+ .Skype/***
+ .local/
+ .local/share/
+ .local/share/local-mail/***
+ .mozilla/***
- .**
exclude.txt file
Desktop/
Download/
.*
I have a