g3492 / vzborg

Simple deduplicated encrypted backups for Proxmox
GNU Affero General Public License v3.0
55 stars 15 forks source link

Use --no-files-cache by default #3

Closed Eeems closed 3 years ago

Eeems commented 3 years ago

As per https://borgbackup.readthedocs.io/en/stable/usage/create.html#reading-from-stdin the --no-files-cache flag should be used by default to speed up creation of the upload. It might even make sense to add --stdin-name so that if --progress is added to BORG_EXTRA a proper filename will be reported.

Eeems commented 3 years ago

Hmm, apparently --no-files-cache is deprecated. Instead --files-cache=disabled should be used.