This note is mostly for myself (but then, so is everything else here!) to help me remember. There are several ways to make a backup, but one of the simplest and fastest at the moment:
lftp -u userid,password zhurnaly.com to connect to zhurnaly.com as userid using password "password"lcd to the local directory for backupcd httpdocs/oddmuse/page/ to the Oddmuse page directory on the servermirror to back up all pagesOne can also use lftp to update a prior backup and save considerable time if not much has changed. To do that, navigate with lcd to the local archive directory, navigate with cd to the Oddmuse page directory, and use mirror -ev to download new files and delete files which no longer exist on the server (v = verbosely). Backing up other files can be done similarly ...
^z - 2009-06-13