the website sync tool takes output from a
Unix/Linux/Mac OS X/BSD/etc command like this..
# archive any updated files, and log..
tar -uvf /backup/corz.tar cor
and converts it into valid ftp commands we can use to update our live website with
all the new and changed files from its development mirror at home. i.e synchronize
click the link at the top for the shell scripts that do the backup and upload parts of all this.
If you have a *nix box kicking around, you'll probably prefer
this version
which uses cp, and
(optionally) two machines, a cleaner and more secure backup strategy.
|