Skip to content

Commit

Permalink
backup filename
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 7, 2024
1 parent 146d54b commit a911ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup_script.sh
Expand Up @@ -48,7 +48,7 @@ function run_backup() {

function run_s3_backup() {
echo "Running S3 Backup...."
s3cmd --host=${AWS_HOST} --host-bucket=s3://${BUCKET} put --acl-${PUB_PRIV} ${BACKUP_FILE} s3://${S3_PATH}
s3cmd --host=${AWS_HOST} --host-bucket=s3://${BUCKET} put --acl-${PUB_PRIV} $BACKUP_FILE s3://${S3_PATH}
}

function cleanup() {
Expand Down

0 comments on commit a911ccc

Please sign in to comment.