From 9b54f65837c9cf4d5145878c3f04204ab471e5cd Mon Sep 17 00:00:00 2001 From: Damon Timm Date: Sat, 13 Feb 2010 11:55:31 -0500 Subject: [PATCH] added more info to foobar so can run a sed script to swap out my own credentials easily for testing - and back again, of course. --- dt-s3-backup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dt-s3-backup.sh b/dt-s3-backup.sh index 51162e8..bfb82ad 100644 --- a/dt-s3-backup.sh +++ b/dt-s3-backup.sh @@ -64,14 +64,14 @@ # ---------------------------------------------------------------------------- # # AMAZON S3 INFORMATION -export AWS_ACCESS_KEY_ID="foobar" -export AWS_SECRET_ACCESS_KEY="foobar" +export AWS_ACCESS_KEY_ID="foobar_aws_key_id" +export AWS_SECRET_ACCESS_KEY="foobar_aws_access_key" # GPG PASSPHRASE & GPG KEY (Automatic/Cron Usage) # If you aren't running this from a cron, comment this line out # and duplicity should prompt you for your password. -export PASSPHRASE="foobar" -GPG_KEY="foobar" +export PASSPHRASE="foobar_gpg_passphrase" +GPG_KEY="foobar_gpg_key" # The ROOT of your backup (where you want the backup to start); # This can be / or somwhere else -- I use /home/ because all the