Skip to content

server admin: ensure backup root exists (fix #244)

When a Backup() object is instantiated, ensure the backup root directory exists. It is implicitly created by the create() method, but not by other methods such as load().

Signed-off-by: Loic Dachary loic@dachary.org

Merge request reports