g3492 / vzborg

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

replace usages of --prefix with --glob-archives #17

Open jkhsjdhjs opened 1 year ago

jkhsjdhjs commented 1 year ago

--prefix has been deprecated in borg 1.2 and results in a warning each time it is used. Instead, --glob-archives can be used together with a wildcard (*).

In version 2.0, the --glob-archives option will be removed again, so this will need to be adjusted again. --match-archives will be introduced instead: https://borgbackup.readthedocs.io/en/2.0.0b5/usage/help.html#borg-help-match-archives