This commit is contained in:
JMARyA 2025-01-05 10:33:26 +01:00
parent cc74dd1287
commit 8413dfa279
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -33,7 +33,7 @@ pub fn create_archive(conf: &BorgConfig) {
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();
for ex in conf.exclude.as_ref().unwrap_or(&empty) {