-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
85 lines (83 loc) · 3.66 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
SPDX-FileCopyrightText: 2023 Fredrik Salomonsson <plattfot@posteo.net>
SPDX-License-Identifier: GPL-3.0-or-later
2025-01-04 Fredrik Salomonsson <plattfot@posteo.net>
* 2.3.0 :
Cleanup broken snapshots.
2023-04-02 Fredrik Salomonsson <plattfot@posteo.net>
* 2.2.3 :
Fix bad array subscript when there are no source snapshots.
2023-03-19 Fredrik Salomonsson <plattfot@posteo.net>
* 2.2.2 :
Version 3.0 of REUSE specification compliant.
2023-02-21 Fredrik Salomonsson <plattfot@posteo.net>
* 2.2.1 :
Proper sort the snapshots to always link the latest - by Juergen Gleiss.
2022-08-18 Fredrik Salomonsson <plattfot@posteo.net>
* 2.2.0 :
Allow baksnapper to run without dbus - by Nathan Dehnel.
Fixed issue that baksnapper fails when there is only one snapshot to backup.
2021-04-01 Fredrik Salomonsson <plattfot@posteo.net>
* 2.1.1 :
Delay startup until after network-online.target for systemd timer - by Nathan Dehnel.
2021-01-23 Fredrik Salomonsson <plattfot@posteo.net>
* 2.1.0 :
Feature for creating a symlink to the latest snapshot - by Nathan Dehnel.
2020-08-14 Fredrik Salomonsson <plattfot@gmail.com>
* 2.0.0 :
Cleaned up a bunch of warnings and erros reported by shellcheck.
2019-06-25 Fredrik Salomonsson <plattfot@gmail.com>
* 1.0.2 :
Removed executable bit on systemd units, to fix warning.
2019-06-18 Fredrik Salomonsson <plattfot@gmail.com>
* 1.0.1 :
Call to baksnapperd was broken, only --daemon was working.
2019-06-09 Fredrik Salomonsson <plattfot@gmail.com>
* 1.0.0 :
Fixed errors in examples in --help text.
--verbose now uses 'set -x'
Cleaning up snapshots if it fails.
Removed deprecated --ssh option.
2018-09-23 Fredrik Salomonsson <plattfot@gmail.com>
* 0.9.1 :
Wasn't parsing the PRIVATE_KEY in the configfile.
Updated the example config file.
Added note about ssh connection in the README.md for the configfile.
2018-09-13 Fredrik Salomonsson <plattfot@gmail.com>
* 0.9.0 :
Option --private-key to specify what private key to use.
Config option PRIVATE_KEY, same as --private-key.
2018-09-09 Fredrik Salomonsson <plattfot@gmail.com>
* 0.8.0 :
Changed to using getopt (util-linux) to parse the options.
Removed some short options for options that takes additional arguments.
2018-01-01 Fredrik Salomonsson <plattfot@gmail.com>
* 0.7.1 :
--configfile was missing in the help message.
2017-09-17 Fredrik Salomonsson <plattfot@gmail.com>
* 0.7.0 :
Changed ssh syntax. Removed the --ssh option, use ADDRESS:PATH instead.
Added option --version that prints out the version.
Fixed error msg when libnotify isn't installed.
Fixed bug in incremental send that left info.xml empty at destination.
2016-03-07 Fredrik Salomonsson <plattfot@gmail.com>
* 0.3.0 :
Added support for libnotify to notify the user when baksnapper is running.
2015-09-08 Fredrik Salomonsson <plattfot@gmail.com>
* 0.2.0 :
Split the script into two parts, baksnapper and baksnapperd.
Remote backup support via ssh, using option -s <address>, --ssh <address>.
Option to send specific snapshot with -S <number>, --snapshot <number>
Option to delete all snapshots with --delete-all
Option to specify name of baksnapperd when running it locally using --daemon flag.
Added template systemd files.
2015-09-07 Fredrik Salomonsson <plattfot@gmail.com>
* 0.1.0 :
First release
Features:
Support for backing up the latest snapshot (Default behavior).
Support for backing up all snapshots in source dir (-a/--all).
Support for deleting specific snapshots from the backup (-d <list>/--delete <list>).
Support for pruning the backup directory by removing snapshots that
no longer exist in the source dir (-p/--prune)
Limitiations:
Only support for local backups i.e. unable to send over ssh to remote server.