f971b8c1e6b853a36df669c452e28c6ef5c7cf4d
Specifying the transfer-last parameter limits the amount of backups that get synced via the pull command/sync job. The parameter specifies how many of the N latest backups should get pulled/synced. All other backups will get skipped. This is particularly useful in situations where the sync target has less disk space than the source. Syncing all backups from the source is not possible if there is not enough disk space on the target. Additionally this can be used for limiting the amount of data transferred, reducing load on the network. The newest backup will always get re-synced, regardless of the setting of the transfer-last parameter. Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
Description
No description provided
Languages
Rust
99.7%
Makefile
0.2%
Shell
0.1%