2012-07-06 08:39:49 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
|
|
|
|
cd "${BASH_SOURCE[0]%/*}"
|
2012-09-19 20:11:16 +00:00
|
|
|
s3cmd sync . s3://masterpassword.lyndir.com/
|
|
|
|
s3cmd sync . s3://www.masterpasswordapp.com/
|
2012-07-16 15:58:24 +00:00
|
|
|
nice rsync --partial --progress --delete --sparse --archive --no-owner --no-perms --no-group --chmod=ugo=rwX \
|
|
|
|
--exclude rate-limit \
|
2012-09-19 20:11:16 +00:00
|
|
|
. satura.lyndir.com:/usr/local/www/masterpassword.lyndir.com/htdocs/
|