Commit Graph

  • 0c56b0e693 docs: improve section "Why Backup" Dietmar Maurer 2019-03-02 17:51:18 +0100
  • efd3e76bda docs: add more features Dietmar Maurer 2019-03-02 16:56:01 +0100
  • 49dc074007 parameter name cleanups (use '-' instead of '_') Dietmar Maurer 2019-03-02 16:34:10 +0100
  • ad20d19877 src/api2/admin/datastore.rs: rename get_group_list to list_groups, cleanups Dietmar Maurer 2019-03-02 16:28:36 +0100
  • 184f17afad src/api2/admin/datastore.rs: impl list_snapshots Dietmar Maurer 2019-03-02 16:20:50 +0100
  • af53186e6a src/tools.rs: add simply string join Dietmar Maurer 2019-03-02 16:12:34 +0100
  • 812c6f8716 src/api2/admin/datastore.rs: impl list_backup_groups Dietmar Maurer 2019-03-02 11:29:05 +0100
  • 3147e56a74 docs: add epilog.rst to define common things. Dietmar Maurer 2019-03-02 10:31:32 +0100
  • e909522f06 src/backup/datastore.rs: use timestamp with zone offset Dietmar Maurer 2019-03-01 17:36:40 +0100
  • dc4c09faae src/backup/datastore.rs: split BackupDir Dietmar Maurer 2019-03-01 12:43:11 +0100
  • 38b0dfa511 src/backup/datastore.rs: split BackupInfo Dietmar Maurer 2019-03-01 12:32:10 +0100
  • dcd15d10bb backup/index: remove IndexIterator Wolfgang Bumiller 2019-03-01 13:29:19 +0100
  • 17d6979afd src/bin/proxmox-backup-client.rs: generate a log file Dietmar Maurer 2019-03-01 09:35:41 +0100
  • 3b151414f8 src/tools/file_logger.rs: class to log into files Dietmar Maurer 2019-03-01 09:34:29 +0100
  • 5a2892f0ae src/bin/proxmox-backup-client.rs: use chrono::DateTime Dietmar Maurer 2019-03-01 06:59:32 +0100
  • 51144821f9 src/bin/proxmox-backup-client.rs: login before starting backup Dietmar Maurer 2019-03-01 06:48:41 +0100
  • 1757747836 docs/glossary.rst: add hyperlinks Dietmar Maurer 2019-02-28 19:23:48 +0100
  • d823802ea1 docs: add glossary.rst Dietmar Maurer 2019-02-28 19:09:55 +0100
  • 541b908ea4 src/backup/datastore.rs: use DateTime<Utc> instead of unix epoch Dietmar Maurer 2019-02-28 17:03:48 +0100
  • f13c36c856 docs: use exclude_pattern instead of :orphan: Dietmar Maurer 2019-02-28 16:28:53 +0100
  • b55cee9227 src/cli/command.rs: generate_usage_str() - fix option separator (newline) Dietmar Maurer 2019-02-28 16:20:00 +0100
  • c4c5174000 src/cli/command.rs: get_schema_type_text() - display min/max Dietmar Maurer 2019-02-28 16:11:49 +0100
  • df67070b1c client/backup_repo: allow ip addresses for BackupRepository Wolfgang Bumiller 2019-02-28 15:10:47 +0100
  • 5de2bced2d datastore: add generic open_index Wolfgang Bumiller 2019-02-28 10:21:56 +0100
  • 7bc1d72778 add IndexFile trait Wolfgang Bumiller 2019-02-27 14:32:34 +0100
  • 5be4065baf make FixedIndexReader Send and update comments Wolfgang Bumiller 2019-02-28 09:36:19 +0100
  • fded74d0c7 style: BufferedReader -> BufferedRead Wolfgang Bumiller 2019-02-28 09:17:04 +0100
  • 8f57971714 src/api2/admin/datastore.rs: implement prune Dietmar Maurer 2019-02-28 12:51:27 +0100
  • 7e688b7149 docs: improve ducument structure Dietmar Maurer 2019-02-27 18:35:05 +0100
  • 7ef486ae06 build doc with sphinx Dietmar Maurer 2019-02-27 17:42:31 +0100
  • 83b7db0209 src/api2/admin/datastore.rs: start prune api Dietmar Maurer 2019-02-27 16:53:17 +0100
  • d6b5173689 debian/control: use python3 Wolfgang Bumiller 2019-02-27 11:43:26 +0000
  • 051387143b buildsys: deb: always build locally first Wolfgang Bumiller 2019-02-27 11:43:15 +0000
  • 0ffbccce5e rc/server/rest.rs: allow to pass parameters as application/json Dietmar Maurer 2019-02-27 12:12:00 +0100
  • f98ea63de2 src/bin/proxmox-backup-client.rs: fix bash completion Dietmar Maurer 2019-02-27 08:38:32 +0100
  • 741706eefe debian/control: rst2man is in python-docutils Wolfgang Bumiller 2019-02-27 11:26:26 +0000
  • a93cc7c934 debian/control: sort dependencies Wolfgang Bumiller 2019-02-27 11:24:53 +0000
  • 87da74c7fd buildsys: copy Cargo.lock to build/ Wolfgang Bumiller 2019-02-27 11:25:37 +0000
  • 8731e40a7f backup/datastore: create_backup_dir: show if path existed Wolfgang Bumiller 2019-02-27 10:02:22 +0100
  • 25f1650b71 src/bin/proxmox-backup-client.rs: minor code cleanup Dietmar Maurer 2019-02-27 07:21:57 +0100
  • 9bc3ddb822 src/cli/command.rs: improve generate_usage_str Dietmar Maurer 2019-02-26 12:40:51 +0100
  • ae0be2dda9 src/bin/proxmox-backup-client.rs: allow to upload more that one directory Dietmar Maurer 2019-02-26 12:27:28 +0100
  • a477d6889a src/client/http_client.rs: login once, store and reuse ticket/token Dietmar Maurer 2019-02-26 11:59:10 +0100
  • d02c2ed701 src/cli/getopts.rs: cleanup, avoid compiler warning Dietmar Maurer 2019-02-26 11:55:06 +0100
  • f8dfbb45c0 src/tools.rs: new helper required_array_param() Dietmar Maurer 2019-02-26 08:48:17 +0100
  • aaba6faace src/cli/getopts.rs: support positional array arguments Dietmar Maurer 2019-02-26 08:47:34 +0100
  • f33fa27307 src/cli/command.rs: improve error message Dietmar Maurer 2019-02-26 08:46:36 +0100
  • 92a173feb0 src/api_schema/schema.rs: improve ParameterError display function Dietmar Maurer 2019-02-26 07:11:24 +0100
  • f661f37427 backup/dynamic_index: split out add_chunk Wolfgang Bumiller 2019-02-25 13:50:45 +0100
  • 9ac6ec868a backup/chunk_store: split insert_chunk Wolfgang Bumiller 2019-02-22 10:35:40 +0100
  • 3a50ddd0c9 backup/chunk_store: mark ChunkIterator as fused Wolfgang Bumiller 2019-02-15 10:12:35 +0100
  • eff25ecaf2 backup/chunk_store: make percentage output optional Wolfgang Bumiller 2019-02-15 09:12:44 +0100
  • d59397e60e backup/datastore: expose chunk_store.get_chunk_iterator Wolfgang Bumiller 2019-02-14 11:39:09 +0100
  • 8eb1203bda src/backup/chunk_stat.rs: log write speed Dietmar Maurer 2019-02-25 13:21:00 +0100
  • 7e3365554e src/backup/chunk_stat.rs: new struct to track chunk statistics Dietmar Maurer 2019-02-25 12:52:10 +0100
  • 798f7fa065 src/backup/chunk_store.rs: return info about compressed chunk size Dietmar Maurer 2019-02-25 11:36:05 +0100
  • 78216a5ab1 src/backup/chunk_store.rs: use lz4 for compression Dietmar Maurer 2019-02-25 07:26:40 +0100
  • 2e05a1ca7d docs/Makefile: fix make dependency Dietmar Maurer 2019-02-24 16:19:39 +0100
  • f0b5a3adfa docs/proxmox-backup.rst: start writing docs Dietmar Maurer 2019-02-24 15:52:04 +0100
  • bb5c770758 start generating manual pages Dietmar Maurer 2019-02-24 09:51:10 +0100
  • 793b0f4d77 src/cli/command.rs: improve help command completion Dietmar Maurer 2019-02-23 18:07:32 +0100
  • 6949d91564 src/cli/command.rs: cleanup, avoid array manipulation Dietmar Maurer 2019-02-23 17:50:33 +0100
  • 9d78d57960 src/cli/command.rs: implement bash completion for help Dietmar Maurer 2019-02-23 17:38:10 +0100
  • 698d9d4402 src/cli/command.rs: add help command Dietmar Maurer 2019-02-23 15:10:48 +0100
  • 8b6dd2240d src/cli/command.rs::allow to generate ReST docu Dietmar Maurer 2019-02-23 11:29:18 +0100
  • 2f3f2bb77f src/cli/command.rs: improve usage imformation Dietmar Maurer 2019-02-22 17:40:37 +0100
  • f252ca654c src/backup/chunker.rs: simplify break test Dietmar Maurer 2019-02-22 13:02:11 +0100
  • 6adb40eefc src/cli/command.rs: start implementing generate_usage_str() Dietmar Maurer 2019-02-22 11:14:01 +0100
  • 33256db6dd src/cli/command.rs: simplify cli handler Dietmar Maurer 2019-02-21 11:08:59 +0100
  • 61834c1cbf src/backup/chunker.rs: another try to speedup the chunker Dietmar Maurer 2019-02-21 18:56:41 +0100
  • 532a69eb04 src/cli/getopts.rs: improve docs Dietmar Maurer 2019-02-21 09:36:52 +0100
  • 4de0e142a0 cleanup cli library structure Dietmar Maurer 2019-02-21 09:07:25 +0100
  • 56458d9764 http_client: on a tty, read password if no env var is set Wolfgang Bumiller 2019-02-20 14:18:27 +0100
  • c9b296f117 tools: add tty helper module Wolfgang Bumiller 2019-02-20 12:08:58 +0100
  • 8cc0d6aff3 src/bin/proxmox-backup-client.rs: implement garbage-collection sub-command Dietmar Maurer 2019-02-20 14:10:45 +0100
  • 81da38c143 src/client/http_client.rs: implement post Dietmar Maurer 2019-02-20 14:09:55 +0100
  • 8c75372b79 src/backup/datastore.rs: list_backups() - include list of index files Dietmar Maurer 2019-02-20 13:37:44 +0100
  • 14691fc1f3 src/bin/test_chunk_size.rs: avoid compilöer warnings, exit after 1GB Dietmar Maurer 2019-02-20 12:05:28 +0100
  • 1604ec2654 src/bin/test_chunk_size.rs: another chunker test - gather some stats Dietmar Maurer 2019-02-20 11:50:10 +0100
  • fa4ebf0fce src/backup/chunker.rs: simplify code Dietmar Maurer 2019-02-20 11:17:19 +0100
  • 1b9c959c32 src/backup/chunker.rs: change window size back to 48 Dietmar Maurer 2019-02-20 11:01:09 +0100
  • 247cdbce72 src/api2/admin/datastore/catar.rs: allow to configure chunk-size Dietmar Maurer 2019-02-19 15:19:12 +0100
  • c584aa21fd src/backup/chunker.rs: start() - correctly store hash in self.h Dietmar Maurer 2019-02-19 12:40:12 +0100
  • cd1598302a src/backup/chunker.rs: use 64 byte chunker window size Dietmar Maurer 2019-02-19 12:27:37 +0100
  • 9a3e869cf5 src/backup/chunker.rs: simplify buzzhash start code Dietmar Maurer 2019-02-19 12:17:17 +0100
  • 1c7a88aeff UploadCaTar: currectly write all data using write_all() Dietmar Maurer 2019-02-18 18:31:02 +0100
  • 4d2881dd4c src/backup/chunker.rs: correctly compute window index 'idx' Dietmar Maurer 2019-02-18 11:02:31 +0100
  • a4a5c78c01 src/client/http_client.rs: send csrf token Dietmar Maurer 2019-02-18 11:01:49 +0100
  • fc7f03523c cleanup Wolfgang Bumiller 2019-02-18 13:21:25 +0100
  • 8fdef1a81c fix typo: confi{g}dir Wolfgang Bumiller 2019-02-18 13:11:42 +0100
  • 1cb99c234e src/server/rest.rs: correctly insert NoLogExtension() Dietmar Maurer 2019-02-18 06:54:12 +0100
  • 591f570b22 src/client/http_client.rs: trim path Dietmar Maurer 2019-02-18 06:24:28 +0100
  • 7f1685230a src/server/rest.rs: get_index() include username and CSRF token Dietmar Maurer 2019-02-17 18:50:40 +0100
  • 141de8374a src/server/rest.rs: factor our normalize_path() Dietmar Maurer 2019-02-17 17:31:53 +0100
  • 8225aa2ff6 src/server/rest.rs: improve logs for unauthorized request Dietmar Maurer 2019-02-17 17:18:44 +0100
  • 54d15ab5c5 src/api_schema/schema.rs: improve docu Dietmar Maurer 2019-02-17 12:13:06 +0100
  • 51ebd07974 src/api_schema/router.rs: add docu for RpcEnvironmentType Dietmar Maurer 2019-02-17 11:59:18 +0100
  • d21c2710da api_schema/router.rs: improve doc Dietmar Maurer 2019-02-17 10:30:41 +0100
  • ef2f2efbcc improve api_schema module structure Dietmar Maurer 2019-02-17 10:16:33 +0100
  • dc9a007b11 rename src/api to src/api_schema Dietmar Maurer 2019-02-17 09:59:20 +0100