her.esy.fun/sync.sh

7 lines
147 B
Bash
Raw Normal View History

2019-11-22 00:51:02 +00:00
#!/usr/bin/env zsh
rootdir=${0:h}
echo $rootdir
rsync --progress --partial -avHe ssh $rootdir/_site/ root@esy.fun:/var/www/her.esy.fun/ --delete