summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-31More updates to recover.in. This code still does not work.HEADpersonal/mastermasterVictor Lowther2-27/+15
2008-03-28Rewriting the restore code to make it work again, part 1.Victor Lowther2-6/+19
2008-03-28Added plugin to use a local directory as a "remote" store.Victor Lowther1-0/+54
2008-03-27Finally fix the bug in repeat()Victor Lowther1-1/+1
2008-03-27arrgh -- we have to track the parent category.Victor Lowther3-23/+31
2008-03-21Fix a bug that can happen in reparenting when both the parent and the currentVictor Lowther2-14/+15
2008-03-12Fixed bug in reparenting code in update_or_remove_head.Victor Lowther1-3/+3
2008-03-09Make all of push_snapshots run in a subshell.Victor Lowther2-40/+44
2008-03-05We are not ready for symlinks yet.Victor Lowther1-7/+2
2008-03-05Updated heads to be directories, not files.Victor Lowther1-27/+49
2008-03-05Moved prepare_remote and friends closer to generate_remote_deltaVictor Lowther1-58/+59
2008-03-04If we cannot contact a remote store, don't bother generating a changeset.Victor Lowther1-10/+5
2008-03-04Made changeset generation happen just before we push them remote.Victor Lowther4-58/+66
2008-03-02Turned category processing into an array (mostly).Victor Lowther5-74/+64
2008-03-02Added comments to the default .rsync-filter file.Victor Lowther1-0/+9
2008-03-02Add a note to INSTALL w.r.t GNU make.Victor Lowther1-0/+2
2008-03-02Documentation updates.Victor Lowther3-237/+4
2008-03-01Make pulling backup files from S3 work.Victor Lowther4-7/+11
2008-02-29Minor correctness fix in snapshot rotation code.Victor Lowther1-1/+1
2008-02-29Several tweaks to the makefile. dist and distclean targets ftw!0.2Victor Lowther1-15/+34
2008-02-29Removed ChangeLog, prepare to have make create it on demand.Victor Lowther1-0/+0
2008-02-29Normalize mutex creation/destruction. Use /var/lock to hold lockfiles.Victor Lowther7-38/+36
2008-02-29Ditched automake in favor of a single makefile.Victor Lowther4-60/+34
2008-02-28First pass at making recovery work.Victor Lowther2-4/+10
2008-02-28Tenativly enable setup functionality.Victor Lowther2-3/+3
2008-02-27Started making first-time configuration work again.Victor Lowther1-1/+3
2008-02-27Minor updates to test-install-snapshot to make testing faster.Victor Lowther1-2/+7
2008-02-27Fix stupid error in snapshot name translation to seconds.Victor Lowther1-2/+4
2008-02-27Cleaned up the time scaling code.Victor Lowther1-3/+17
2008-02-27Replaced some uses of find with shell globbing in functions.Victor Lowther2-28/+13
2008-02-27arrgh! exports were backwards! No wonder things were strange...Victor Lowther1-2/+2
2008-02-27More minor cleanups in remove_remoteVictor Lowther1-2/+2
2008-02-27Fix a typo in clean_manifests.Victor Lowther1-1/+2
2008-02-27clean_manifests is not working, and it pisses me off.Victor Lowther3-13/+9
2008-02-26Added tiny little safe-compilation program.Victor Lowther1-0/+13
2008-02-26Some edits whilst bored@work.Victor Lowther3-45/+62
2008-02-26Make manifest cleaning actually work correctly.personal/split-local-and-remotesplit-local-and-remoteVictor Lowther1-4/+6
2008-02-26So it turns out that I was not paranoid enough about cleaning manifests.Victor Lowther2-4/+25
2008-02-26Improved debugging outputVictor Lowther2-4/+9
2008-02-26Added special-case code to deal with the Latest snapshot.Victor Lowther1-3/+21
2008-02-26Remove redundant rm, and acutally remove manifests when reparenting a head.Victor Lowther1-2/+2
2008-02-26Head rotation did not work right.Victor Lowther2-29/+40
2008-02-24Add back gzip compression in changeset creation -- that last snapshot was muc...Victor Lowther1-2/+3
2008-02-24sigh -- only try to use public key encryption if we have a pubkey.Victor Lowther1-1/+1
2008-02-24Be sure to create HEADS and MANIFESTS if they are not present!Victor Lowther1-0/+2
2008-02-24Do compression in rsync instead of as a separate process.Victor Lowther1-6/+5
2008-02-24More correctness fixups in snapshotVictor Lowther1-3/+3
2008-02-24Tiny little debugging patchVictor Lowther1-0/+2
2008-02-24Some more minor modifications.Victor Lowther1-5/+7
2008-02-24ASlight reconfigure of snapshot options.Victor Lowther1-8/+11