proxmox-backup/src/api2
Stefan Reiter facd9801cf add incremental backup support
To support incremental backups (where not all chunks are sent to the
server), a new parameter "reuse-csum" is introduced on the
"create_fixed_index" API call. When set and equal to last backups'
checksum, the backup writer clones the data from the last index of this
archive file, and only updates chunks it actually receives.

In incremental mode some checks usually done on closing an index cannot
be made, since they would be inaccurate.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-06-24 10:01:25 +02:00
..
access api2/access/acl: add path and exact parameter to list_acl 2020-05-20 13:44:36 +02:00
admin api2/admin/datastore: add pxar-file-download api call 2020-06-24 07:21:15 +02:00
backup add incremental backup support 2020-06-24 10:01:25 +02:00
config api2/config/sync: fix id parameter 2020-05-29 11:24:54 +02:00
node api2/node/disks/zfs: check if default zfs mount path exists 2020-06-24 07:22:39 +02:00
reader depend on proxmox 0.1.31 - use Value to store result metadata 2020-05-18 09:57:35 +02:00
access.rs src/api2/access.rs: cleanup 2020-04-18 07:28:25 +02:00
admin.rs api2: add admin/sync endpoint 2020-05-29 11:31:32 +02:00
backup.rs add incremental backup support 2020-06-24 10:01:25 +02:00
config.rs rename 'job' to 'sync' 2020-05-21 10:29:25 +02:00
node.rs rrd: move creation of serde value into api 2020-06-10 13:31:14 +02:00
pull.rs api2/pull: refactor priv checking and creating pull parameters 2020-05-29 11:27:43 +02:00
reader.rs typo fixes all over the place 2020-05-30 16:39:08 +02:00
status.rs api2/status: add task list endpoint 2020-06-12 14:50:17 +02:00
subscription.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
types.rs api2/admin/datastore/snapshos: show encrypted and size info per file 2020-06-19 07:39:56 +02:00
version.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00