fix rsync backup path

This commit is contained in:
mwiegand 2022-03-27 13:30:16 +02:00
parent dab554473e
commit 0dbda1c200

View file

@ -7,7 +7,7 @@ then
/opt/backup/backup_path_via_zfs "$path"
elif test -d "$path"
then
/opt/backuo/backup_path_via_rsync "$path"
/opt/backup/backup_path_via_rsync "$path"
else
echo "UNKNOWN PATH: $path"
exit 1