• v0.2.3 3b36b1e730

    v0.2.3 Stable

    SisyphusMD released this 2024-06-04 07:41:08 -07:00 | 219 commits to main since this release

    Fixed

    • Fixed LOCKFILE being left by main.sh.

    Improved

    • Setup script places archiver in PATH.
      • Please run './setup.sh' again from the archiver repo directory to make this change.
        • You can skip all sections of the setup script by typing 'n' when prompted. The script will make this change regardless.
      • You should now run Archiver backups with the command 'archiver'.
      • This is global, no more need to change to your archiver directory.
      • It accepts arguments, such as 'archiver --view-logs' and 'archiver --stop'. More arguments to come soon.
      • Cron can also call 'archiver' directly: (e.g. '0 3 * * * archiver').
        • To edit your prior cronjob, run 'sudo crontab -e', and replace the path to the archiver script with simply 'archiver'.
    Downloads