summaryrefslogtreecommitdiff
path: root/bupper/targets.py
Commit message (Collapse)AuthorAge
* 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
* Move the python files to a package.Anton Khirnov2020-02-13