Commit Graph

54 Commits

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