Displaying 20 results from an estimated 400 matches similar to: "RSync + SSH tunneling through firewall"
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
Dear,
I'm trying to put up a scripts to synchronize my computers (HOST_A and
HOST_C). I can connect both via HOST_B to avoid the firewall.
I am trying to work with the rsync daemon to avoid hanging.
I tried to figure out the mailinglist + FAQ, how to do it, but it seems
I misunderstand something, since all your previous help did not work for
me.
I get the following error when executing
2010 Jul 20
2
Rsync sequence
Hi all,
I am running Ubuntu server 10.04 and use rsync to do all my backups. I would
like to backup multiple directories to my external hard drive, but I am
faced with a problem on how to set up crontab -e to allow each rsync
statement to perform one after the other. Right now I have each one set to
run on different nights, but I would like them all to run the same night to
allow for a more
2002 Nov 08
1
Rsync Re: Trailing /
What should be the official behaviour here?
I must admit some of my scripts probably have both
trailing and non-trailing "/". But just played around
until it was mirroring into the correct directory.
Lachlan.
At 18:20 07/11/02 -0500, you wrote:
>It appears that the trailing slash in the source is being ignored:
>
>rsync -auv clam::root/usr/local/bin/ /tmp/bin
>
>ends
2016 May 27
2
migrate local storage to ceph | exchanging the storage system
TLDR: Why is virsh migrate --persistent --live domain
qemu+ssh://root@host/system --xml domain.ceph.xml
not persistent and what could i do about it?
Hi,
after years of beeing pleased with local storage and migrating the
complete storage from one host to another, it was time for ceph.
After setting up a cluster and testing it, its time now for moving a lot
of VMs on that type of storage, without
2008 Nov 27
3
rsync to mirrors failing
I try:
rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ .....
And get
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(614)
[receiver=2.6.8]
And then, if I keep trying, eventually rsync 'works' and I get my updates.
What is causing this?
2005 Mar 01
3
retrieve drive letter of USB Media.
Does SYSLINUX have any idea which DOS driveletter would be assigned to the disk it is booting from?
At www.veder.com someone is trying to build a USB flash drive.
However, FreeDOS does not seem to boot correctly from it
(bootsector trouble maybe, or kernel itself is confusing drives),
thus we're thinking of using Syslinux + Memdisk + bootimage,
but somehow we want to be able to also access the
2005 Oct 11
1
Rsync hangs after a while when tunneling from A->B->C
Dear Rsyncians,
I'm trying to Rsync my windowsXP-pc A and C. There is a firewall in
between A and C, but we have a port open on a linux-machine B to access
C from A (and vica versa) via B.
When I now run my Rsync scripts in cygwin:
#
_______________________________________________________________________________
#!/bin/bash
# Command to synchronize (only update) two computers based on
2005 Oct 12
3
AGI and set_callerid for number and name
Hi,
I've been trying to use the set_callerid function in the AGI. It sets
the CallerIDname properly but I can't figure out how to set the
CallerIDnumber.
Is it at at possible ?
Cheers.
SL
2006 Apr 03
1
[Bug 982] scp doesn't work with password authentication when copying from remote to remote
http://bugzilla.mindrot.org/show_bug.cgi?id=982
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #805 is|0 |1
obsolete| |
Attachment #1108| |ok?
Flag|
2003 Jul 31
2
rsync 2.5.6 globbing bug
$ rsync -auv \
ftp.funet.fi::CPAN/modules/by-category/05_Networking_Devices_IPC/Net/* . \
| grep -v MOTD:
rsync: connection unexpectedly closed (1598 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
This is because the array used to hold the expanded filename glob (argv in
rsync_module(), clientserver.c) is only 1000 entries in size, and the above
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all,
I'm trying to backup a disk using rsync but I need to exclude some folder.
I'm using rsync 3.0.4 under cygwin on a winxp machine.
The script that I use is:
# ---------------------------------------------------------------- #
SRCDIR=/cygdrive/d
LOGDIR=/cygdrive/f
BCKDIR=/cygdrive/f/Backup
rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date
+%Y%m%d`.log
2005 Mar 17
1
Optimization of constrained linear least-squares problem
Dear R-ians,
I want to perform an linear unmixing of image pixels in fractions of
pure endmembers. Therefore I need to perform a constrained linear
least-squares problem that looks like :
min || Cx - d || ? where sum(x) = 1.
I have a 3x3 matrix C, containing the values for endmembers and I have a
3x1 column vector d (for every pixel in the image). In theory my x
values should all be in the
2008 Nov 12
3
Rsyncing UPdate repo yoyoing
It has been crazy this past week how a rsync on the update repo keeps
downloading a number of openoffice.org rpms then deleting them. And the
repodata directory seems to be messed up so that I have problems on some
systems doing updates with it. My rsync script is:
#!/bin/sh
rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ \
--delete --exclude=debug/
2005 Nov 04
2
Simplify iterative programming
Dear,
I am looking for the simplification of a formula to improve the
calculation speed of my program. Therefore I want to simplify the
following formula:
H = sum{i=0..n-1 , [ sum {j=0..m-1 , sqrt ( (Ai - Bj)^2 + (Ci -
Dj)^2) } ] }
where:
A, C = two vectors (with numerical data) of length n
B, D = two vectors (with numerical data) of length m
sqrt = square root
Ai = element of A with index
2005 Nov 10
3
[ win32utils-Feature Requests-2811 ] Add UNC support to file / dir
Feature Requests item #2811, was opened at 2005-11-10 15:17
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=2811&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: graham foster (fosterg2)
Assigned to: Nobody (None)
Summary: Add UNC support to file / dir
Initial Comment:
I''d like to see win32
2003 Oct 23
1
Logon path, logon home, logion drive, %u %U samba 3pre1 mix env win 98 and win XP config questions ( easy answers )
I set
logon path = \\serv1\profile\%U
logon drive = H:
logon home = \\serv1\%U\.profiles
For a user lambda
The profile from the win98 client are store in /home/lambda/.profiles./
But the H drive is mapped for the xp clients on /home/lambda/.profiles./
If I set
logon home = \\serv1\%U\
the H drive is set correctly but the profile for the xp is
straightly stored in the
2016 May 30
1
Re: migrate local storage to ceph | exchanging the storage system
On 05/30/2016 09:07 AM, Dominique Ramaekers wrote:
>> root@host_a:~# virsh migrate --verbose --p2p --copy-storage-all --persistent --
>> change-protection --abort-on-error --undefinesource --live domain
>> qemu+ssh://root@host_b/system --xml domain.ceph.xml
>
> Weird: The domain should be persistent
Well, the domain is persistent. But the changes i did to domain.ceph.xml
2001 Aug 24
1
Recursive flag needs fixing 2.4.7pre1
Martin,
Just a minor fix.
Jie,
Try the -r option (or the --recurse) option instead.
It looks like the source changed to this:
options.c: {"recurse", 'r', POPT_ARG_NONE, &recurse},
But the help is still at:
options.c: rprintf(F," -r, --recursive recurse into
directories\n");
eric
Jie Gao wrote:
>
> rsync: --recursive:
2000 Nov 09
1
PAM auth. and HP-UX
Hi,
just a few days ago I upgraded to openssh-2.3.0p1 on HP-UX 11.00, trusted system, incl. the PAM-patch PHCO_22265 and I run into another problem. The situation is the following. I come from server inside a firewall and go through the firewall wia a ssh-plug-gateway to one host in our internet section and further do a second server in the internet section. All this including the ssh-agent
2006 Mar 18
1
ext3 - max filesystem size
Hi all,
I am working with a pc cluster, running redhat el 4, on opteron cpus. we
have several bigger RAID systems locally attached to the fileservers;
now I would like to create a big striped filesystem with around 15TB.
ext3 unfortunatelly only supports filesystem size up to 8TB, do you have
an idea if / when this border will be increased ? I already found some
discussions on LKML about it ?