update
This commit is contained in:
parent
02b7fbbcd7
commit
69d9cd1963
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ pub fn ensure_exists(dir: &str) {
|
||||||
|
|
||||||
pub fn run_backup_rsync(conf: &RsyncConfig) {
|
pub fn run_backup_rsync(conf: &RsyncConfig) {
|
||||||
println!(
|
println!(
|
||||||
"Running backup for {} -> {}",
|
"--> Running backup for {} -> {}",
|
||||||
conf.src.paint(Color::Blue),
|
conf.src.paint(Color::Yellow),
|
||||||
conf.dest.paint(Color::Yellow)
|
conf.dest.paint(Color::Yellow)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue