argh
This commit is contained in:
parent
2c36ea4742
commit
a5fa2c5b07
67 changed files with 7142 additions and 14 deletions
9
bin/_old/old/glasync
Executable file
9
bin/_old/old/glasync
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue