Commit Graph

  • 9160294197 some basic updates to migrate away from github and travis master Conor Hughes 2023-09-11 17:34:48 -0700
  • 99400aafc7 Merge branch 'py3k' Conor Hughes 2019-11-06 19:15:49 -0800
  • 9701715fd6 py3k regression: sorting the wrong way in pruning py3k Conor Hughes 2019-08-23 19:09:47 -0700
  • fe574a7227 add --version argument Conor Hughes 2019-08-23 18:50:55 -0700
  • 636609bf78 bump version to 0.5.0 Conor Hughes 2019-08-23 18:35:47 -0700
  • 01ff06001b fix test that was depending on dictionary iteration order Conor Hughes 2019-07-23 19:42:58 -0700
  • b812a55fd7 use 3.5 and 3.7 (not 2.7) in Travis Conor Hughes 2019-07-22 19:32:25 -0700
  • 41c5351fe4 Run on python3 Conor Hughes 2019-07-22 19:26:44 -0700
  • d5ebcbe855 fix egg build Conor Hughes 2018-10-20 18:11:36 -0700
  • be0a9f91c0 expand readme.md Conor Hughes 2018-10-20 18:02:22 -0700
  • 58e2fb7ab7 fix tarsnap backend tests Conor Hughes 2018-10-20 17:55:10 -0700
  • e9e6ec45c6 Merge branch 'travis' Conor Hughes 2018-10-20 17:53:16 -0700
  • 971e143483 add initial travis.yml Conor Hughes 2018-10-20 17:37:17 -0700
  • f0138bd0e5 bump versions Conor Hughes 2015-11-22 12:31:09 -0800
  • f94c33872f Add "prune" verb Conor Hughes 2015-11-22 10:47:24 -0800
  • 85ed230db2 improve performance when listing multiple archives with shared backends Conor Hughes 2015-08-04 19:34:50 -0700
  • 3b1e5a60a5 bump versions Conor Hughes 2014-12-02 19:05:32 -0800
  • 7d5447175f add another test Conor Hughes 2014-11-20 17:13:50 -0800
  • b0da77403e Tests for next_due_run Conor Hughes 2014-11-19 18:56:32 -0800
  • 515a430a96 Add basic tests of backend objects Conor Hughes 2014-11-19 17:46:17 -0800
  • 9e838fb2e7 Refactor Backup and BackupSet into their own module Conor Hughes 2014-11-13 18:40:55 -0800
  • ef7da0ea00 Add real date math to figure out if we should run Conor Hughes 2014-11-11 19:31:02 -0800
  • 6f73c36c1b bump versions Conor Hughes 2014-10-25 10:10:42 -0700
  • 945e681ed9 enumerate archives on list Conor Hughes 2014-10-25 09:55:03 -0700
  • d7f0e93144 Add FuzzyDatetimeArchiveSpecifier Conor Hughes 2014-10-25 09:48:45 -0700
  • c647995056 add restore verb Conor Hughes 2014-10-25 09:08:11 -0700
  • c75034ff37 log what the clean script is doing etc Conor Hughes 2014-10-24 20:07:46 -0700
  • e5737f3af8 add listing of backups and backends Conor Hughes 2014-10-20 18:49:30 -0700
  • 00997464f1 bump version to 0.0.2 Conor Hughes 2014-10-19 12:59:46 -0700
  • 060563ed43 Add filtering based on times for list command Conor Hughes 2014-10-19 12:53:14 -0700
  • 4127ecd15f Add prerequisites and enhanced gitignore Conor Hughes 2014-10-19 12:48:15 -0700
  • 28a950f2d4 Add "list" command Conor Hughes 2014-06-19 17:21:31 -0700
  • aeca58646d Only send email if not run from a tty Conor Hughes 2014-05-01 18:54:24 -0700
  • 77aa98850c Refactor a bit, introducing an immutable ConfiguredBackupSet class Conor Hughes 2014-05-01 18:41:03 -0700
  • 09337cc608 move to a verb-based architecture Conor Hughes 2014-04-07 18:51:46 -0700
  • 050ca1a081 update clean script to clean built stuff Conor Hughes 2014-04-07 18:13:44 -0700
  • 10838cda8a fix bug in monthly backups Conor Hughes 2014-04-04 17:44:00 -0700
  • 56ca0e1200 add gitignore Conor Hughes 2014-04-04 17:34:17 -0700
  • ac1a3c9079 eggify Conor Hughes 2014-04-04 17:30:35 -0700
  • 14aed731a1 add clean script Conor Hughes 2014-04-02 10:09:54 -0700
  • 981b501703 make parsable backup names Conor Hughes 2014-04-01 19:32:32 -0700
  • 14bc9b8fef add quiet mode Conor Hughes 2014-03-18 19:07:31 -0700
  • af4a09d959 some fixes to config Conor Hughes 2014-03-12 18:37:27 -0700
  • e785224dc4 return correct value from ConfiguredBackup.perform Conor Hughes 2014-03-12 18:29:48 -0700
  • 0e1dc9161c fix typo Conor Hughes 2014-03-12 18:25:28 -0700
  • a69c0c5fa9 got this backwards Conor Hughes 2014-03-12 18:23:52 -0700
  • ee8d529284 don't run backups more than once in 12 hours Conor Hughes 2014-03-12 18:20:00 -0700
  • 5701229f1e enhancements to tarsnap backend Conor Hughes 2014-03-12 18:11:09 -0700
  • d7f737639d Always backup if config changed Conor Hughes 2014-03-12 18:10:56 -0700
  • a9fa8248be Add final status Conor Hughes 2014-03-12 17:50:09 -0700
  • 9cb44e8880 fix typo Conor Hughes 2014-03-12 17:47:02 -0700
  • cd5c558506 Fix bug with config Conor Hughes 2014-03-12 17:46:19 -0700
  • 6d64343de3 fix some bugs Conor Hughes 2014-03-12 17:36:58 -0700
  • 56e6a7ef65 initial commit Conor Hughes 2014-03-12 17:12:37 -0700