]> git.ipfire.org Git - oddments/collecty.git/commit
Add a simply backup mechanism
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Sep 2020 14:22:28 +0000 (14:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Sep 2020 14:22:28 +0000 (14:22 +0000)
commit6d7f3cac7b388b2d69eaf5e12bd5b39e605bf767
tree71e7b083fc9b66d1bac48d97f4b45a281d78039f
parente56462237c0f4fb2be1c66b63259ad6ae20b1c9d
Add a simply backup mechanism

This is now called through DBUS and I am not sure whether
that is a good idea or not.

The upsides are that the client will never access files
directory, the downside is that the backup process blocks
the DBUS thread.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/bus.py
src/collecty/client.py
src/collecty/daemon.py