Dothebackup

Latest version: v1.1.1

Safety actively analyzes 626284 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.1.1

-------------------

Fix
~~~
- Add typing as dependency. [Marvin Steadfast]

1.1.0

-------------------
- Print stdout from commands in debug more. [Marvin Steadfast]
- Added borg check command. [Marvin Steadfast]
- Dothebackup return itself an error exit code. [Marvin Steadfast]

If one job failed it will not just write this to the job logs it also
will exit with a different exit code.
- Fixing import order in tests. [Marvin Steadfast]
- Added typing and plugin for borg backup. [Marvin Steadfast]
- Switched from ``arrow`` to ``pendulum`` [Marvin Steadfast]

1.0.2

-------------------
- Replace invalid characters in logging. [Philipp Weißmann]
- Working on Jenkinsfile. [Marvin Steadfast]
- Added Jenkinsfile. [Marvin Steadfast]

1.0.1

-------------------

Fix
~~~
- Logs finally rotate. [Marvin Steadfast]

forgot to call the rotate function in the runner and fixed a bug caused
by the log numbering order. logs are now numbered like::

foo.log
foo.log.0001
foo.log.0002

1.0.0

-------------------
- Testing and no installations for old python versions. [Marvin
Steadfast]

added more python versions for local tox testing. installations on
python versions < python 3.3 will be aborted in setup.py.
- Logger module. [Marvin Steadfast]

added logger module for better logging of the jobs stdout. it keeps
track on rotating old logs and writing to the right logfile.

the logging part of the config changed. a example::

logs:
dir: /var/log/dothebackup
keep: 10
backup:
...
...
...

**keep** defines how many log files to keep.

0.2.1

-------------------
- Adds log for startup and finishing dothebackup. [Philipp Weißmann]
- New changelog. [Marvin Steadfast]

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.