The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


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

Re: Website backup/publishing S/W



From: "Dean Smith" <ukha@xxxxxxx;
Sent: Tuesday, February 03, 2004 10:11 PM
Subject: RE: [ukha_d] Website backup/publishing S/W
> >
> >An "update on demand" when required would also be good.
Windows
preffered,
> >as would "free" ;-)
> >

I use the gnu set of tools called cygwin, http://www.cygwin.com/, this
provides an almost full *nix environment on your PC, including the 'xterm'
like rxvt.

The important parts of the installation for you would be rsync which allows
you to synch a directory structure on a remote machine. I have a makefile
setup so that i simply type 'make get' or 'make put' and my local machine
is
synchronised with my remote one (or visa-versa)

It only updates what has changed, and because of some weird things that i
do, i can tell it to ignore timestamps, and just look at file sizes

the command I use is as follows:

rsync -e ssh -avz --size-only --update --exclude '.*.swp'
username@xxxxxxx:/home/www/username/  ./

rsh, or ssh access to your server is required, as is rsync on the server
(if
its *nux it should be there).

HTH

Simon


UK Home Automation Meet 2004 - BOOK NOW!
http://www.ukha2004.com

http://www.automatedhome.co.uk
Post message: ukha_d@xxxxxxx
Subscribe:  ukha_d-subscribe@xxxxxxx
Unsubscribe:  ukha_d-unsubscribe@xxxxxxx
List owner:  ukha_d-owner@xxxxxxx


Home | Main Index | Thread Index

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.