The backup files, created by KPsion are simply gzipped tar files. The files follow the following naming scheme:
where
is a single character, representing the backup type. 'I' stands for incremental and 'F' stands for full.
is the year of creation.
is the month of creation.
is the day of creation.
is the hour of creation.
is the minute of creation.
is the second of creation.
In addition to the data files on the psion, every archive contains a special index file, where the original file attributes and the Psion's 64-bit hires filetime is stored. This file is named KPsionIncrementalIndex for incremental backups or KPsionFullIndex for full backups. The index file is stored in the archive's toplevel directory and is an ASCII file, containing one line per data file with the following fields:
where
is an 8-digit hexadecimal number, representing the upper half of the file's modification time.
is an 8-digit hexadecimal number, representing the lower half of the file's modification time.
is an 8-digit hexadecimal number, representing the size of the file.
is an 8-digit hexadecimal number, representing the native attributes of the file.
is the unconverted original absolute file name.
where
is a single character, representing the backup type. 'I' stands for incremental and 'F' stands for full.