Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
awit-backstep
Commits
37ee8e0d
Commit
37ee8e0d
authored
Apr 14, 2020
by
Nigel Kukard
Browse files
Bumped to v0.2.11
Signed-off-by:
Nigel Kukard
<
nkukard@lbsd.net
>
parent
caa0fcc4
Pipeline
#5581
passed with stage
in 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
awit_backstep/__init__.py
View file @
37ee8e0d
...
...
@@ -29,7 +29,7 @@ from .datasources import DatasourcePluginBase
from
.notifiers
import
NotifierList
,
NotifierPluginBase
from
.plugin
import
PluginCollection
__VERSION__
=
'0.2.1
0
'
__VERSION__
=
'0.2.1
1
'
CONFIG_FILE
=
'/etc/awit-backstep/auto-backup.ini'
PID_FILE
=
'/run/awit-backstep.lock'
...
...
awit_backstep/methods/borg.py
View file @
37ee8e0d
...
...
@@ -33,7 +33,7 @@ from ..stats import BackstepStats
from
..util
import
chunks
,
human_bytes
from
.
import
MethodPluginBase
__VERSION__
=
'0.2.
4
'
__VERSION__
=
'0.2.
5
'
class
BackupError
(
RuntimeError
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment