Skip to content

Commit

Permalink
Added example config setting for cleanup task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Vaught committed Jun 26, 2008
1 parent a8925f9 commit 1624a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/backup_fu.yml.advanced_example
Expand Up @@ -32,3 +32,6 @@ disable_tar_gzip: true
# To turn on using 'nice' to keep backup CPU processing to a minimum:
enable_nice: true
nice_level: 15

# Set the number of most recent backups to keep when running the cleanup task
keep_backups: 10
2 changes: 1 addition & 1 deletion config/backup_fu.yml.example
Expand Up @@ -16,4 +16,4 @@ production:
app_name: replace_me
s3_bucket: some-s3-bucket
aws_access_key_id: --replace me with your AWS access key id--
aws_secret_access_key: --replace me with your AWS secret access key--
aws_secret_access_key: --replace me with your AWS secret access key--

0 comments on commit 1624a92

Please sign in to comment.