1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-12 18:42:14 +00:00
8bitworkshop/scripts/sync-blog.sh

6 lines
173 B
Bash
Raw Normal View History

2018-07-26 15:50:20 +00:00
#!/bin/sh
. ./scripts/env.sh
2018-07-26 16:44:09 +00:00
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