root/trunk/Changes @ 162

Revision 162, 4.5 kB (checked in by bradfitz, 2 years ago)

Checking in changes prior to tagging of version 1.05. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 161)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.05 (august 2, 2007)
+

  • 'prune' and 'gc' commands commands for both Amazon

and Filesystem targets. from Alessandro Ranellucci <aar@…>.


RevLine 
[162]11.05 (august 2, 2007)
2
[161]3  - 'prune' and 'gc' commands commands for both Amazon
4     and Filesystem targets.  from Alessandro Ranellucci <aar@cpan.org>.
5
[159]61.04 (july 30, 2007)
7
[158]8  - Amazon list_backups and delete backups (and delete for filesystem
9    target too), from Alessandro Ranellucci <aar@cpan.org>
10
[157]11  - make tests pass on OS X (Jesse Vincent)
12
[155]131.03 (may 23, 2007)
14
[153]15  - brackup-restore's verbose flag is more verbose now, showing files
16    as they're restored.
17
18  - brackup-restore can restore from an encrypted *.brackup file now,
19    firing up gpg for user to decrypt to a tempfile
20
[150]21  - brackup-target tool, to list/get brackup files from a target,
22    and in the future do garbage collection on no-longer-referenced
23    chunks (once a command exists to delete a brackup file from a target)
24
[152]25  - stop leaking temp files
[150]26
27  - doc fixes/additions
28
[136]291.02 (may 22, 2007)
30
[134]31  - support for merging little files together into big chunks
32    on the backup target.  aka "tail packing".  requires no changes
33    to target drivers.  this should speed backups, as less network
34    round-trips.  will also be cheaper, once Amazon starts charging
35    per number of HTTP requests in June.
36
37  - improved docs
38
[130]391.01 (may 21, 2007)
40
41  - lot of new/updated docs
42
[126]431.00 (may 21, 2007)
44
45  RELEASE NOTE: The author/maintainer of Brackup is finally happy now,
46    and has 40 GB of data stored on Amazon, encrypted.  You can
47    trust this now.  And the file formats aren't changing (or aren't
48    changing without being compatible with old *.brackup/Amazon
49    formats...)
50
[124]51  - track in meta header the default (most often occuring) modes for
52    files and directories, then don't list those for each file/dir
53    with those mode.  saves on disk space on *.brackup files
54
[121]55  - support 'noatime = 1' option on a source root, because atimes are
56    often useless, so waste of space in metafile.
57
[110]58  - rename digestdb back to digestcache, now that it's purely a cache
59    again.
60
[94]61  - fix memory leak in case where chunk exists on target, but local
62    digest database was lost, and digest of chunk had to be recomputed.
63    in that case, the raw chunk was kept in memory until the end
64    (which it likely would never reach, accumulating GBs of RAM)
65
[93]66  - make PositionedChunk use the digest cache (which I guess was
67    re-fleshed out in the big refactor but never used...).  so
68    iterative backups are fast again... no re-reading all files
69    in, blowing away all caches.
70
[90]71  - clean up old, dead code in Amazon target (the old inventory db which
72    is now an official part of the core, and in the Target base class)
73
[92]74  - retry PUTs to Amazon on failure, a few times, pausing in-between,
75    in case it was a transient error, as seems to happen occasionally
[90]76
[88]77  - halve number of stats when walking backup root
78
[85]79  - cleanups, strictness
80
81  - don't upload meta files when in dry-run mode
82
[84]83  - update amazon target support to work again, with the new inventory
84    database support (now separated from the old digest database)
85
[80]86  - merge in the refactoring branch, in which a lot of long-standing
87    pet peeves in the design were rethought/redone.
88
[66]89  - make decryption --use-agent and --batch, and help out if env not set
90    and gpg-agent probably not running
91
[65]92  - support putting .meta files besides .chunk files on the Target
93    to enable reconstructing the digest database in the future, should
94    it get lost.  also start to flesh out per-chunk digests, which
95    would enable backing up large databases (say, InnoDB tablespaces) where
96    large chunks of the file never change.
97
[63]98  - new --du-stats to command to act like the du(1) command, but
99    based on a root in brackup.conf, and skipping ignored directories.
100    good to let you know how big a backup will be.
101
102  - walk directories smarter: jump over directories early which ignore
103    patterns show as never matching.
104
[62]105  - deal w/ encryption better:  tell chunks when the backup target
106    will need data, so it can forget cached digest/backlength
107    ahead of time w/o errors/warnings later.
108
[63]109  - start of stats code (to give stats after a backup).  not done.
110
[55]1110.91 (sep 29 2006)
112  - there's now a restore command (brackup-restore)
113
114  - amazon restore support
115
116  - use gpg --trust-model=always for new gpg that is more paranoid.
117
118  - mostly usable.  some more switches would be nice later.  real
119    1.00 release will come after few weeks/months of testing/tweaks.
120
[48]1210.80
[39]122  - restore works
123
124  - lot more tests
125
[48]126  - notable bug fix with encrypted backups.  metafiles could have wrong sizes.
127
1280.71
[39]129  - first release to CPAN, didn't support restoring yet.
130    also didn't have a Changes file
Note: See TracBrowser for help on using the browser.