Retry failing backups #432

Merged
witten merged 8 commits from cadamswaite/borgmatic:master into master 2021-11-15 19:34:25 +00:00
Showing only changes of commit 89baf757cf - Show all commits

View File

@ -4,8 +4,8 @@ import json
import logging import logging
import os import os
import sys import sys
from subprocess import CalledProcessError
from queue import Queue from queue import Queue
from subprocess import CalledProcessError
import colorama import colorama
import pkg_resources import pkg_resources