borgend/backup.py

changeset 89
51cc2e25af38
parent 88
dfd52898f175
child 96
de8ac6c470d8
equal deleted inserted replaced
88:dfd52898f175 89:51cc2e25af38
1 # 1 #
2 # Borgend Backup instance 2 # Borgend by Tuomo Valkonen, 2018
3 #
4 # This file implements the scheduling, running, and borg output processing
5 # for a specific configured backup.
3 # 6 #
4 7
5 import logging 8 import logging
6 import time 9 import time
7 import datetime 10 import datetime

mercurial