[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

rsync not working



My rysnc (both boxes are Debian) stopped working when I moved the Master
server behind a firewall. I have opened up SSH and RSYNC. The firewall
doesn;t show any blocked activity. I run rsync on my client on my location
and get the following. Yet the listed files are not updated. The machine has
plenty of free space. Netstat shows an SSH connection to the master box
behind the firewall. Further done listed is my rsync script. What's missing.
I opened up the firewall completely and still has unable to rsync the boxes.


receiving file list ... done
wrote 16 bytes  read 49 bytes  43.33 bytes/sec
total size is 26255  speedup is 403.92
receiving file list ... done
wrote 16 bytes  read 64 bytes  53.33 bytes/sec
total size is 13210  speedup is 165.12
receiving file list ... done
wrote 16 bytes  read 48 bytes  42.67 bytes/sec
total size is 5888  speedup is 92.00
receiving file list ... done
home/charlestownpd/webspace/dispatchlog.htm
home/www/Counter/data/count.dat
home/www/Counter/data/ohm1.dat
home/www/Counter/data/teamesprit.dat
home/www/Counter/data/wtac1.dat
home/charlestownpd/webspace/
home/www/Counter/data/
wrote 732 bytes  read 2184661 bytes  43275.11 bytes/sec
total size is 6335573487  speedup is 2899.05




#!/bin/sh
#
# RSYNC Backup bach
#

/usr/local/bin/rsync -arpogztve ssh ip.ad.dr.es:/etc/passwd /etc/passwd
/usr/local/bin/rsync -arpogztve ssh ip.ad.dr.es:/etc/shadow /etc/shadow
/usr/local/bin/rsync -arpogztve ssh ip.ad.dr.es:/etc/group /etc/group

/usr/local/bin/rsync -arpogztve ssh ip.ad.dr.es:/home /home

Andrew P. Kaplan
Network Administrator
CyberShore, Inc.
http://www.cshore.com


"Vacation used to be a luxury, however, in today's world, it has become a
necessity."

Unknown





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.365 / Virus Database: 202 - Release Date: 5/24/02

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.365 / Virus Database: 202 - Release Date: 5/24/02


-- 
To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: