Over here at withouthat.org, we have access to a ftp server for storing data. I wrote a simple bash script for doing backups of our webpages. I copied the following out of the script:
Shell program to backup specified directories as gzip'ed tar archives on certain days on a ftp server, keeping a number of older archives of the directories there (max is 10) and removing superfluous ones. Additionally, the list of packages on a Debian system is archived.
View |
Download