fix rsync backup path
This commit is contained in:
parent
dab554473e
commit
0dbda1c200
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue