fix
This commit is contained in:
parent
cc74dd1287
commit
8413dfa279
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub fn create_archive(conf: &BorgConfig) {
|
||||||
format!("{}::{archive_name}", conf.repo).paint(Color::Yellow),
|
format!("{}::{archive_name}", conf.repo).paint(Color::Yellow),
|
||||||
);
|
);
|
||||||
|
|
||||||
let mut cmd = vec!["borg", "create", "--stats", "--list"];
|
let mut cmd = vec!["borg", "create", "--stats", "--list", "--progress"];
|
||||||
|
|
||||||
let empty = Vec::new();
|
let empty = Vec::new();
|
||||||
for ex in conf.exclude.as_ref().unwrap_or(&empty) {
|
for ex in conf.exclude.as_ref().unwrap_or(&empty) {
|
||||||
|
|
Loading…
Reference in a new issue