Abstract
This tool allows you to
back up any data present on your computer to a backup media whether
on hard drive, another networked computer, CD/DVD or
tape. Once you have defined the files to back up and configured
the way to access the backup media, you can run the backup
periodically. Then, you can forget about it until you wish to
restore some files.
The backup parameters must be defined so that Drakbackup knows what, where and when to perform the backup. We will guide you step by step with a backup and restore example using the wizard and then introduce you to automation of periodic backups.
Start Drakbackup by clicking on the Backups icon found in Mandrakelinux Control Center's System section. Click on the button to start the wizard. After making your choices in each step click on the button to advance to the next step.
Select Backup system to include the /etc/ directory where all your current system configuration files lie. This allows you to “transport” your system to a different computer with little effort: only hardware-dependent configuration will have to be revised.
Select Backup Users to include all the files included in all of your users' home directories. Clicking on the button will let you select individual users and the following options:
Do not include the browser cache. Select this to exclude the web browser's cache from the backup file set. Recommended due to the very nature of the browser's cache.
Use Incremental/Differential Backups. Selecting this will preserve old backups. Choosing Use Incremental Backups will only save files which have been changed or added since the last backup operation. Choosing Use Differential Backups will only save files which have been changed or added since the first backup operation (also known as the “base” backup). This last option takes more space than the first one, but allows you to restore the system's state at any given point in time for which a backup operation was made.
Select Across Network to store the backup on a remote computer accessible using one of ssh, FTP, rsync or WebDAV methods. A machine name or IP address, a user name and password on that machine, a directory on that machine, and the access method and its options (if applicable) must be specified by clicking on the corresponding button.
Select On Tape Device to store the backup on a tape drive. Click on the corresponding button to set the tape device and tape parameters such as whether or not to rewind, erase and eject the tape.
Select On CD-R to store the backup on optical media: (re)writable CD or DVD. This is our media of choice for the example, so click on its button to set the required parameters (Figure 19.16, “Setting Optical Media Parameters”).
If not set automatically, use the Choose your CD/DVD device combo box to set the CD/DVD device. In our example, we choose ATAPI:/dev/hdd, which is an IDE recorder. We chose a 700 MB medium size and a re-writable medium (the CDRW media option is selected).
Select the Erase your RW media option to erase your re-writable media before each backup is performed. If you select the Multisession CD option, only the 1st session will erase the media. Session-related information recording takes some space out (20-30 MB) for each session, so the “real data” storage space will actually be less than the medium's size.
The last wizard step shows a summary of configuration parameters. Use the button to change any parameter you are not satisfied with. Once you are satisfied with all parameters, click on the button to store them. Drakbackup is ready to perform backups.
Click on the button on Drakbackup's main window and then on the button to display a confirmation dialog with Drakbackup's parameters: make sure the corresponding media (the CD-RW disk in our example) is ready and click on the to start the backup operation.
A dialog (Figure 19.18, “Backup Progress Dialog”) will display the current progress of the operation. Please be patient: the time it takes to backup depends on many factors such as the size of the backup file set, the speed of the storage option selected, etc. Once the operation is finished a report will be shown: look for possible errors on it and take corrective measures if needed.
Make sure the media you want to restore the backup from is accessible and ready. Then click on Drakbackup's button. In our example we will restore the whole backup so on the restore dialog (Figure 19.19, “Choosing the Restore Type to Perform”) click on the button. A dialog will show you the current restore settings. Click on the button to start the restoration process.
![]() | Warning |
---|---|
Existing files in the target restoration directory (same location where the backup was made from, by default) will be overwritten. |
Feel free to investigate the other restore options if you want to restore part of a backup instead of the full file set.
In Drakbackup's main window, click on the button and then on the button. The backup scheduling window will appear (Figure 19.20, “Daemon Options Window”). Select Use daemon to define the schedule. You will then be asked to specify the interval (or period) between each backup operation and the storage media. In our example we set up a customized calendar (custom period selected) to perform a backup every Friday at a quarter to midnight and store it on CD. You can also specify hourly (i.e.: performed 1 minute after the hour), daily (i.e.: performed at 4:02AM), weekly (performed at 4:22AM) and monthly (performed at 4:42AM) periods instead of custom.
Click on the button and then on the button. The miscellaneous options window will appear (Figure 19.21, “Miscellaneous Options Window”).
Use the Please choose the compression type pull down list to select the compression used for your backups among tar (no compression), tar.gz (gzip compression) and tar.bz2 (bzip2 compression: better but slower).
Select the Use .backupignore files option to have Drakbackup exclude certain files from the backup. The .backupignore file should be present in every directory of the backup file set where files are to be excluded. Its syntax is very easy: a one-file-per-line list of the names of the files to exclude.
Select the Send mail report after each backup to option and fill the e-mail address to have Drakbackup mail the backup operation report to that address. Multiple addresses can be used by entering a comma-separated list. Please bear in mind that the system needs to have a working MTA (Mail Transport Agent) for this option to be effective.
All methods other than NFS use the hard disk drive to store temporary files. Select the Delete Hard Drive tar files after backup to other media option to have Drakbackup free that space after performing the backup.