Reuse old rsync argv if rsync has to be restarted.
[dss.git] / dss.c
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-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-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-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 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-16 Andre NollMerge commit 'fml/master'
2009-03-16 Andre NollIntroduce the snapshot removal status.
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-11-06 Andre NollPrevent busy loops on rsync exit code 13.
2008-10-22 Sebastian Starkshow human readable snapshot creation duration when...
2008-07-07 Andre NollRestart the rsync process if it returned with exit...
2008-05-21 Andre NollFix the exit hook.
2008-05-12 Andre NollImplement exit-hooks.
2008-05-12 Andre NollAdd new option --keep-redundant.
2008-05-12 Andre Nolldss.c: Remove obsolete TODO item.
2008-05-12 Andre NollAdd GPL headers and COPYING file.
2008-04-24 Andre NollFix return value of try_to_free_disk_space().
2008-04-24 Andre NollLoglevel adjustments.
2008-04-17 rootFix select timeout.
2008-04-14 rootMerge commit 'fml/master'
2008-04-14 Andre Nolldss.c: Sleep at most 60 seconds.
2008-03-31 rootMerge commit 'remotes/fml/master'
2008-03-31 Andre NollKill --exclude-patterns option.
2008-03-28 rootMerge commit 'remotes/fml/master'
2008-03-28 Andre NollFix a serious bug in deamon mode.
2008-03-27 Andre NollPrint config errors.
2008-03-22 Andre NollAlso check for free inodes and start snapshot removal...
2008-03-22 Andre NollAdd more source code documentation.
2008-03-22 Andre Nolldss.c: Make functions and global variables static.
2008-03-22 Andre NollMove snapshot helpers to new file snap.[ch].
2008-03-22 Andre NollKill unused dss_error_txt.
2008-03-22 Andre NollMove log_disk_space() to df.c.
2008-03-22 Andre NollKill struct edge_snapshot_data.
2008-03-22 Andre NollGet rid of make_err_msg() and log_err_msg().
2008-03-22 Andre Nolldss.c: Add some more documentation.
2008-03-21 Andre NollImplement pre-create and post-create hooks.
2008-03-21 Andre NollFix wait_pro_process().
2008-03-21 Andre NollDon't check for required options when parsing the comma...
2008-03-20 Andre NollMerge commit 'remotes/meins/master'
2008-03-19 Andre NollImplement SIGHUP handling.
2008-03-18 Andre Nolldss.c: Various small improvements and fixes.
2008-03-18 Andre NollFix a couple of bugs and start creating snapshots in...
2008-03-18 Andre NollImplement the run command.
2008-03-16 Andre NollAdd fd.c and ds.h: functions for computing free disk...
2008-03-16 Andre NollImplement signal handling.
2008-03-16 Andre NollFix and improve dry run handling.
2008-03-16 Andre NollImplement logfile and daemon mode.
2008-03-16 Andre NollCommand handlers don't need to take any arguments.
2008-03-16 Andre NollGet rid of E_INVALID_COMMAND.
2008-03-16 Andre Nolldss.c: Fix check for number of non-options.
2008-03-16 Andre NollSwitch to gengetopt's group options and add more docume...
2008-03-11 Andre NollInitial git checkin.