Skip to content

Commit

Permalink
Releasing version 2.3.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van Rooijen authored and Adam Greene committed Sep 21, 2010
1 parent fffbe4d commit 7938f20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
UPDATE
=== 2.3.2 =======================================

- Only load 'pony' and 'optparse' when they need to be utilized.
- Only uses 'sudo' if BACKUP_PATH is not writable by current user.
- With Cloud Files storage, it will automatically create the bucket if it does not yet exist.
- Backup's logger will now display the current time when logging. Now also indicates what S3 bucket it
is being backed up to, as well as what the filename is.
- Backup now supports GPG public key encryption which is a new and more safe way to encrypt your data.


MINOR UPDATE
=== 2.3.2.pre3 ==================================

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -169,5 +169,6 @@ Send us a message! Fork the project!
* [Francesc Esplugas](http://github.com/fesplugas)
* [wakiki](http://github.com/wakiki)
* [Dan Hixon](http://github.com/danhixon)
* [Adam Greene](http://github.com/skippy)

__Michael van Rooijen | Final Creation. ([http://michaelvanrooijen.com](http://michaelvanrooijen.com))__
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.3.2.pre3
2.3.2
6 changes: 3 additions & 3 deletions backup.gemspec
Expand Up @@ -5,14 +5,14 @@ Gem::Specification.new do |gem|
##
# Gem Specifications
gem.name = 'backup'
gem.version = '2.3.2.pre3'
gem.version = '2.3.2'
gem.date = Date.today.to_s
gem.summary = 'Backup is a Ruby Gem that simplifies making backups for databases, files and folders.'
gem.description = 'Backup is a Ruby Gem written for Unix and Rails environments. It can be used both with
and without the Ruby on Rails framework! This gem offers a quick and simple solution to backing up databases
such as MySQL/PostgreSQL/SQLite and Files/Folders. All backups can be transferred to Amazon S3, Rackspace Cloud Files,
any remote server you have access to (using either SCP, SFTP or regular FTP), or a Local server. Backup handles
Compression, Archiving, Encryption, Backup Cleaning (Cycling) and supports Email Notifications.'
Compression, Archiving, Encryption (OpenSSL or GPG), Backup Cleaning (Cycling) and supports Email Notifications.'

##
# Author specifications
Expand All @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
##
# Load Path
gem.require_path = 'lib'

##
# Executables
gem.executables = ['backup']
Expand Down

0 comments on commit 7938f20

Please sign in to comment.