Skip to main content

Everything Linux - A Tutorial on Using Rsync

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 19 people (5 private), first by anonymouse user on 2006-07-17


Public Comment

on 2006-09-07 by jcwinnie

Everything Linux

Public Sticky notes

I have a crontab entry that synchronizes a Web site directory hourly

Highlighted by ostraaten

rsync --verbose --progress --stats --compress --rsh=/usr/local/bin/ssh --recursive --times --perms --links --delete \ --exclude "*bak" --exclude "*~" \ /www/* webserver:simple_path_name

Highlighted by ostraaten