Skip to content

Commit

Permalink
docs backup_s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Sep 3, 2021
1 parent 61b0ed6 commit 2e04ed0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backup_s3
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/env bash

USAGE="Usage: backup_s3 -i <image> -u <user list> -p <admin password>\n
USAGE="Usage: backup_s3 -u <user list> -s <s3 bucket> -e <EC2 server name>\n
\n
Creates a backup of group_work volume and user volumes in S3\n
Creates a backup of group_work volume and user volumes in S3. Make sure you have your credentials in ~/.aws.
If you haven't set up your credentials yet, run 'aws configure' first.\n
\n
-u user list. Tab delimited list of users with three columns: port, user name, password\n
-s S3 bucket.\n
-e EC2 server name.\n
-e EC2 server name. This is used as directory name on S3.\n
"

while getopts ":u:s:e:" opt
Expand Down

0 comments on commit 2e04ed0

Please sign in to comment.