You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
+
Version 2.1.0
2
+
3
+
**Notable changes** :
4
+
* Backuping only a subset for a `backurne backup` invocation is now possible, as well as forcing a backup (despite being considered unneeded regarding the profile). See [cli.md](cli.md).
5
+
***Backurne** now reports time elapsed to process each backup, either to a plain file or via syslog. See the `report_time` configuration entry.
6
+
1
7
Version 2.0.0
2
8
3
9
**Notable changes** :
4
10
* The `list-mapped` subcommand has been reworked to support complex mapping. Command outputs (both cli & api) has been altered to support those changes.
5
-
***Backurne** now supports LVM. See README.md for its specific configuration.
6
-
***Backurne** now supports vmware. Also see README.md.
11
+
***Backurne** now supports LVM. See [README.md](README.md) for its specific configuration.
12
+
***Backurne** now supports vmware. Also see [README.md](README.md).
Copy file name to clipboardExpand all lines: debian/changelog
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
backurne (2.1.0) UNRELEASED; urgency=medium
2
+
3
+
* Backuping only a subset for a `backurne backup` invocation is now possible, as well as forcing a backup (despite being considered unneeded regarding the profile).
4
+
* **Backurne** now reports time elapsed to process each backup, either to a plain file or via syslog. See the `report_time` configuration entry.
* The `list-mapped` subcommand has been reworked to support complex mapping. Command outputs (both cli & api) has been altered to support those changes.
0 commit comments