home/bin/_old/old/glasync

9 lines
217 B
Text
Raw Normal View History

2018-01-15 20:25:41 +01:00
#!/bin/bash
rsync --delete -r -v -z /mnt/shared/www/wordpress/ \
-e ssh \
glashoffs.de:/var/www/glashoffs.de/www/htdocs/ \
--exclude='*~' \
--exclude='wp-config.php' \
--delete-excluded --perms --group