Added --delete flag to rsync call
This commit is contained in:
parent
e03bcca9d1
commit
4e24fda805
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
./build.sh && rsync -rpog --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv
|
||||
./build.sh && rsync --recursive --delete --group --perms --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue