mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
adapted path for svr-office instead of wsl
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user