summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* _ssh_client: add loggingAnton Khirnov2020-10-16
|
* repository: add loggingAnton Khirnov2020-03-10
|
* targets: add missing class attributeAnton Khirnov2020-03-10
|
* targets: fix function nameAnton Khirnov2020-03-10
|
* targets: add __str__ methods to targetsAnton Khirnov2020-03-10
| | | | Allows to easily get a descriptive string for a target.
* Rename bupper to lbup.Anton Khirnov2020-02-15
| | | | | bupper already exists. lbup is a randomly chosen word containing bup
* targets: further fixes and improvementsAnton Khirnov2020-02-14
| | | | | | | | Now a static mount directory is used for snapshot mounts. This is necessary due to how bup index works, otherwise it'd see everything as changed on every new backup. Also, extend logging and make the remote bupdir configurable.
* lxvlvm: actually read from the snapshotAnton Khirnov2020-02-14
| | | | Also, check all the remote outputs more thoroughly.
* Implement basic working LXC+LVM snapshot functionality.Anton Khirnov2020-02-13
| | | | | | Still missing: - proper exception handling - stats
* ssh_client/remote: add __str__ methods to ease debuggingAnton Khirnov2020-02-13
|
* Move the python files to a package.Anton Khirnov2020-02-13
|
* ssh/lvm/lxc backup wipAnton Khirnov2019-01-09
|
* Use the list of tests actually run when reporting results.Anton Khirnov2019-01-08
|
* Initial commit.Anton Khirnov2019-01-03
Support for a local target only.