Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

storeBackupConvertBackup.pl - converts old backups created with storeBackup.pl to the newest version,

Description

       This program converts old backups created with storeBackup.pl to the newest version, currently version
       1.3.  you can see the version by typing:

       head -1 < ...<storeBackupDir>/date_time/.md5CheckSums.info

       or if that file does not exist:

       bzip2 -d < ...<storeBackupDir>/date_time/.md5CheckSums.bz2 | head -1

       (if you do not see '###version=...', it is version 1.0

Name

       storeBackupConvertBackup.pl - converts old backups created with storeBackup.pl to the newest version,

Synopsis

       storeBackupConvertBackup.pl storeBackup-dir

See Also