haskell-archive (1.7) unstable; urgency=low

  * Add a cleanTime field, which holds a Maybe Int.  This number is the hour
    of the local time of day during which backup pruning may be performed.
    It would be nice to limit the speed at which rsync performs file removes,
    but I don't think that option exists.

 -- David Fox <dsf@seereason.com>  Sat, 23 Nov 2013 06:07:04 -0800

haskell-archive (1.6) unstable; urgency=low

  * Add a bwLimit field to BackupTarget, which sends a --bwlimint argument
    to rsync.

 -- David Fox <dsf@seereason.com>  Sun, 17 Nov 2013 09:57:36 -0800

haskell-archive (1.5.1) unstable; urgency=low

  * Use process-listlike instead of process-extras.

 -- David Fox <dsf@seereason.com>  Wed, 05 Jun 2013 06:53:01 -0700

haskell-archive (1.5) unstable; urgency=low

  * Add a delay field to the BackupTarget type, the number of microseconds
    to wait after launch before starting the backup.  Because the hourly cron
    facility launches all jobs at the same time, this allows the jobs to be
    staggered to reduce the load.
  * Add a nice field to the BackupTarget type

 -- David Fox <dsf@seereason.com>  Tue, 14 May 2013 08:40:15 -0700

haskell-archive (1.4) unstable; urgency=low

  * Add fields to BackupTarget to specify the local and remote
    top directory for the archive.

 -- David Fox <dsf@seereason.com>  Tue, 23 Apr 2013 10:29:00 -0700

haskell-archive (1.3.2) unstable; urgency=low

  * Remove unused dependency on process-extras, mtl, xhtml.

 -- David Fox <dsf@seereason.com>  Wed, 17 Oct 2012 10:25:43 -0700

haskell-archive (1.3.1) unstable; urgency=low

  * Add a System.Archive.Site module containing the script we use to pull
    backups from a remote web site.

 -- David Fox <dsf@seereason.com>  Fri, 12 Oct 2012 16:10:59 -0700

haskell-archive (1.3) unstable; urgency=low

  * Capture rsync failure messages

 -- David Fox <dsf@seereason.com>  Fri, 12 Oct 2012 09:33:47 -0700

haskell-archive (1.2.11) unstable; urgency=low

  * Use the System.Unix.QIO.quieter function to control the output
    from lazyProcessV when rsync is run.

 -- David Fox <dsf@seereason.com>  Thu, 17 Nov 2011 07:22:46 -0800

haskell-archive (1.2.10) unstable; urgency=low

  * Use lazyCommandV to run rsync to get clearer output.

 -- David Fox <dsf@seereason.com>  Wed, 05 Jan 2011 06:10:07 -0800

haskell-archive (1.2.9) unstable; urgency=low

  * Add the Archive.Prune module, to limit the number of backups.

 -- David Fox <dsf@seereason.com>  Mon, 03 Jan 2011 22:42:30 -0800

haskell-archive (1.2.8) unstable; urgency=low

  * Ensure the existance of the destination directory before running the
    update.

 -- David Fox <dsf@seereason.com>  Mon, 03 Jan 2011 13:24:39 -0800

haskell-archive (1.2.7) unstable; urgency=low

  * Accept a source argument in the form user@host:<path>, which is not
    a valid URI but is accepted by rsync.

 -- David Fox <dsf@seereason.com>  Sun, 12 Oct 2008 07:24:58 -0700

haskell-archive (1.2.6) unstable; urgency=low

  * Updated haskell-extra:Extra.Help -> haskell-help:Text.Help

 -- Jeremy Shaw <jeremy@n-heptane.com>  Fri, 25 Jul 2008 17:55:55 -0700

haskell-archive (1.2.5) unstable; urgency=low

  * Updated Linspire.Unix.* -> System.Unix.*

 -- Jeremy Shaw <jeremy@n-heptane.com>  Wed, 05 Mar 2008 17:27:16 -0800

haskell-archive (1.2.4) unstable; urgency=low

  * Updated to work with Extra.Help wrapper around GetOpt

 -- Jeremy Shaw <jeremy@n-heptane.com>  Fri, 22 Feb 2008 11:58:23 -0800

haskell-archive (1.2.3) unstable; urgency=low

  * System.Archive.UpdateMirror now reexports Config(..)

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 19 Feb 2008 20:09:06 -0800

haskell-archive (1.2.2) unstable; urgency=low

  * Create 'current' link in correct location
  * Add linkName to Config
  * create linkName link if it does not exist

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 19 Feb 2008 19:49:35 -0800

haskell-archive (1.2.1) unstable; urgency=low

  * expose System.Archive.AptMethods

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 19 Feb 2008 18:34:12 -0800

haskell-archive (1.2) unstable; urgency=low

  * Add support for mirroring debian repositories using apt method
    backends

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 19 Feb 2008 17:18:15 -0800

haskell-archive (1.1) unstable; urgency=low

  * Fix import path

 -- Jeremy SHaw <jeremy@n-heptane.com>  Tue, 12 Feb 2008 14:48:50 -0800

haskell-archive (1.0) unstable; urgency=low

  * initial release

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 05 Feb 2008 12:54:08 -0800
