forked from smtlaissezfaire/datedbackup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASES
More file actions
23 lines (18 loc) · 712 Bytes
/
RELEASES
File metadata and controls
23 lines (18 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
= 0.2.1
* Major DSL/Time bug-fix (String#to_time bug, fixed in revision 169)
* Documentation updates
= 0.2.0
* A Script Runner/binary has been added (dbackup)
* A DSL has been added for configuring backups
* Removal of old backups can now be specified in the DSL, using
natural language forms
* Before + After actions in the DSL
* RSpec + RCov = Bug free code
* Documentation added in the README file
* Developer Documentation in Rake and RSpec Report
* A series of example config files have been attached for Documentation
* Root backup directories are now created automatically
* Removed dependency on GNU's cp, so now this utility can be used
on any *NIX, including Mac OS X
= 0.1.0
* Initial Release