sh.zio.backup: fix inadvertently backing up everything
parent
5d67f27a7e
commit
78235324fc
|
@ -177,7 +177,7 @@ function backup_files() {
|
||||||
--host "$host" \
|
--host "$host" \
|
||||||
--tag "$me_filename" \
|
--tag "$me_filename" \
|
||||||
--tag "$(basename "$0")" \
|
--tag "$(basename "$0")" \
|
||||||
$args "/"
|
$args
|
||||||
|
|
||||||
rm -f "$files_from_path"
|
rm -f "$files_from_path"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue