Skip to content
okigan edited this page Nov 20, 2010 · 3 revisions

Welcome to the Baseline-Backup-Script wiki!

Some ideas for next baseline features

  • Archive encryption based on private/public key

    • Avoids the need to keep key/password in the would be config script
  • Incremental backups

    • keeping it simple and reusing most of implementation from 7z
    • (very) Inefficient but simple and should work:
      • Create DIFF archive as before
      • Create list of files with CRC (7z l -slt) from FULL and update it from previous DIFF/INCR
      • Remove files from current DIFF with matching CRC (yes CRC has a collision but the file in the same location that is unlikely)
      • Store updated file as INCR archive
Clone this wiki locally