summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord. johnson <fenris02@fedoraproject.org>2014-07-26 00:51:11 -0500
committerd. johnson <fenris02@fedoraproject.org>2014-07-26 00:51:11 -0500
commita8be0dd0160f48b8f43aaea5dbacc120636cddff (patch)
tree3df12df2b09687e9acb7f03133a6e73903d05f00
parentc62ebb3c64058f6b671cd1093d4c533100103b84 (diff)
downloadcleanup-a8be0dd0160f48b8f43aaea5dbacc120636cddff.tar.gz
cleanup-a8be0dd0160f48b8f43aaea5dbacc120636cddff.tar.xz
cleanup-a8be0dd0160f48b8f43aaea5dbacc120636cddff.zip
minor doc tweaks
-rwxr-xr-xduplicity-backups.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/duplicity-backups.sh b/duplicity-backups.sh
index d51d34a..ee5b272 100755
--- a/duplicity-backups.sh
+++ b/duplicity-backups.sh
@@ -21,7 +21,7 @@ EXTRA_DUPLICITY="
--full-if-older-than 7D \
--log-file /var/log/duplicity.log \
--verbosity notice \
---volsize 250 \
+--volsize 500 \
"
# Additional TMP space needed, but may make it faster: --asynchronous-upload \
@@ -43,7 +43,7 @@ if [ ! -e /root/.passphrase ]; then
/bin/cat - <<EOT
Create /root/.passphrase first. Add any long phrase you can remember easily.
-Always keep your passphrase secret!
+Always keep your passphrase secret!
Even if your secret key is accessed by someone else, they will be unable to use
it without your passphrase. Do not choose a passphrase that someone else might
@@ -54,6 +54,10 @@ passphrases are very long and contain a mixture of uppercase and lowercase
letters, numbers, digits, and symbols. Choose a passphrase that you will be
able to remember, however, since writing this passphrase down anywhere makes it
immediately less secure.
+
+Once created:
+chown 0:0 /root/.passphrase; chmod 0400 /root/.passphrase;
+
EOT
exit 1
fi