3 lines
137 B
Bash
Executable file
3 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
# pull backup from remote server
|
|
rsync -hav --progress --delete --compress yc:/home/stev/backup /home/stev/storage/yc-backup
|