summaryrefslogtreecommitdiff
path: root/dss.c (follow)
Commit message (Expand)AuthorAge
...
* | Unify sending of signals.Andre Noll2010-05-12
* | Skip unnecessary check whether next snapshot is due.Andre Noll2010-05-12
|/
* Remove a noisy debug log message.Andre Noll2010-04-16
* Invalidate create_pid if create process has died.Andre Noll2010-04-16
* Log a message when sending signals to the create process.Andre Noll2010-04-05
* pre_remove_hook: Really pass full path of the snapshot.Andre Noll2010-04-05
* Reuse old rsync argv if rsync has to be restarted.Andre Noll2010-03-25
* Don't invalidate current_snapshot_time during compute_next_snapshot_time().Andre Noll2010-03-25
* Avoid busy loop on rsync exit status 12 or 13.Andre Noll2010-03-12
* Fix create mode in case no post-create hook is given.Andre Noll2010-03-12
* Introduce --no-resume.Andre Noll2010-02-01
* Properly invalidate create_pid also for the post-create hook.Andre Noll2009-08-28
* Dump the dss configuration on startup and on SIGHUP.Andre Noll2009-08-28
* Improve error diagnostics.Andre Noll2009-08-28
* Improve next_snapshot_is_due().Andre Noll2009-08-28
* Simplify computation of next snapshot time.Andre Noll2009-08-28
* Fix off-by-one bug in find_outdated_snapshot().Andre Noll2009-08-27
* Make snapshot creation trump snapshot removal.Andre Noll2009-08-26
* Move check for low disk space to try_to_free_disk_space().Andre Noll2009-08-24
* Change copyright year from 2008 to 2009.Andre Noll2009-07-03
* Try harder to avoid removing the reference snapshot.Andre Noll2009-06-29
* Don't remove the last snapshot unless disk space is low.Andre Noll2009-06-08
* Don't busy-loop if pre-create hook returns non-zero.Andre Noll2009-06-08
* Fix removal of orphaned snapshots.Andre Noll2009-06-07
* Clean up snapshot removal logic.Andre Noll2009-06-04
* Remove orphaned snapshots first if disk space is low.Andre Noll2009-05-29
* Fix some typos.Andre Noll2009-05-29
* Restart rsync also on exit value 12.Andre Noll2009-05-29
* Fix return value of remove_oldest_snapshot().Andre Noll2009-05-05
* Fix rm-hooks in case no post-remove hook was specified.Andre Noll2009-04-27
* Implement rm-hooks.Andre Noll2009-04-08
* Rename hook_status enum.Andre Noll2009-04-07
* Merge branch 'master' into rm_hookAndre Noll2009-04-07
|\
| * com_create: Abort if pre-create hook fails.Andre Noll2009-04-07
* | Rename rm_pid to remove_pid.Andre Noll2009-04-07
* | Merge branch 'master' into rm_hookAndre Noll2009-04-07
|\|
| * Fix the pre-create hook.Andre Noll2009-03-30
* | Introduce the snapshot removal status.Andre Noll2009-03-16
|/
* Use only one global variable for snapshot creation pids.Andre Noll2009-03-16
* Include the reason why a snapshot gets removed in the log message.v0.1.2Andre Noll2009-03-05
* Never remove the snapshot that is currently being created.Andre Noll2009-03-05
* Merge commit 'stark/master'Andre Noll2009-02-02
|\
| * fix post_create_hook: really pass full path to last complete snapshotSebastian Stark2009-01-31
* | Invalidate all rsync options on SIGHUP.Andre Noll2009-02-02
* | Add some comments to compute_next_snapshot_time().Andre Noll2008-12-11
|/
* Fix check when to use rsync locally.Andre Noll2008-12-08
* Prevent busy loops on rsync exit code 13.Andre Noll2008-11-06
* show human readable snapshot creation duration when listing snapshots.Sebastian Stark2008-10-22
* Restart the rsync process if it returned with exit code 13.Andre Noll2008-07-07
* Fix the exit hook.Andre Noll2008-05-21