Skip to content

Releases: per2jensen/dar-backup

dar-backup scripts version 1.5.2

09 Mar 12:13
Compare
Choose a tag to compare

This is a maintenance script with improvements, no new functionality.

From the git log:

  • results of backup and catalog operations now shown separately
  • improved check of par2 files
  • Now always log result of backup, test and restore verification
  • cleanup now also cleanup a backup's catalog
  • document a way to make systemd services work with a non-stardard location of dar
  • various smallish documentation updates
  • "--version" now emits a notice on license and no warranty
  • a not fully working example of compiling dar on ubuntu
  • test runner emits which 'dar' is used for the unit tests
  • Github Actions V4 now used
  • mk-DEV.sh script for easy usage of new dev version in daily use
  • no more need for sudo in unit tests

SHA256:
49dc81d170c48060fb598a682cdfc867cfcf684dd170464c086ae1191f2f0511 dar-backup-linux-v1.5.2.tar.gz

dar-backup v1.5.1 released with some catalog fixes

03 Sep 11:05
Compare
Choose a tag to compare

This is a bugfix release for a few issues around catalogs

  • catalog additions now more lenient via the "-ai" option, my pCloud issue has gone :-)
  • an error at startup looking for backup difinition in the wrong place when checking for catalogs fixed
  • catalog doc updated
  • example of removing a specific backup added to main README

SHA256:
2eb2e4cc5e952f02f50673ad9fb81f08bfb8fd4ba47b0ad0c612ad86dcb627ea dar-backup-linux-v1.5.1.tar.gz

dar-backup v1.5.0 released, now using dar catalogs

15 Jul 11:02
fc0c5d0
Compare
Choose a tag to compare

I have merged my "dar manager" branch to main, and created this release.

The dar-backup scripts now maintains a dar catalog for each backup definition. This makes is easier to restore files spread over FULL, DIFF and INC archives.

The use of catalogs are by default set to "n" in the dar-backup.conf file. Switch to "y" when you are ready :-)

I have used the dar-manager branch for months and consider it safe to use. Improvements and especially the issue with my pCloud storage will be investigated over time.

SHA256:
d2a8016765d66a800b5010df5dd6c15640d7170dcbfbbb936e647e1818271387 dar-backup-linux-v1.5.0.tar.gz

dar-backup version 1.4.3 released

15 Jan 11:52
Compare
Choose a tag to compare

This is a maintenance/bugfix release with some changes, no new functionality.

During the yearly backups, I encountered a bug when generating the par2 files. It occurred only on the file system mounted from the cloud. I ended up refactoring how the par2 files are generated, which had the added benefit of a more simple setup.

  • par2 now generated from within the script - not using the dar integrated system (allows for async par2 generation on the remote server)
  • a small fix in the installer to make sure scripts are executable
  • no exit if a backup definition fails, do the next one

SHA256:
898212dad3a3dfd4dd1f105acdd67d0401c7038f3808b76788e3f40f853a4459 dar-backup-linux-v1.4.3.tar.gz
SUCCESS: a release tarball from tag: "v1.4.3" was produced

dar-backup version 1.4.2 released

30 Oct 07:54
Compare
Choose a tag to compare

Bugfix:

  • cleanup.sh data parsing error, October not recognized.

Changes:

  • --version print license info
  • --list-files option removed, extremely slow and I never used it
  • ls-archives.sh --listdef option implemented

SHA256:
a3495b076ff820ac5a311811c24a619f72dc2e548925ffb54ef5a1ddce60d280 dar-backup-linux-v1.4.2.tar.gz

dar-backup version 1.4.1 released

10 Aug 19:52
Compare
Choose a tag to compare

Fix:

  • systemd services fix, so that timers work as expected, if reboots do not happen nightly.

Improvements:

  • cleanup.sh --cleanup-specific-archive removes the archive + par2 files, no matter the age of the archive.
  • ls-archives.sh --backupdef lists only the archives for the specified backup definition.
  • dar-backup.sh --version prints the version.
  • much less chatty log messages, use --verbose to have more printed.

SHA256:
74dc9bf2ca405844f67c2031dc1c19b8f6f75438c94e4035038377b2e9ccd255 dar-backup-linux-v1.4.1.tar.gz

dar-backup version 1.4.0 released

24 Jul 12:53
Compare
Choose a tag to compare

new option to cleanup.sh

  • alternate-archive-dir allows to clean up old dar archives on for example a mounted usbdisk

SHA256:
61d1bbb1a9a7abf6ab5e221a2b4a65b498fed133866e89d1e7fc97f8f386dcc6 dar-backup-linux-v1.4.0.tar.gz

dar-backup version 1.3.0

21 Jul 17:46
Compare
Choose a tag to compare

Switched to semantic versioning, no dramatic changes

New functionality:

  • a cleanup script to remove old (configurable) DIFF & INC archives. FULL archives are never touched
  • cleanup systemd timer and service provided (not automatically installed)
  • par2 integration refactored, logging improved, docs improved
  • install instructions simplified
  • alerts for upcoming FULL and DIFF backups sent
  • minor improvements to logging in general

dar-backup version 1.0.12

11 Jun 10:12
262a5a8
Compare
Choose a tag to compare

Improved logging on restore test:

  • log if there are no files backed up
  • log if all files' sizes > 10000000 (this makes the script bypass them and thus no restore test is performed)

SHA256:
b4d2ca3b339f654726b182d2c0a3336be5cc12079131f76a300729bb01d5d521 dar-backup-linux-v1.0.12.tar.gz

dar-backup version 1.0.11

02 May 17:56
Compare
Choose a tag to compare

new feature + systemd service fix

  • on backups, now report number of saved files and number of files gone missing
  • use correct systemd service option to allow long running backup jobs

SHA256:
215018c254b0450dc936aaec68acb1a3765aca807a4c274282d9d17feabd5095 dar-backup-linux-v1.0.11.tar.gz