Site Maintenance
Table of Contents
1 Site Maintenance
1.1 Notes for delivering site content
With the following lftp
command the upload was not limited to only
newer files.
cd ~/Projects/p008-rketburt lftp -e 'mirror --reverse --only-newer rketburt' ftp.rketburt.org
Try this permutation (--only-newer
before --reverse
), and
include verbose -v
to get a handle on what is really happening.
cd ~/Projects/p008-rketburt/rketburt lftp -u tcburt@rketburt.org -e 'mirror --only-newer --reverse --verbose' ftp.rketburt.org cd ~/Projects/p008-rketburt lftp -u tcburt@rketburt.org -e 'mirror --only-newer --reverse --verbose backcountry' ftp.rketburt.org
This order worked, but I need to be a bit more deliberate in the test and its conditions.
1.2 Tips and Tricks
1.2.1 URL for links
When making links, do not use the www.
prefix for password-protected
areas since each link launches an authentication dialog.
1.2.2 TODO How can I let users manage their passwords?