|
Backup Types in Backup4all |
Top Previous Next |
|
How are the Backup Types Implemented in Backup4all?
Backup4all creates two main types of backups:
User can change the backup type from the Type page in Backup Properties, or from a specific type page, by checking the box to select that type as default backup type.
Backup Types with Zip Compression
Full, differential and incremental backup use zip compression to reduce the size of the stored backup versions. To keep the number of stored zip files at a reasonable number, the application provides three options: Limit number of file versions, Limit maximum number of stored backups to and Merge stored backup to maintain the maximum limit. These options either delete older stored backups or perform an internal merge to keep the number of stored backups or file versions under the selected limit.
The Limit number of file versions, Limit maximum number of stored backups to and Merge stored backup to maintain the maximum limit options cannot be used when the backup destination is on a removable media: floppy disk, CD, DVD, etc.
Customize zip name prefix Typically the name of the zip file is something like: "1_C.zip", "1_D.zip" etc. (one zip for each drive). The names of these zip files do not make much sense for the user but they can be customized by pressing the Insert tag button. Following tags are predefined:
You can also add your text in the edit tag field. Use the Preview button to see how the names of the zip files will look like. Windows does not allow the following characters in the file name: / \ * ? : " < > | Therefore Backup4all will prompt you to change these characters if present in the Customize prefix of backup files field.
Full Backup Type
The full backup type will always backup all the files defined in the sources. Incremental and differential backups will create a full backup first, because they will back up the new files (all files are new if the backup was never executed).
Differential Backup Type
For a differential backup the system will always backup the differences from the last full backup, regardless of the intermediate versions between the latest full and the current differential backup. The first execution of a differential backup is a full backup, because it backs up the new files (and all the files are new if the backup was never executed).
Incremental Backup Type
In case of incremental backups only the new and the modified files since last backup (differential, incremental or full backup) are added to the backup. Each file can have many versions stored in the backup files..
Backup4all can generate custom zip file names, set a size limit for zip files and encrypt them. For more details look at the Compression page from the Backup Properties window.
If a new backup job is created and the backup type is set to incremental or differential, then when the backup job is first run, the application will perform a full backup. This also happens when the catalog (".bkc") file is not found in the destination folder or the Clear backup action was executed before backup (see the Advanced page of the Backup Properties window).
Mirror Backup Type
The mirror backup implementation provides some useful options to improve the backup quality.
Since the mirror backup keeps only one version of each file, you can use the Create subfolder(s) in destination with following name option to copy the files to customized subfolders, therefore keeping more versions of the files. Backup4all can only use the latest version for the Restore or Test operations. You can restore older versions manually.
If the Copy files in a subfolder option is checked, the files will be copied in a subfolder of the destination folder (typically you will see a ".bkc" file and a folder with the same name). If the option is not set, the files (and folder structure) will be copied directly into the destination folder.
When the Fast Mirror (copy only new or modified files) option is used, Backup4all uses the information stored in ".bkc" files to copy only new or modified files to the destination. If this option is not set, the system will copy all files each time the backup is executed.
Using the mirror backup type, you can also choose to Zip the files. This option will zip each file individually, preserving the folder structure. In this case, you can use the zip compression and encryption.
When changing the backup type between Full, Incremental or Differential the older backups are not deleted, only the type of the next backup is changed. If the Limit number of file versions, Limit maximum number of stored backups to and Merge stored backup to maintain the maximum limit options are used, the application will delete or merge older backups so that the number of versions is less or equal to the specified limit. However when changing between Mirror and Full, Incremental or Differential, the older versions are deleted.
By default the Limit number of file versions and the Limit maximum number of stored backups to options are not enabled. This means that the system will keep all the stored backup versions. If you choose to enable the Merge stored backup to maintain the maximum limit option, when the limit is reached the system will perform an internal merge between the older versions keeping the number of stored backups equal to the specified limit (the merge between zip files is necessary to keep at the latest file version from each zip file to be merged). However when changing between Mirror and Full, Incremental or Differential, the older versions are deleted.
|