dss.git
2012-04-30 Andre Nolldoc: Add a second example config file.
2011-03-31 Andre NollNEWS update.
2011-02-07 Andre NollNEWS update
2011-02-07 Andre NollMerge branch 't/recycling'
2011-02-07 Andre NollMerge branch 't/logfile_only_for_daemon'
2010-11-14 Andre NollMinor documentation improvements.
2010-11-13 Andre NollInclude the NEWS file in the web page.
2010-11-10 Andre NollINSTALL: Fix typo in example.
2010-11-09 Andre NollMention that inode monitoring works also for ext2 and...
2010-11-09 Andre NollChange default program for all hooks from /bin/true...
2010-11-08 Andre Nolldss-0.1.4. v0.1.4
2010-11-08 Andre NollAdd NEWS file.
2010-11-06 Andre NollChange copyright year from 2009 to 2010.
2010-11-06 Andre NollIntroduce snapshot recycling.
2010-06-17 Andre NollUse logfile only for --run --daemon.
2010-06-15 Andre NollDump config and internal state on SIGHUP.
2010-05-12 Andre NollMerge branch 't/unconditional_hooks'
2010-05-12 Andre NollUnify sending of signals.
2010-05-12 Andre NollSkip unnecessary check whether next snapshot is due.
2010-04-16 Andre NollDon't check whether hooks are given.
2010-04-16 Andre NollMake all hooks default to /bin/true.
2010-04-16 Andre NollRemove a noisy debug log message.
2010-04-16 Andre NollInvalidate create_pid if create process has died.
2010-04-05 Andre NollLog a message when sending signals to the create process.
2010-04-05 Andre Nollpre_remove_hook: Really pass full path of the snapshot.
2010-03-25 Andre NollReuse old rsync argv if rsync has to be restarted.
2010-03-25 Andre NollDon't invalidate current_snapshot_time during compute_n...
2010-03-12 Andre NollAvoid busy loop on rsync exit status 12 or 13.
2010-03-12 Andre NollFix create mode in case no post-create hook is given.
2010-02-01 Andre NollIntroduce --no-resume.
2009-09-03 Andre NollFix two typos in comments.
2009-08-28 Andre NollProperly invalidate create_pid also for the post-create...
2009-08-28 Andre NollDump the dss configuration on startup and on SIGHUP.
2009-08-28 Andre NollImprove error diagnostics.
2009-08-28 Andre NollImprove next_snapshot_is_due().
2009-08-28 Andre NollSimplify computation of next snapshot time.
2009-08-27 Andre NollFix off-by-one bug in find_outdated_snapshot().
2009-08-26 Andre NollMake snapshot creation trump snapshot removal.
2009-08-24 Andre NollMove check for low disk space to try_to_free_disk_space().
2009-07-06 Andre Nolldss-0.1.3. v0.1.3
2009-07-03 Andre NollChange copyright year from 2008 to 2009.
2009-06-29 Andre NollTry harder to avoid removing the reference snapshot.
2009-06-08 Andre NollDon't remove the last snapshot unless disk space is...
2009-06-08 Andre NollDon't busy-loop if pre-create hook returns non-zero.
2009-06-07 Andre NollFix removal of orphaned snapshots.
2009-06-07 Andre NollImprove documentation of the remove hooks.
2009-06-04 Andre NollClean up snapshot removal logic.
2009-05-29 Andre NollRemove orphaned snapshots first if disk space is low.
2009-05-29 Andre NollFix some typos.
2009-05-29 Andre NollRestart rsync also on exit value 12.
2009-05-05 Andre NollFix return value of remove_oldest_snapshot().
2009-04-27 Andre NollFix rm-hooks in case no post-remove hook was specified.
2009-04-08 Andre NollImplement rm-hooks.
2009-04-07 Andre NollRename hook_status enum.
2009-04-07 Andre NollMerge branch 'master' into rm_hook
2009-04-07 Andre Nollcom_create: Abort if pre-create hook fails.
2009-04-07 Andre NollAdd pre-remove and post-remove hooks to dss.ggo.
2009-04-07 Andre NollRename rm_pid to remove_pid.
2009-04-07 Andre NollMerge branch 'master' into rm_hook
2009-03-30 Andre NollMerge commit 'meins/master'
2009-03-30 Andre NollFix the pre-create hook.
2009-03-22 Andre NollClarify usage of --rsync-option.
2009-03-16 Andre NollMerge commit 'fml/master'
2009-03-16 Andre NollBump version number to 0.1.2.
2009-03-16 Andre NollIntroduce the snapshot removal status.
2009-03-16 Andre NollTrivial typo fix.
2009-03-16 Andre NollUse only one global variable for snapshot creation...
2009-03-13 Andre NollMerge commit 'meins/master'
2009-03-13 Andre NollMerge commit 'fml/master'
2009-03-05 Andre NollInclude the reason why a snapshot gets removed in the... v0.1.2
2009-03-05 Andre NollNever remove the snapshot that is currently being created.
2009-02-11 Andre NollMerge commit 'fml/master'
2009-02-02 Andre NollMerge commit 'stark/master'
2009-02-02 Andre NollInvalidate all rsync options on SIGHUP.
2009-01-31 Sebastian Starkfix post_create_hook: really pass full path to last...
2008-12-23 Andre NollMerge commit 'fml/master'
2008-12-11 Andre NollAdd some comments to compute_next_snapshot_time().
2008-12-08 Andre NollMerge commit 'sio/master'
2008-12-08 Andre NollFix check when to use rsync locally.
2008-12-01 Andre NollFix a typo in README.
2008-11-22 Andre NollINSTALL: Mention "make man".
2008-11-16 Andre NollClarify the --keep-redundant option.
2008-11-12 Andre Nolldss-0.1.1. v0.1.1
2008-11-06 Andre NollPrevent busy loops on rsync exit code 13.
2008-11-06 Andre NollIgnore any snapshot directory with creation time >...
2008-10-22 Sebastian Starkuse C99-compliant format strings for consistency reasons
2008-10-22 Sebastian Starkopen /dev/null for reading AND writing when executing
2008-10-22 Sebastian Starkshow human readable snapshot creation duration when...
2008-07-07 Andre NollAdd dss.1 and dss.1.html to .gitignore.
2008-07-07 Andre NollRestart the rsync process if it returned with exit...
2008-05-21 Andre NollFix the exit hook.
2008-05-16 Andre NollOffer a direct link to the automatically generated...
2008-05-14 Sebastian StarkNAME section for manpage
2008-05-14 Sebastian Starkadd SEE ALSO section to manpage
2008-05-14 Andre Nolldss-0.1.0. v0.1.0
2008-05-14 Andre Nollsnap.c: Add missing include to make it compile on FreeBSD.
2008-05-14 Andre NollNetBSD Compile fixes.
2008-05-13 Andre NollFix paths and URLs, improve INSTALL text.
2008-05-12 Andre NollINSTALL: Fix a typo.
2008-05-12 Andre NollREADME, INSTALL improvements.
next