adapted path for svr-office instead of wsl

This commit is contained in:
Peter Wood
2023-10-05 21:29:27 -04:00
parent 9f3419f777
commit cefd7fc0a3

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
function move-backups() { function move-backups() {
rsync --recursive --quiet -e 'ssh -p 58022' --include '*.gz' --remove-source-files acedanger@vperanda:/home/acedanger/backup/docker-data /mnt/m/backups/ rsync --recursive --quiet -e 'ssh -p 58022' --include '*.gz' --remove-source-files acedanger@vperanda:/home/acedanger/backup/docker-data /mnt/share/media/backups/
} }
if [ "$(expr substr $(uname -s) 1 5)" == 'Linux' ]; then if [ "$(expr substr $(uname -s) 1 5)" == 'Linux' ]; then