Skip to content

--exclude-if-present .nobackup option got lost when upgrading #1863

@ThomasWaldmann

Description

@ThomasWaldmann

Description

Before upgrade:

2023-11-30 02:14:54,486 - vorta.borg.borg_job - INFO - Running command /.../bin/borg create --list --progress --info --log-json --json --filter=AM -C lz4 --exclude-from /var/folders/.../T/tmpd_okqjz0 --exclude-if-present .nobackup borg@server:repo::archive /Users/myuser

After upgrade:

2023-11-30 16:29:40,929 - vorta.borg.borg_job - INFO - Running command /.../bin/borg create --list --progress --info --log-json --json --filter=AM -C lz4 --exclude-from /var/folders/.../T/tmpdxecfkpe borg@server:repo::archive /Users/myuser

--exclude-if-present .nobackup just got lost (I did not remove it manually) and I noticed it because that backup contained files that were previously excluded by that.

Environment

  • OS: macOS Ventura
  • Vorta version: 0.9.1beta3 (after upgrade - iirc it was beta2 before)
  • Installed from: .dmg binary
  • Borg version: 1.2.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:lowNice to have feature, minor improvement to functionality or usabilitytype:featureNew functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions