Skip to content
Snippets Groups Projects
Select Git revision
0 results

backup

Blame
    • nimrod's avatar
      9f39ec03
      Backup refactor. · 9f39ec03
      nimrod authored
      - Change from a single backup that's overwritten everytime to a
        multiple, dated backups.
      - Save the last 30 days of backups.
      - Save backups under the host's /var/backups instead of a Docker volume.
        Easier to backup.
      - Add a restore script so that at least I would have some idea on how to
        restore this backup. Last thing I want to do when I need this backup
      is to try and figure out how to restore it.
      9f39ec03
      History
      Backup refactor.
      nimrod authored
      - Change from a single backup that's overwritten everytime to a
        multiple, dated backups.
      - Save the last 30 days of backups.
      - Save backups under the host's /var/backups instead of a Docker volume.
        Easier to backup.
      - Add a restore script so that at least I would have some idea on how to
        restore this backup. Last thing I want to do when I need this backup
      is to try and figure out how to restore it.