forked from uncchstephen/BackupAFS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
112 lines (77 loc) · 3.97 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#========================================================================
#
# ChangeLog - change log for BackupPC.
#
# DESCRIPTION
# Revision history for BackupPC, detailing significant changes between
# versions, most recent first.
#
# AUTHOR
# Stephen Joyce <[email protected]>
#
#========================================================================
#
#------------------------------------------------------------------------
# Version 1.0.8, 15 Sep 2015
#------------------------------------------------------------------------
* Added rrdtool graphs
* Fixed bug with expiry and the unused "filled" backups legacy from BackupPC.
In some configuration scenarios, it was possible for a full backup to be
deleted and leave incrs that depend on that full for restoration.
This bug only manifested itself in situations where the backup rotation
used was configured to keep only a single full dump, or to keep so many
incrementals so that some depended on a full dump which was not the
most-recent.
* Provided "BackupAFS_fix_backups_file" executable to assist with correcting
the backups file afflicted by the bug above.
#------------------------------------------------------------------------
# BackupAFS Version 1.0.0, 22 Nov 2010
#------------------------------------------------------------------------
* Initial release of BackupAFS on sourceforge.net
* Rebranded to BackupAFS to denote major changes.
* Decoupled from the AFS "backup" database.
* Backups are no-longer mangled in backup store.
* Added compression routines. Gzip or Pigz supported.
* Added detail of space saved by compression on VolSet summary page.
* Better error condition checking aned reporting.
* General code cleanup and removal of much unused legacy BackupPC code.
* Added and documented BackupAFS_migrate_* scripts for sites migrating
from BackupPC4AFS.
#------------------------------------------------------------------------
# BackupPC4AFS Version 3.0.0.2, 23 May 2007
#------------------------------------------------------------------------
* Fixed a bug in restore routine where the full dump would not be
restored if exponential expiry were used and an intervening full
dump had expired and been deleted.
#------------------------------------------------------------------------
# BackupPC4AFS Version 3.0.0.1, 16 May 2007
#------------------------------------------------------------------------
* Cosmetic fix for "vos examine" command in voswrap.pl. Updated logo.
#------------------------------------------------------------------------
# BackupPC4AFS Version 3.0.0, 14 May 2007
#------------------------------------------------------------------------
* Integrated former patch into regular BackupPC installer.
* Introduced new name, BackupPC4AFS.
* Upgraded code base to BackupPC-3.0.0 (full release).
* Modified AFS backup code to deal with pathnames > 80 characters.
* Better integration of VOS xfer method.
* Ability to configure AFS hosts via CGI.
* Updated and added installation and configuration documentation.
#------------------------------------------------------------------------
# BackupPC AFS patch Version 0.03
#------------------------------------------------------------------------
* Changed order of operations.
* Always create .backup volumes; this way, in the absence of any other
backup product, we know that any volume without a recent .backup volume
doesn't belong to any volumeset being dumped.
* Look at last update of .backup volume, not RW (Jeffrey Hutzelman,
<[email protected]>, openafs-info, 2005-12-04).
* Deal with volumes that have "Never" been updated.
#------------------------------------------------------------------------
# BackupPC AFS patch Version 0.02
#------------------------------------------------------------------------
* Fixed minor perl annoyances.
#------------------------------------------------------------------------
# BackupPC AFS patch Version 0.02
#------------------------------------------------------------------------
* Initial release.