mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. ./scripts/env.sh
|
|
rsync --stats -rilv -e "ssh -p 2222" ./blog/ $RSYNC_PATH/blog/
|
|
#rsync --stats -rilv -e "ssh -p 2222" ./scripts/ pzp@104.131.86.119:./backups
|