mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-21 19:51:28 +00:00
feature(backups): ask restic to be more verbose
This commit is contained in:
parent
4cd90d0c93
commit
a4aefe0f72
|
@ -95,6 +95,7 @@ class ResticBackupper(AbstractBackupper):
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
"restic",
|
"restic",
|
||||||
|
"--verbose",
|
||||||
"-o",
|
"-o",
|
||||||
self.rclone_args(),
|
self.rclone_args(),
|
||||||
"-r",
|
"-r",
|
||||||
|
|
Loading…
Reference in a new issue