diff --git a/Documents/bin/server-backup b/Documents/bin/server-backup index 6d3ceae203e7e3fa8bbcc79957f6a9a1f152ccd6..ce57a4bd3f525dc51e73e1d0fcf7bd85eb3e0861 100755 --- a/Documents/bin/server-backup +++ b/Documents/bin/server-backup @@ -8,7 +8,7 @@ usage() { if [ "$#" -eq 0 ] then ssh -t host01.shore.co.il -o \ - "RemoteCommand sudo mount /dev/sdb1 /mnt" + "RemoteCommand sudo mount /dev/sda1 /mnt" ssh host01.shore.co.il -o \ "RemoteCommand sudo -H systemd-run --unit server-backup --collect sh -c 'offsite-backup /mnt && umount /mnt'" elif [ "$1" = '-c' ]