Skip to content

Commit

Permalink
release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Apr 2, 2011
1 parent 572a309 commit 01ec210
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
7 changes: 7 additions & 0 deletions HISTORY
@@ -1,5 +1,12 @@
HISTORY for simplebackup HISTORY for simplebackup


== 0.1.5 / 2011-04-02
* show general errors on script abort
* example configuration:
- fix e2fs superblock backup
- add /var/lib/cyrus and /var/spool/cyrus to BACKUPDIRS


== 0.1.4 / 2009-08-13 == 0.1.4 / 2009-08-13
* bugfix: check both BACKUPDIRS and BACKUPDIRS_ONEFS on startup * bugfix: check both BACKUPDIRS and BACKUPDIRS_ONEFS on startup
* example configuration: add /var/spool/uptimed to BACKUPDIRS * example configuration: add /var/spool/uptimed to BACKUPDIRS
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=0.1.4+git VERSION=0.1.5
NAME=simplebackup-$(VERSION) NAME=simplebackup-$(VERSION)
TAR=$(NAME).tar.gz TAR=$(NAME).tar.gz


Expand Down
8 changes: 6 additions & 2 deletions bugs/project.yaml
Expand Up @@ -46,10 +46,14 @@ releases:
- "" - ""
- !ditz.rubyforge.org,2008-03-06/release - !ditz.rubyforge.org,2008-03-06/release
name: 0.1.5 name: 0.1.5
status: :unreleased status: :released
release_time: release_time: 2011-04-02 22:40:44.371625 Z
log_events: log_events:
- - 2009-08-13 08:34:47.469045 Z - - 2009-08-13 08:34:47.469045 Z
- Christian Garbs <mitch@cgarbs.de> - Christian Garbs <mitch@cgarbs.de>
- created - created
- "" - ""
- - 2011-04-02 22:40:44.371651 Z
- Christian Garbs <mitch@cgarbs.de>
- released
- ""
17 changes: 15 additions & 2 deletions expirebackups
Expand Up @@ -2,8 +2,21 @@
# #
# expirebackups - find old backups to be deleted # expirebackups - find old backups to be deleted
# #
# 2004-2008 (C) by Christian Garbs <mitch@cgarbs.de> # Copyright (C) 2004,2006,2007,2008,2011 Christian Garbs <mitch@cgarbs.de>
# Licensed under GNU GPL. # licensed under GNU GPL v2 or later
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #


use strict; use strict;
Expand Down
2 changes: 1 addition & 1 deletion simplebackup
Expand Up @@ -2,7 +2,7 @@
# #
# simplebackup - a simple backup script # simplebackup - a simple backup script
# #
# Copyright (C) 2004,2005,2006,2007,2008,2009 Christian Garbs <mitch@cgarbs.de> # Copyright (C) 2004,2005,2006,2007,2008,2009,2011 Christian Garbs <mitch@cgarbs.de>
# licensed under GNU GPL v2 or later # licensed under GNU GPL v2 or later
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 01ec210

Please sign in to comment.