1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-27 12:29:32 +00:00
8bitworkshop/scripts/sync-blog.sh
2018-08-06 17:57:35 -04:00

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