Skip to content

Releases: adfinis/backupctl

v2.0.4

21 Sep 12:07
3efd645
Compare
Choose a tag to compare

Repository internal:

  • Add Github CI for automatically building master. (#61, #55)
  • Add pre-commit configuration to avoid common spelling / syntax mistakes (#59)

Bugfixes:

  • Versioning is now drawn from a single file to avoid multiple versions over multiple files (#61)

Feature:

  • Remove directory after a vault/group has been destroyed. (#56)
  • Add version output (#57)

v2.0.3

26 Jul 13:25
c597855
Compare
Choose a tag to compare

Bug Fixes:

  • Remove empty mountpoint after zfs dataset (dirvish vault) has been destroyed #56

New Features:

  • Add pre-commit configuration #59
  • Add --version command to check currently installed version #57

v2.0.2

23 Jul 15:04
3b02856
Compare
Choose a tag to compare

Bug Fixes:

  • Do not create mountpoint for customers
  • Add missing dependencies to requirements.txt
  • Replace travis configuration with github actions

v2.0.1

13 May 14:05
7fa05c0
Compare
Choose a tag to compare

Bug Fixes:

  • #43 Cron output is now printed.
  • Unset ZFS quota.
  • Fixture called directly.

v2.0.0

30 Aug 15:47
0c6c33e
Compare
Choose a tag to compare

This release introduces the new features of dirvish pre- and post-server triggers. The goal of those scripts are to create a database with the following entries:

  • before a backup gets started, create an entry that the backup will now start.
  • after a backup is finished, create an entry that the backup is finished (including the backup end state).
  • create a table of every host which must be backuped.

v1.1.3

16 May 08:44
f7ccb88
Compare
Choose a tag to compare

Fixes:

  • Fixed man page backupctl.ini.5
  • Added an rpm spec file

v1.1.2

16 May 07:52
ef46d86
Compare
Choose a tag to compare

Fixes:

  • Describe how the quota system works
  • Print the dirvish command to initialize the backup
  • The configuration file in /etc had an ending .db, but should be .ini
  • The size was needed too for vaults and not only for customer

v1.1.1

15 May 10:50
605c1cd
Compare
Choose a tag to compare

Changes:

  • Changed from xdg to pyxdg.

v1.1.0

14 May 15:23
67f0143
Compare
Choose a tag to compare

This release renames the project from bkpmgmt to backupctl.

New features:

  • Configuration files are loaded from different locations and merged.
  • New manpage for backupctl.ini.
  • Add an example configuration file.

Fixes:

  • Create the directory path of backupctl.db if it doesn't exist.

v1.0.1

08 May 15:12
10a49c4
Compare
Choose a tag to compare

There was an issue that python didn't install the jinja2 template which is used to create a new dirvish configuration.