Prepare for new site.
This commit is contained in:
9
Site/2012-07/sync
Executable file
9
Site/2012-07/sync
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
cd "${BASH_SOURCE[0]%/*}"
|
||||
s3cmd sync . s3://masterpassword.lyndir.com/
|
||||
s3cmd sync . s3://www.masterpasswordapp.com/
|
||||
nice rsync --partial --progress --delete --sparse --archive --no-owner --no-perms --no-group --chmod=ugo=rwX \
|
||||
--exclude rate-limit \
|
||||
. satura.lyndir.com:/usr/local/www/masterpassword.lyndir.com/htdocs/
|
Reference in New Issue
Block a user