Skip to content

Commit

Permalink
0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlazz committed Feb 8, 2014
1 parent 734ae57 commit b113227
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rsink/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dump /Users/adaml/Movies /Volumes/MAXTOR .
sync /Users/adaml/Music /Volumes/MAXTOR . Podcasts
backup /Users/adaml/Pictures/_Nurple /Volumes/destination Backups/back
backup /Users/adaml/Pictures/_test /Volumes/destination Backups/back
2 changes: 1 addition & 1 deletion .rsink/constants.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

version="rsink 0.1+dev"
version="rsink 0.2"
config_file="config"
profiles_directory="profiles"
tools_directory="tools"
Expand Down
2 changes: 1 addition & 1 deletion .rsink/rsink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ die() { # stop all rsync commands
echo "SIGINT - Stopping rsink.sh"
exit 1
}
#trap die SIGINT
trap die SIGINT

# Usage: fail $1 $2
#---------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.2 (Unreleased)
## v0.2 (February 8, 2014)
* Bugfix: Multiple single character options print together
* Bugfix: Exit on Ctrl+C
* Feature: Check for unknown option and free space errors
Expand All @@ -13,7 +13,7 @@
* Feature: Silent (`-s` or `--silent`) option
* Feature: Version (`-v` or `--version`) option
* Feature: [Versioned backup] [2] profile using `rsync --link-dest`
* Feature: Constants stored in .rsink/settings.sh
* Feature: Constants stored in .rsink/constants.sh

## v0.1 (December 12, 2013)
* Initial release
Expand Down

0 comments on commit b113227

Please sign in to comment.