This commit is contained in:
JMARyA 2025-01-05 02:03:08 +01:00
parent 02b7fbbcd7
commit 69d9cd1963
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -24,8 +24,8 @@ pub fn ensure_exists(dir: &str) {
pub fn run_backup_rsync(conf: &RsyncConfig) {
println!(
"Running backup for {} -> {}",
conf.src.paint(Color::Blue),
"--> Running backup for {} -> {}",
conf.src.paint(Color::Yellow),
conf.dest.paint(Color::Yellow)
);