Skip to content

Commit

Permalink
version bump: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed May 13, 2015
1 parent fe7e38f commit 3ce6c32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
20150513 - v0.5.0
Add ability to set tmp-path
20150416 - v0.4.0
Add redis database support
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,16 @@ String. Whether or not the job should be present

Default: present

##### `utilities`
#####`utilities`

Hash. Commands and paths provided as key:value pairs to the location of utility commands if not available in the default path

#####`tmp_path`

String. Set the tmp-path for a backup job run

Default: ~/Backup/.tmp

##### `add`

String/Array of Strings. Used with the archive backup type, list of paths to be included for backup
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evenup-backup",
"version": "0.4.0",
"version": "0.5.0",
"author": "Justin Lambert <[email protected]>",
"license": "Apache-2.0",
"summary": "Manages backups",
Expand Down

0 comments on commit 3ce6c32

Please sign in to comment.