Displaying 20 results from an estimated 700 matches similar to: "rsync through ssh tunnel"
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
Hello everyone,
Im kinda new to rsync and this list, so if there are any errors in
my reqest, please tell me.
I want to use rsync to make a backup of a diretory, and use the
--backup option. My script looks like this:
rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup
--delete --rsh=ssh directoryA directoryB
If I run it once, then delete the file directoryA/test/test.file,
the
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
Hi all,
Thank-you to all the developers for rsync. It is
very well done.
I have rsync running on various platforms
connecting to the same server and all is good.
Except for 1 Win2000 Prof. server. I backup
several directories with various permissions and
users successfully. However, there are 2
directories that even though the permissions are
the same as other directories that are
2003 Feb 24
2
Rsync between HPUX11.11 and Redhat7.3
Hi,
If anyone has an Idea on how to solve the following problem
it would be greatly appreciated :).
The scenario is as follows:
Im running an rsync server on Redhat7.3. The rsync server
configuration file looks as follows:
#### rsyncd.conf
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
max connections = 5
use chroot = true
list = true
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file:
rsync -avz
/usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1
.txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log
I get these error:
@ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
I am rsyncing several folders
2004 Oct 28
1
rsync copy syntax error?
I'm doing a recurring copy from one server to another from the crontab
in this fashion:
rsync -av -e ssh --delete 10.0.1.18:/dir1/ /dir1 --progress &>
/var/log/rsync_backup.log
However, rsync is creating the dir /dir1/dir1 on the machine running
this job instead of updating the /dir1 folder.
According to the rsync man page, this is the correct syntax:
rsync -avz foo:src/bar/
2003 Mar 24
1
Rsync snapshots problem.
From:
http://lists.samba.org/pipermail/rsync/2002-December/009101.html
>Well, I followed this link:
http://www.mikerubel.org/computers/rsync_snapshots/
>
>and implemented it (with a bit of tweaking) on my home network. It is
>used to make snapshots of two Windows PC's over samba. On one of the
>machines (and not the other, from what I can tell) it deletes files from
>the
2006 Aug 22
1
rsync performance
We're using rsync 2.6.3 to sync two DELL PowerEdge servers with both
Redhat-EL4 and otherwise nearly identical hardware (2.8/3GHz, 1GB RAM
each). The source machine has a SCSI-RAID1, the destination a
SATA-RAID1 disk attached.
There are 5 filesystems which are rsynced via ssh. On the smaller
filesystems with ~200.000 files/7GB, rsync takes 1-3 minutes:
lion:/atg/ ========= Tue Aug 22
2006 Jul 26
1
IPSec tunnel mode, through a IPIP tunnel
Hello Gurus,
I am a small problem with routing and here are the details.
Interfaces on my server:
* ipsec0 - 172.19.58.94
* tunl0 - 172.19.58.94
* eth0 - 172.19.58.94
Now, the problem is that there is another host 172.19.58.200. All
communication to 172.19.58.200 should be through tunl0, and all the data
should be secured using IPSec (tunnel mode - because there are more
machines on my
2014 Feb 02
0
[Bug 892] New: ip6tables --match policy needs to accept IPv4 addresses for --tunnel-src and --tunnel-dst
https://bugzilla.netfilter.org/show_bug.cgi?id=892
Summary: ip6tables --match policy needs to accept IPv4
addresses for --tunnel-src and --tunnel-dst
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ip6tables
2006 Apr 09
1
how safe is it to rsync databases?
Hi people!
I've been hunting around the web for an answer to this question for a
couple of days now. I run the IT for a small company and i don't have
a lot of experience with the type of C-ISAM database application that
is used by my company, I deal with the general IT issues and call in
specialists when required. But I need to backup this 10GB database to
a disaster recovery
2005 Jun 07
1
Autorollback Patches for CentOS 4 RPM
Hi all,
For anyone interested, I have just ported James Oden's
Autorollback/Autorollback-goal RPM patches to the version of RPM present
inside of CentOS 4.
The patched RPMs, SRPM and raw patches can be found online here:
http://hackers.progeny.com/~sam/RPM-Autorollback/
Specifically, you can find those for CentOS 4 here:
http://hackers.progeny.com/~sam/RPM-Autorollback/#wherecentos4
One
2005 Jun 30
0
Problem with IPSec tunnel, using IPv6 addresses, .........
Hi All,
In the previous mail, I have sent is only the problem
that occurs, because of using IPv6 addresses. But the
connection works with IPv4 addresses without any
problem.
Thanx,
Mohan.
__________________________________________________________
How much free photo storage do you get? Store your friends 'n family snaps for FREE with Yahoo! Photos http://in.photos.yahoo.com
2007 Dec 06
0
GRE tunnel stops traffic when idle
Hello,
I''ve set up a GRE tunnel between two Linux boxes and it''s working well,
with or without IPSEC (under GRE). The problem is that when I have no
traffic for some minutes, side A cannot communicate to side B any more,
unless side B tries to communidate to side A. The same thing happens in
the other direction.
For example, side A pings side B. No reply. Keep pinging.
Side B
2007 Jun 23
0
Squid behind a ssh tunnel
Hi,
I have a small network and internet connection is shared through a gateway
(running ubuntu/linux)
Gateway has squid installed as cache server and other network users connect
to gateway:3128 to access internet.
now, i need to run squid behind a ssh tunnel to internet.
how can i make squid to use sock5 proxy connection through ssh tunnel to
access internet (instead of direct connections)?
the
2007 Jan 22
0
ipip tunnel docs broken
Hello,
Looking here
http://lartc.org/howto/lartc.tunnel.ip-ip.html
It says to load a new_tunnel.o module. There is no such module on 2.6.9, so
where would I find up-to-date documentation on ip tunnels in the Linux kernel?
Thanks,
Mike
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
"Any intelligent fool can make things bigger and more complex... It takes a
2007 Feb 05
0
route to a host behind and ipsec tunnel
Hi there, I have a client who has several branch offices, they are
adding a system that uses a PC in the main office to create a PPTP
connection to the Applications host. So, locally I specify a route on
my gateway to handle this.
ip route add 1.2.3.4/20 via 192.168.24.4
(Firewall 192.168.24.1/24)
192.168.24.4 is the PC with the PPTP connection.
This works wonderfully for the local lan,
2006 Jul 18
0
ip tunnel and kernel 2.6.17.6
hi all
i ran a few times in troubles with iproute an rtnetlink or netlink_dev
with newer kernels.
i.e. i can compile and recompile the kernel and iproute (all from
sources)... and as soon as i like to add a route to a tunnel:
ip route add 192.168.0.0/24 dev gre_tun
i get:
rtnetlink no such device.
ip link / ip addr is showing the tunnel (also ifconfig).
i assume, that the kernel
2005 Oct 31
1
ip tunnel doesn''t show warning or error
This is really strange behavior ..
root@garfield ~# ip tunnel add testing123 mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# ip tunnel show
..
testing123: ip/ip remote 192.168.1.1 local 192.168.1.12 ttl inherit
root@garfield ~# ip tunnel add testingabc mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# echo $?
0
root@garfield ~# ip tunnel show
..
testing123:
2005 Feb 03
0
TOS for IPv6 traffic in a tunnel
This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.
--=_hermes.muc.eniac.de-6235-1107432166-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
I searched the internet but did not find any results yet. Maybe here is
someone that might help
2005 Feb 13
0
Shaping question - tunnel
Hello,
I''m being confrunted with the following situation and I''m trying to
find the simplest solution possible as to also be easier to manage.
1)
I have:
ISP1 ------ S1 (linux)
S1''s got:
512kbits external bandwidth from ISP1
20Mbits MAN bandwidth not including ISP2
17Mbit tunnel connection which provider : 1 Mbit external bandwidth
and 16Mbit MAN bandwidth with