Commit Graph

  • 93425a6530 Merge branch 'master' of github.com:ZettaIO/restic-volume-backup Einar Forselv 2019-04-29 03:43:56 +0200
  • b91b36fa6d Send email skeleton Frode Ulsund 2019-04-23 14:33:36 +0200
  • 07628998dd is_true function for checking label value truthfullness Einar Forselv 2019-04-19 17:14:29 +0200
  • 59cfb40d27 Add mysql test setup Einar Forselv 2019-04-19 06:34:33 +0200
  • 196c59962b Mount backup volumes into the backup process container Einar Forselv 2019-04-19 02:18:32 +0200
  • 64908c8e2f Generate volumes for containers with volumes Einar Forselv 2019-04-19 02:16:00 +0200
  • 312da0f24e Remove old mount string method Einar Forselv 2019-04-19 00:18:40 +0200
  • 3dc3ce5eb9 More robust container comparator Einar Forselv 2019-04-19 00:13:51 +0200
  • ba642eeb4b Only obtain containers with backup enabled Einar Forselv 2019-04-19 00:00:28 +0200
  • 01f7cef709 Proper log streaming Einar Forselv 2019-04-18 07:22:59 +0200
  • 756da55018 Allow setting mode on volumes Einar Forselv 2019-04-18 07:22:24 +0200
  • ac7237faa8 Test non-zero exit code Einar Forselv 2019-04-18 07:22:07 +0200
  • 30e2a669cd Update .gitignore Einar Forselv 2019-04-18 07:13:33 +0200
  • 1bdb5f9638 Status command should indicate if backup process is running Einar Forselv 2019-04-18 05:49:32 +0200
  • 82cabb16b3 Ensure backup process actions don't happen in the main container Einar Forselv 2019-04-18 05:44:59 +0200
  • 862cb47da9 Make container objects comparable Einar Forselv 2019-04-18 05:44:02 +0200
  • 3807d26f77 Display backup container names in status Einar Forselv 2019-04-18 05:34:51 +0200
  • 587817fbf5 Replace slash in container name Einar Forselv 2019-04-18 05:34:01 +0200
  • 6a46632716 Remove temp comments Einar Forselv 2019-04-18 05:18:44 +0200
  • b5951e484c Remove old debug method Einar Forselv 2019-04-18 05:12:08 +0200
  • e553125854 backup process container should belong to the current project Einar Forselv 2019-04-18 05:08:35 +0200
  • 820a78a10f Remove dead code Einar Forselv 2019-04-18 05:07:39 +0200
  • c37435ea34 Split cli commands into functions Einar Forselv 2019-04-18 05:01:02 +0200
  • 15c91d5970 Pass env vars and volumes from the backup container to the backup process container Einar Forselv 2019-04-18 04:44:10 +0200
  • 58b3220a2e Support generating volume list in create/run format Einar Forselv 2019-04-18 04:43:42 +0200
  • ce50a1ff0e Support getting configured container env vars Einar Forselv 2019-04-18 04:26:30 +0200
  • f67e9968f5 Trim container fixtures of unused info Einar Forselv 2019-04-18 04:26:08 +0200
  • fb32d55ea8 Make container fixtures compatible with new format Einar Forselv 2019-04-18 03:55:23 +0200
  • 30246a2346 Ensure the backup_process label is set for the backup process container Einar Forselv 2019-04-18 03:53:03 +0200
  • f97986c0af Include env vars in backup_runner Einar Forselv 2019-04-18 03:52:28 +0200
  • a5480fd645 Include a sample of container json data Einar Forselv 2019-04-18 03:50:53 +0200
  • d2d5c0aa0f Make Container class compatible with new json format Einar Forselv 2019-04-18 03:50:24 +0200
  • 6bcb31da98 Query containers using the most recent API version Einar Forselv 2019-04-18 03:49:47 +0200
  • dd091041b8 Extend backup_runner with additonal parameters Einar Forselv 2019-04-17 20:20:52 +0200
  • 2913398564 Spelling error Einar Forselv 2019-04-17 20:13:23 +0200
  • 8bae4712da Remove deprecated code Einar Forselv 2019-04-17 19:16:47 +0200
  • 15a0952355 Don't allow oneoff containers Einar Forselv 2019-04-17 19:15:58 +0200
  • 268a945af8 Bug: Ensure container properties are fetched safely Einar Forselv 2019-04-17 04:40:56 +0200
  • 357e387ed2 Working container spawner Einar Forselv 2019-04-17 04:38:15 +0200
  • 7a647c06b7 Upgrade to recent docker client Einar Forselv 2019-04-17 03:45:51 +0200
  • 197cc16b01 Rename backup process label Einar Forselv 2019-04-17 03:28:31 +0200
  • d819200b7e runner -> backup_runner Einar Forselv 2019-04-17 03:28:07 +0200
  • e9d4f3edce Test detection of running bacup process container Einar Forselv 2019-04-17 03:18:12 +0200
  • 33b81a52f0 Detect running backup process container Einar Forselv 2019-04-17 03:17:50 +0200
  • 5f06c3bb98 Add more docstrings to container module Einar Forselv 2019-04-17 03:09:33 +0200
  • 2c9c418c6e Add basic type hints Einar Forselv 2019-04-17 03:01:12 +0200
  • d809496eb2 Test exclude patterns Einar Forselv 2019-04-17 02:45:01 +0200
  • 9397a87655 Handle exclude patterns Einar Forselv 2019-04-17 02:44:48 +0200
  • ae2b1c3fc2 Ensure volumes without filters are returned Einar Forselv 2019-04-17 01:18:49 +0200
  • d2f9bf2217 Working include test Einar Forselv 2019-04-17 00:09:52 +0200
  • 5a9378441c Rework include/exclude Einar Forselv 2019-04-17 00:09:36 +0200
  • 4a88cd04da Add test service with volumes and include label Einar Forselv 2019-04-17 00:09:13 +0200
  • 95defe9e8a Update cli.py Einar Forselv 2019-04-17 00:08:24 +0200
  • b9c7aad467 Tests: Incude filter Einar Forselv 2019-04-16 22:47:20 +0200
  • 5a8411c822 Extend tests Einar Forselv 2019-04-16 20:56:00 +0200
  • fb14d65878 Support getting a service by name Einar Forselv 2019-04-16 20:55:22 +0200
  • 65b7050930 Generate random sha256 for each container fixture Einar Forselv 2019-04-16 18:22:28 +0200
  • ac33ee39dd Create config in list_containers Einar Forselv 2019-04-16 18:22:03 +0200
  • 9d3d87d9d5 Make config check skippable for tests Einar Forselv 2019-04-16 18:21:42 +0200
  • 21843c8b7f Basic test passing Einar Forselv 2019-04-16 02:57:06 +0200
  • 1e43c91d85 Remove test code in utils Einar Forselv 2019-04-16 02:22:23 +0200
  • ab160b3eaa Fixtures module for generating containers Einar Forselv 2019-04-16 02:19:20 +0200
  • 167fc4e214 Instantiate Config instance instead of using class namespace Einar Forselv 2019-04-16 02:18:49 +0200
  • 2884fc1eec Make docker URI part of config Einar Forselv 2019-04-15 19:49:57 +0200
  • e441c1fe91 Notes on db uris Einar Forselv 2019-04-15 19:49:15 +0200
  • 8d392f89a6 Basic testcase setup Einar Forselv 2019-04-15 19:07:14 +0200
  • 97ed56feb9 Move container listing to utils module for each mocking Einar Forselv 2019-04-15 19:06:48 +0200
  • cf76803d3f Remove unnecessary imports Einar Forselv 2019-04-15 18:31:26 +0200
  • fc47cd993d Basic argparser Einar Forselv 2019-04-15 18:31:08 +0200
  • 6c25628ecb Map project into container in dev Einar Forselv 2019-04-15 18:30:49 +0200
  • f7d7dcbf58 nuke old console command Einar Forselv 2019-04-15 17:44:36 +0200
  • 5fd6542da2 Create console command Einar Forselv 2019-04-15 17:44:17 +0200
  • 0e7d5308db Entrypoint working from cron and command line Einar Forselv 2019-04-15 17:26:04 +0200
  • f6ce330d56 Split up modules Einar Forselv 2019-04-15 17:25:42 +0200
  • 5202353e03 Compose file for dev Einar Forselv 2019-04-15 17:04:16 +0200
  • 271749615f Basic env file Einar Forselv 2019-04-15 17:03:47 +0200
  • 9cbd0ca321 Ignore build files Einar Forselv 2019-04-15 17:03:33 +0200
  • b85d375ed3 Basic test instructions Einar Forselv 2019-04-15 16:59:53 +0200
  • 738d23421f Update .dockerignore Einar Forselv 2019-04-15 16:59:38 +0200
  • bf18ebfbc3 Build new package Einar Forselv 2019-04-15 16:24:57 +0200
  • ffb0c501b8 Ignore irellevant files in the root Einar Forselv 2019-04-15 16:24:44 +0200
  • fb889e4f2f Set up tests dir Einar Forselv 2019-04-15 16:24:21 +0200
  • abff33f2dd Delete requirements.txt Einar Forselv 2019-04-15 16:24:09 +0200
  • fc6ecd951d Major repo reorganizaion Einar Forselv 2019-04-15 16:16:06 +0200
  • f76c91e549 Filter mounts based on include/exclude patterns Einar Forselv 2019-04-14 21:22:11 +0200
  • 6d896757b7 Remove unnecessary mount properties Einar Forselv 2019-04-14 20:55:35 +0200
  • 12a1b3d97e derp Einar Forselv 2019-04-14 01:48:36 +0200
  • 2a4b0e78f5 Link backend specific env vars for restic Einar Forselv 2019-04-14 01:40:42 +0200
  • 871e8a127d Container spawner mockup Einar Forselv 2019-04-14 01:35:45 +0200
  • 8d93d478de Temp disable local backup run Einar Forselv 2019-04-14 01:35:14 +0200
  • 3e0861c85e Exclude / include info Einar Forselv 2019-04-14 01:34:39 +0200
  • 5287f7be8e Indent issue Einar Forselv 2019-04-14 00:58:28 +0200
  • bb14fc7d8e exclude / incude label example Einar Forselv 2019-04-14 00:57:38 +0200
  • 0559e76a3a Clarify volume differences in example Einar Forselv 2019-04-14 00:02:40 +0200
  • 88c3b5c00e Quick example compose yaml Einar Forselv 2019-04-13 23:59:54 +0200
  • 1ff7507479 Added packages for mysql and postgres Frode Ulsund 2019-04-13 23:29:28 +0200
  • 73c3648617 Support backup labels Einar Forselv 2019-04-13 23:19:34 +0200
  • de94bf2107 Improve short project description Einar Forselv 2019-04-13 23:12:56 +0200
  • d9d6b5922a Use tmp path for docker socket file by default Einar Forselv 2019-04-13 20:19:49 +0200
  • 600b1a4392 Allow any repository path/backend Einar Forselv 2019-04-13 20:12:25 +0200