Previous | Next | Contents > Files Created by Get Backup
The backup archive name reflects the chosen backup method and the time of archive creation. The following format is used:
meth_project_YYYY-MM-DD_hh-mm-ss.ext
Here:
meth – backup method: "full" – full, "incr" – incremental, "vers" – versioned;
project – the name of the backup project;
YYYY – the year of the creation (for instance, 2010);
MM – month (for instance, 02);
DD – day (for instance, 11);
hh – hour (for instance, 16);
mm – minutes (for instance, 05);
ss – seconds (for instance, 14);
ext – file extension (see below).
For example, the archive name "vers_Documents_2010-02-11_16-05-14.tgz" tells us that it is a versioned archive and it was created on February 11, 2010 at 16:05:14, with compression enabled.
The file extension depends on whether or not the archive was compressed, encrypted or split onto parts. If multiple features were activated, multiple file extensions will be attached to the file name one after another.
Extension |
Compression |
Encryption |
.tar |
– |
– |
.tgz |
+ |
– |
.tar.bfe |
– |
Blowfish |
.tgz.bfe |
+ |
Blowfish |
.tar.3des |
– |
Triple DES |
.tgz.3des |
+ |
Triple DES |
.tar.aes128 |
– |
AES-128 |
.tgz.aes128 |
+ |
AES-128 |
.tar.aes256 |
– |
AES-256 |
.tgz.aes256 |
+ |
AES-256 |
Backup archives may be split into parts (the Archive size limit option in the Backup Properties). The consecutive parts will have the additional extension added in the end. The extension consists of three letters that change in the alphabetical order depending on the part number:
.tar.aaa – part 1;
.tar.aab – part 2;
.tar.aac – part 3;
etc.