rsync and smbfs

2003-10-30 Thread Jiann-Ming Su
I'm trying to configure rsync snapshots as described at http://www.mikerubel.org/computers/rsync_snapshots/. I'm essentially using the following commands: mv backup.3 backup.tmp mv backup.2 backup.3 mv backup.1 backup.2 mv backup.0 backup.1 mv backup.tmp backup.0 cp -al backup.1 backup.0 rsync -

Re: rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/

2003-10-30 Thread jw schultz
On Thu, Oct 30, 2003 at 02:17:51PM -0500, [EMAIL PROTECTED] wrote: > On 10/24, jw schultz wrote: > > No. > > > > Use ssh to set up port forwarding. If you know not how, use > > the ssh resources. > > I can't because of firewalls. > > workstation can connect to port 22 on both host1 and host2.

Re: rsync & rcp

2003-10-30 Thread Martin Pool
On 30 Oct 2003, [EMAIL PROTECTED] wrote: > > I was hoping that since you guys are the authors to rsync that > you could answer a simple question for me. > > I'm trying to transfer files via the rsh/rexec protocol by > remotely executing a cat command, i.e. "cat > foo.txt" > and then sending data

Re: rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/

2003-10-30 Thread Darxus
On 10/24, jw schultz wrote: > No. > > Use ssh to set up port forwarding. If you know not how, use > the ssh resources. I can't because of firewalls. workstation can connect to port 22 on both host1 and host2. host1 cannot connect to any ports on either workstation or host2. host2 cannot conne