-
Notifications
You must be signed in to change notification settings - Fork 0
opichon edited this page Oct 27, 2012
·
8 revisions
- s3cmd must be installed and configured
- an S3 bucket at amazon web services
The directory to backup. The argument is passed as is to s3cmd, so ensure you type the appropriate ending slash as required (e.g. '/var/lib/backups/' vs '/var/lib/backups').
Default:
/var/lib/backups/
The bucket in which to store the files. Do not include the 's3://' prefix. This value is prefixed with 's3://' and otherwise passed to s3cmd as is. Ensure the ending slash is set if appropriate.
Default: none
The executable used to perform the backup.
Default value:
/usr/bin/s3cmd
Options to pass to the s3cmd executable.
Default value:
--recursive