pax_global_header00006660000000000000000000000064147322305600014514gustar00rootroot0000000000000052 comment=f2b42742f9a56f15a46f2b287825122032fcdb90 borgbase-vorta-f22716d/000077500000000000000000000000001473223056000147665ustar00rootroot00000000000000borgbase-vorta-f22716d/.editorconfig000066400000000000000000000003561473223056000174470ustar00rootroot00000000000000# http://editorconfig.org root = true [*] charset = utf-8 indent_style = space indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [Makefile] indent_style = tab [**.{yml,yaml}] indent_size = 2 borgbase-vorta-f22716d/.git-blame-ignore-revs000066400000000000000000000003311473223056000210630ustar00rootroot00000000000000# Migrate code style to Black b6a24debb78b953117a3f637db18942f370a4b85 # Run pre-commit after adding ruff 24e1dd5c561bc3da972e41e6fd61961f12a2fc9f # Apply ruff sort settings ba9f1bd3d77dbd0b9efeb1f2f91c743b97ec558e borgbase-vorta-f22716d/.gitattributes000066400000000000000000000000211473223056000176520ustar00rootroot00000000000000*.py diff=python borgbase-vorta-f22716d/.github/000077500000000000000000000000001473223056000163265ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/CONTRIBUTING.md000066400000000000000000000007061473223056000205620ustar00rootroot00000000000000# Connect and Contribute - To discuss everything around using, improving, packaging and translating Vorta, join the [discussion on Github](https://github.com/borgbase/vorta/discussions). - Report bugs by opening a new [Github issue](https://github.com/borgbase/vorta/issues/new/choose). - Want to contribute to Vorta? Great! See our [contributor guide](https://vorta.borgbase.com/contributing/) on how to help out with coding, translation and packaging. borgbase-vorta-f22716d/.github/ISSUE_TEMPLATE/000077500000000000000000000000001473223056000205115ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/ISSUE_TEMPLATE/bug_form.yaml000066400000000000000000000051661473223056000232050ustar00rootroot00000000000000name: "Bug Report Form" description: "Report a bug or a similar issue." body: - type: markdown attributes: value: | Thank you for reporting an issue. Please fill out the below template with as much detail as possible. Incomplete bug reports are likely to be closed without comment. If you want to suggest a feature use the `Feature Request` template instead. If you have any other question, head to our [Discussions](https://github.com/borgbase/vorta/discussions). - type: textarea id: description attributes: label: Description description: | Please describe your issue and its context in a clear and concise way. Please try to reproduce the issue and provide the steps to reproduce it. Wrap error messages in triple backticks. placeholder: | I encountered a bug. ```Error message``` Steps to reproduce: 1. 2. 3. validations: required: true - type: checkboxes id: reproducible attributes: label: Reproduction description: Please try to reproduce the issue with the steps you provided and capture the logs of this try for the form input below. options: - label: I tried to reproduce the issue. required: true - label: I was able to reproduce the issue. - type: input id: os attributes: label: OS description: Operating system (and desktop environment) placeholder: , validations: required: true - type: input id: version attributes: label: Version of Vorta description: Vorta and Borg versions can be found in Main Window > Settings/About > About Tab. validations: required: true - type: dropdown id: installation attributes: label: What did you install Vorta with? options: - Homebrew - Binary - Distribution package - Flatpak - Pip - Other validations: required: true - type: input id: borg attributes: label: Version of Borg description: Vorta and Borg versions can be found in Main Window > Settings/About > About Tab. - type: textarea id: logs attributes: label: Logs description: | Logs are very important for most issues. Please paste them down below. *(No need for backticks)* They can be found in Main Window > Settings/About > About Tab. Logs are more helpful if you include (exactly) the logs that were produced during the steps you described above. placeholder: paste logs here render: pytb borgbase-vorta-f22716d/.github/ISSUE_TEMPLATE/bug_report.md000066400000000000000000000023461473223056000232100ustar00rootroot00000000000000--- name: Bug Report about: Report a bug or a similar issue - the classic way title: '' labels: '' assignees: '' --- #### Description I _was_/_wasn't_ able to reproduce the issue. #### Environment - OS: - Vorta version: - Installed from: - Borg version: #### Logs ``` *paste logs here* ``` borgbase-vorta-f22716d/.github/ISSUE_TEMPLATE/config.yml000066400000000000000000000006331473223056000225030ustar00rootroot00000000000000contact_links: - name: Documentation url: https://vorta.borgbase.com/ about: Documentation on installing, using and contributing to Vorta. - name: Support url: https://github.com/borgbase/vorta/discussions/categories/faq about: Please ask for support in the Discussions FAQ. - name: Discussions url: https://github.com/borgbase/vorta/discussions about: Discuss everything here. borgbase-vorta-f22716d/.github/ISSUE_TEMPLATE/feature_request.md000066400000000000000000000011371473223056000242400ustar00rootroot00000000000000--- name: Feature Request about: Suggest an idea for this project. title: '' labels: '' assignees: '' --- #### The problem #### Requested Solution #### Alternatives #### Additional context borgbase-vorta-f22716d/.github/actions/000077500000000000000000000000001473223056000177665ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/actions/install-dependencies/000077500000000000000000000000001473223056000240605ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/actions/install-dependencies/action.yml000066400000000000000000000015331473223056000260620ustar00rootroot00000000000000name: Install Dependencies description: Installs system dependencies runs: using: "composite" steps: - name: Install system dependencies (Linux) if: runner.os == 'Linux' shell: bash run: | sudo apt update && sudo apt install -y \ xvfb libssl-dev openssl libacl1-dev libacl1 fuse3 build-essential \ libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \ libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 \ libegl1 libxcb-cursor0 libfuse-dev libsqlite3-dev libfuse3-dev pkg-config \ python3-pkgconfig libxxhash-dev borgbackup appstream - name: Install system dependencies (macOS) if: runner.os == 'macOS' shell: bash run: | brew install openssl readline xz xxhash pkg-config borgbackup borgbase-vorta-f22716d/.github/actions/setup/000077500000000000000000000000001473223056000211265ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/actions/setup/action.yml000066400000000000000000000034511473223056000231310ustar00rootroot00000000000000name: Setup description: Sets up python and pre-commit # note: # this is a local composite action # documentation: https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # code example: https://github.com/GuillaumeFalourd/poc-github-actions/blob/main/.github/actions/local-action/action.yaml inputs: pre-commit: description: Whether pre-commit shall be setup, too required: false default: "" # == false python-version: description: The python version to install required: true default: "3.10" install-nox: description: Whether nox shall be installed required: false default: "" # == false runs: using: "composite" steps: - name: Set up Python ${{ inputs.python-version }} uses: actions/setup-python@v4 with: python-version: ${{ inputs.python-version }} - name: Get pip cache dir shell: bash id: pip-cache run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: pip cache uses: actions/cache@v3 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg', 'requirements.d/**') }} restore-keys: | ${{ runner.os }}-pip- - name: Install pre-commit shell: bash run: pip install pre-commit - name: Install nox if: ${{ inputs.install-nox }} shell: bash run: pip install nox - name: Hash python version if: ${{ inputs.setup-pre-commit }} shell: bash run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - name: Caching for Pre-Commit if: ${{ inputs.setup-pre-commit }} uses: actions/cache@v3 with: path: ~/.cache/pre-commit key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }} borgbase-vorta-f22716d/.github/pull_request_template.md000066400000000000000000000036641473223056000233000ustar00rootroot00000000000000 ### Description ### Related Issue ### Motivation and Context ### How Has This Been Tested? ### Screenshots (if appropriate): ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ### Checklist: - [ ] I have read the [CONTRIBUTING](https://vorta.borgbase.com/contributing/) guide. - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. *I provide my contribution under the terms of the [license](./../LICENSE.txt) of this repository and I affirm the [Developer Certificate of Origin][dco].* [dco]: https://developercertificate.org/ borgbase-vorta-f22716d/.github/scripts/000077500000000000000000000000001473223056000200155ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/scripts/generate-matrix.sh000066400000000000000000000016631473223056000234530ustar00rootroot00000000000000event_name="$1" branch_name="$2" if [[ "$event_name" == "workflow_dispatch" ]] || [[ "$branch_name" == "master" ]]; then echo '{ "python-version": ["3.9", "3.10", "3.11", "3.12"], "os": ["ubuntu-22.04", "macos-14"], "borg-version": ["1.4.0"] }' | jq -c . > matrix-unit.json echo '{ "python-version": ["3.11"], "os": ["ubuntu-22.04"], "borg-version": ["1.1.18", "1.2.8", "1.4.0"], "exclude": [{"borg-version": "2.0.0b12", "python-version": "3.8"}] }' | jq -c . > matrix-integration.json elif [[ "$event_name" == "push" ]] || [[ "$event_name" == "pull_request" ]]; then echo '{ "python-version": ["3.9", "3.12"], "os": ["ubuntu-22.04", "macos-14"], "borg-version": ["1.2.8"] }' | jq -c . > matrix-unit.json echo '{ "python-version": ["3.11"], "os": ["ubuntu-22.04"], "borg-version": ["1.4.0"] }' | jq -c . > matrix-integration.json fi borgbase-vorta-f22716d/.github/workflows/000077500000000000000000000000001473223056000203635ustar00rootroot00000000000000borgbase-vorta-f22716d/.github/workflows/build-macos.yml000066400000000000000000000061441473223056000233120ustar00rootroot00000000000000name: Build macOS release on: workflow_dispatch: inputs: branch: description: 'Branch to use for building release' required: true default: 'master' borg_version: description: 'Borg version to package' required: true default: '1.4.0' macos_version: description: 'macOS version for building' required: true default: 'macos-14' python_version: description: 'Python version for building' required: true default: '3.12' jobs: build: runs-on: ${{ github.event.inputs.macos_version }} steps: - name: Check out selected branch uses: actions/checkout@v3 with: ref: ${{ github.event.inputs.branch }} - name: Set up Python ${{ inputs.python_version }} uses: actions/setup-python@v4 with: python-version: ${{ inputs.python_version }} - name: Install system dependencies run: | brew install openssl readline xz - name: Install build dependencies run: | brew install --cask sparkle brew install create-dmg pip3 install --break-system-packages --upgrade pip setuptools wheel pip3 install --break-system-packages -r dev.txt working-directory: requirements.d - name: Install Vorta run: | pip3 install --break-system-packages . - name: Package with PyInstaller run: | pyinstaller --clean --noconfirm package/vorta.spec cp -R $(brew --prefix)/Caskroom/sparkle/*/Sparkle.framework dist/Vorta.app/Contents/Frameworks/ curl -LJO https://github.com/borgbackup/borg/releases/download/${{ github.event.inputs.borg_version }}/borg-macos1012.tgz tar xvf borg-macos1012.tgz -C dist/Vorta.app/Contents/Resources/ cd dist && zip -rq --symlinks Vorta.zip Vorta.app - name: Codesign executable continue-on-error: false working-directory: dist env: MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }} MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }} CERTIFICATE_NAME: ${{ secrets.MACOS_CERTIFICATE_NAME }} APPLE_ID_USER: ${{ secrets.APPLE_ID_USER }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} run: | echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12 security create-keychain -p 123 build.keychain security default-keychain -s build.keychain security unlock-keychain -p 123 build.keychain security import certificate.p12 -k build.keychain -A -P $MACOS_CERTIFICATE_PWD -T /usr/bin/codesign security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k 123 build.keychain python3 ../package/fix_app_qt_folder_names_for_codesign.py Vorta.app sh ../package/macos-package-app.sh # - name: Setup tmate session # uses: mxschmitt/action-tmate@v3 # if: ${{ failure() }} # timeout-minutes: 15 - name: Upload build uses: actions/upload-artifact@v4 with: name: Vorta.dmg path: dist/Vorta.dmg retention-days: 60 borgbase-vorta-f22716d/.github/workflows/stale.yml000066400000000000000000000021421473223056000222150ustar00rootroot00000000000000name: Close stale issues on: schedule: - cron: '50 1 * * *' jobs: stale: runs-on: ubuntu-latest permissions: issues: write pull-requests: write steps: - uses: actions/stale@v8 with: days-before-issue-stale: 90 days-before-pr-stale: -1 days-before-issue-close: 7 # days-before-pr-close: 10 stale-issue-label: "status:stale" stale-pr-label: "status:stale" exempt-issue-labels: > status:idea, status:planning, status:on hold, status:ready, type:bug, type:docs, type:enhancement, type:feature, type:refactor, type:task, stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. close-issue-message: > This issue was closed because it has been stalled for 7 days with no activity. borgbase-vorta-f22716d/.github/workflows/test.yml000066400000000000000000000112221473223056000220630ustar00rootroot00000000000000name: Test on: push: pull_request: workflow_dispatch: inputs: debug_enabled: type: boolean description: "Run the build with tmate debugging enabled" required: false default: false jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Setup python, vorta and dev deps uses: ./.github/actions/setup with: python-version: 3.11 pre-commit: true - name: Test formatting with ruff shell: bash run: pre-commit run --all-files --show-diff-on-failure prepare-matrix: runs-on: ubuntu-latest outputs: matrix-unit: ${{ steps.set-matrix-unit.outputs.matrix }} matrix-integration: ${{ steps.set-matrix-integration.outputs.matrix }} steps: - uses: actions/checkout@v3 - name: Give execute permission to script run: chmod +x ./.github/scripts/generate-matrix.sh - name: Generate matrices run: | ./.github/scripts/generate-matrix.sh "${{ github.event_name }}" "${GITHUB_REF##refs/heads/}" - name: Set matrix for unit tests id: set-matrix-unit run: echo "matrix=$(cat matrix-unit.json)" >> $GITHUB_OUTPUT - name: Set matrix for integration tests id: set-matrix-integration run: echo "matrix=$(cat matrix-integration.json)" >> $GITHUB_OUTPUT test-unit: needs: prepare-matrix timeout-minutes: 60 # macos tests are very slow runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix-unit)}} steps: - uses: actions/checkout@v3 - name: Install system dependencies uses: ./.github/actions/install-dependencies - name: Setup python, vorta and dev deps uses: ./.github/actions/setup with: python-version: ${{ matrix.python-version }} install-nox: true - name: Validate Flatpak manifest if: runner.os == 'Linux' shell: bash run: appstreamcli validate ./src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml - name: Setup tmate session uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} - name: Run Unit Tests with pytest (Linux) if: runner.os == 'Linux' env: BORG_VERSION: ${{ matrix.borg-version }} run: | xvfb-run --server-args="-screen 0 1024x768x24+32" \ -a dbus-run-session -- make test-unit - name: Run Unit Tests with pytest (macOS) if: runner.os == 'macOS' env: BORG_VERSION: ${{ matrix.borg-version }} PKG_CONFIG_PATH: /usr/local/opt/openssl@3/lib/pkgconfig run: echo $PKG_CONFIG_PATH && make test-unit - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 env: OS: ${{ runner.os }} python: ${{ matrix.python-version }} with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS, python test-integration: needs: prepare-matrix timeout-minutes: 20 runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix-integration)}} steps: - uses: actions/checkout@v3 - name: Install system dependencies uses: ./.github/actions/install-dependencies - name: Setup python, vorta and dev deps uses: ./.github/actions/setup with: python-version: ${{ matrix.python-version }} install-nox: true - name: Setup tmate session uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true'}} - name: Run Integration Tests with pytest (Linux) if: runner.os == 'Linux' env: BORG_VERSION: ${{ matrix.borg-version }} run: | xvfb-run --server-args="-screen 0 1024x768x24+32" \ -a dbus-run-session -- make test-integration - name: Run Integration Tests with pytest (macOS) if: runner.os == 'macOS' env: BORG_VERSION: ${{ matrix.borg-version }} PKG_CONFIG_PATH: /usr/local/opt/openssl@3/lib/pkgconfig run: echo $PKG_CONFIG_PATH && make test-integration - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 env: OS: ${{ runner.os }} python: ${{ matrix.python-version }} with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS, python version: v0.7.3 # workaround on Intel macs (GH Actions) borgbase-vorta-f22716d/.gitignore000066400000000000000000000007041473223056000167570ustar00rootroot00000000000000.DS_Store .idea/ bin/ build/ dist/ docs/ *.autosave __pycache__ .pytest_cache .eggs vorta.egg-info .coverage .tox .python-version .vagrant *.log htmlcov # virtual python environments env venv .env .venv # dirs created by the --development option .dev_config/ # Avoid adding translations of source language # Files are still used by Transifex src/vorta/i18n/ts/vorta.en.ts src/vorta/i18n/ts/vorta.en_US.ts flatpak/app/ flatpak/.flatpak-builder/ .vscode borgbase-vorta-f22716d/.pre-commit-config.yaml000066400000000000000000000043141473223056000212510ustar00rootroot00000000000000# pre-commit is a useful tool which can be setup by contributors # per-repository in a few simple steps given that the # repository has a config file like this one. # # The configured hooks are run on `git commit`. If one of the hooks makes or # demands a change of the commits contents the commit process is aborted. # The hooks can also be run manually through `pre-commit run --all-files`. minimum_pre_commit_version: "1.15" # The following hooks will be run before a commit is created repos: # general stuff - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: # check file system problems - id: check-case-conflict - id: check-symlinks - id: destroyed-symlinks # unify whitespace and line ending - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - id: mixed-line-ending # sort requirements.txt files - id: requirements-txt-fixer - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.7.0 hooks: # Run the linter. - id: ruff # Run the formatter. - id: ruff-format # format python files # - repo: https://github.com/psf/black # rev: 22.12.0 # hooks: # - id: black # files: ^(src/vorta/|tests) # # run black on code embedded in docstrings # - repo: https://github.com/asottile/blacken-docs # rev: v1.12.1 # hooks: # - id: blacken-docs # additional_dependencies: [black] # args: # [ # --line-length, # "120", # --skip-string-normalization, # --target-version, # py39, # ] # configuration for the pre-commit.ci bot # only relevant when actually using the bot ci: autofix_commit_msg: | [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci and the `.pre-commit-config.yaml` file in this repository. autofix_prs: true # default autoupdate_commit_msg: | [pre-commit.ci] Autoupdate pre-commit hook versions. for more information, see https://pre-commit.ci and the `.pre-commit-config.yaml` file in this repository. submodules: false # default borgbase-vorta-f22716d/.tx/000077500000000000000000000000001473223056000154775ustar00rootroot00000000000000borgbase-vorta-f22716d/.tx/config000066400000000000000000000003321473223056000166650ustar00rootroot00000000000000[main] host = https://www.transifex.com [o:borgbase:p:vorta:r:vorta] file_filter = src/vorta/i18n/ts/vorta..ts source_file = src/vorta/i18n/ts/vorta.en.ts source_lang = en type = QT minimum_perc = 80 borgbase-vorta-f22716d/CONTRIBUTORS.md000066400000000000000000000017671473223056000172600ustar00rootroot00000000000000# Vorta Contributors ## Programming The following authors made major code contributions to Vorta source code: ### [Manuel Riel](https://github.com/m3nu) - Original author ### [Thomas Waldmann](https://github.com/ThomasWaldmann) - Major contributions to implement translations - Clean up style and formatting ### [Julian Hofer](https://github.com/Hofer-Julian) - Flatpak packaging for Linux - Numerous incremental features ### [Bastien](https://github.com/bastiencyr) - Queuing system for Borg jobs - Numerous incremental fixes ### Others For other contributors, see [here](https://github.com/borgbase/vorta/graphs/contributors). ## Translations The following authors contributed translations: - German: [Thomas Waldmann](https://github.com/ThomasWaldmann) - Italian: [Luigi Operoso](https://github.com/brokenpip3) - French: [David Brassard](https://github.com/dbrassard) - Czech: [Pavel Borecki](https://www.transifex.com/user/profile/pavelb/) - Finnish: [Jiri Grönroos](https://en.liberapay.com/artnay/) borgbase-vorta-f22716d/LICENSE.txt000066400000000000000000001046371473223056000166240ustar00rootroot00000000000000Copyright (C) 2018-2020 Manuel Riel and Vorta contributors (see CONTRIBUTORS.md) GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . borgbase-vorta-f22716d/MANIFEST.in000066400000000000000000000004071473223056000165250ustar00rootroot00000000000000graft src/vorta/assets # Include all compiled .qm language files, but exclude the source language (en). recursive-include src/vorta/i18n/qm *.qm exclude src/vorta/i18n/qm/vorta.en.qm recursive-exclude tests * global-exclude *.DS_Store global-exclude *.egg-info borgbase-vorta-f22716d/Makefile000066400000000000000000000062671473223056000164410ustar00rootroot00000000000000export VORTA_SRC := src/vorta export APPSTREAM_METADATA := src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml VERSION := $(shell python -c "from src.vorta._version import __version__; print(__version__)") .PHONY : help clean lint test .DEFAULT_GOAL := help # Set Homebrew location to /opt/homebrew on Apple Silicon, /usr/local on Intel ifeq ($(shell uname -m),arm64) export HOMEBREW = /opt/homebrew else export HOMEBREW = /usr/local endif clean: rm -rf dist/* dist/Vorta.app: ## Build macOS app locally (without Borg) pyinstaller --clean --noconfirm package/vorta.spec cp -R ${HOMEBREW}/Caskroom/sparkle/*/Sparkle.framework dist/Vorta.app/Contents/Frameworks/ rm -rf build/vorta dist/vorta dist/Vorta.dmg: dist/Vorta.app ## Create notarized macOS DMG for distribution. python3 package/fix_app_qt_folder_names_for_codesign.py dist/Vorta.app cd dist && sh ../package/macos-package-app.sh github-release: dist/Vorta.dmg ## Add new Github release and attach macOS DMG cp dist/Vorta.dmg dist/vorta-${VERSION}.dmg hub release create --attach=dist/vorta-${VERSION}.dmg v${VERSION} git checkout gh-pages git commit -m 'rebuild pages' --allow-empty git push upstream gh-pages git checkout master pypi-release: translations-to-qm ## Upload new release to PyPi python setup.py sdist twine upload dist/vorta-${VERSION}.tar.gz bump-version: ## Tag new version. First set new version number in src/vorta/_version.py xmlstarlet ed -L -u 'component/releases/release/@date' -v $(shell date +%F) ${APPSTREAM_METADATA} xmlstarlet ed -L -u 'component/releases/release/@version' -v v${VERSION} ${APPSTREAM_METADATA} git commit -a -m "Bump version to v${VERSION}" git tag -a v${VERSION} translations-from-source: ## Extract strings from source code / UI files, merge into .ts. pylupdate5 -verbose -translate-function trans_late \ $$(find ${VORTA_SRC} -iname "*.py" -o -iname "*.ui") \ -ts ${VORTA_SRC}/i18n/ts/vorta.en.ts translations-push: translations-from-source ## Upload .ts to Transifex. tx push -s translations-pull: ## Download .ts from Transifex. tx pull -a translations-to-qm: ## Compile .ts text files to binary .qm files. for f in $$(ls ${VORTA_SRC}/i18n/ts/vorta.*.ts); do lrelease $$f -qm ${VORTA_SRC}/i18n/qm/$$(basename $$f .ts).qm; done flatpak-install: translations-to-qm pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} --no-build-isolation . install -D ${APPSTREAM_METADATA} ${FLATPAK_DEST}/share/metainfo/com.borgbase.Vorta.appdata.xml install -D src/vorta/assets/icons/icon.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.borgbase.Vorta.svg install -D package/icon-symbolic.svg ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/com.borgbase.Vorta-symbolic.svg install -D src/vorta/assets/metadata/com.borgbase.Vorta.desktop ${FLATPAK_DEST}/share/applications/com.borgbase.Vorta.desktop lint: pre-commit run --all-files --show-diff-on-failure test: nox -- --cov=vorta test-unit: nox -- --cov=vorta tests/unit test-integration: nox -- --cov=vorta tests/integration help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' borgbase-vorta-f22716d/README.md000066400000000000000000000071051473223056000162500ustar00rootroot00000000000000# Vorta Backup Client Logo [![GitHub all releases](https://img.shields.io/github/downloads/borgbase/vorta/total?label=downloads&logo=github&color=green)](https://github.com/borgbase/vorta/releases) [![Flathub](https://img.shields.io/flathub/downloads/com.borgbase.Vorta?logo=flathub&logoColor=white&color=green)](https://flathub.org/apps/details/com.borgbase.Vorta) [![Github License](https://img.shields.io/github/license/borgbase/vorta?color=bd0000)](https://github.com/borgbase/vorta/blob/master/LICENSE.txt) [![pypi](https://img.shields.io/pypi/v/vorta.svg?logo=pypi&logoColor=white&color=0073b7)](https://pypi.org/project/vorta/) [![homebrew cask](https://img.shields.io/homebrew/cask/v/vorta?logo=homebrew&color=fbb040)](https://formulae.brew.sh/cask/vorta) [![Flathub](https://img.shields.io/flathub/v/com.borgbase.Vorta?color=4a86cf&logo=flathub&logoColor=white)](https://flathub.org/apps/details/com.borgbase.Vorta) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Vorta is a backup client for macOS and Linux desktops. It integrates the mighty [BorgBackup](https://borgbackup.readthedocs.io) with your desktop environment to protect your data from disk failure, ransomware and theft. https://github.com/m3nu/vorta/assets/3916435/a622a148-5373-4ae0-87bc-4ca1d6f6202e ## Why is this great? 🤩 - **Encrypted, deduplicated and compressed backups** using [Borg](https://borgbackup.readthedocs.io) as backend. - **No vendor lock-in** – back up to local drives, your own server or [BorgBase](https://www.borgbase.com), a hosting service for Borg backups. - **Open source** – free to use, modify, improve and audit. - **Flexible profiles** to group source folders, backup destinations and schedules. - **One place** to view all point-in-time archives and restore individual files. Learn more on [Vorta's website](https://vorta.borgbase.com). ## Installation Vorta should work on all platforms that support Qt and Borg. This includes macOS, Ubuntu, Debian, Fedora, Arch Linux and many others. Windows is currently not supported by Borg, but this may change in the future. See our website for [download links and install instructions](https://vorta.borgbase.com/install). ## Connect and Contribute - To discuss everything around using, improving, packaging and translating Vorta, join the [discussion on Github](https://github.com/borgbase/vorta/discussions). - Report bugs by opening a new [Github issue](https://github.com/borgbase/vorta/issues/new/choose). - Want to contribute to Vorta? Great! See our [contributor guide](https://vorta.borgbase.com/contributing/) on how to help out with coding, translation and packaging. - We currently have students from the Google Summer Of Code 2023 Program contributing to this project. ## License and Credits - See [CONTRIBUTORS.md](CONTRIBUTORS.md) to see who programmed and translated Vorta. - Licensed under [GPLv3](LICENSE.txt). © 2018-2023 Manuel Riel and Vorta contributors - Based on [PyQt](https://riverbankcomputing.com/software/pyqt/intro) and [Qt](https://www.qt.io). - Icons by [Fork Awesome](https://forkaweso.me/) (licensed under [SIL Open Font License](https://scripts.sil.org/OFL), Version 1.1) and Material Design icons by Google (licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)). See the `src/vorta/assets/icons` folder for a copy of applicable licenses. borgbase-vorta-f22716d/codecov.yml000066400000000000000000000000171473223056000171310ustar00rootroot00000000000000comment: false borgbase-vorta-f22716d/noxfile.py000066400000000000000000000037711473223056000170140ustar00rootroot00000000000000import os import re import sys import nox borg_version = os.getenv("BORG_VERSION") if borg_version: # Use specified borg version supported_borgbackup_versions = [borg_version] else: # Generate a list of borg versions compatible with system installed python version system_python_version = tuple(sys.version_info[:3]) supported_borgbackup_versions = [ borgbackup for borgbackup in ("1.1.18", "1.2.2", "1.2.4", "2.0.0b6") # Python version requirements for borgbackup versions if (borgbackup == "1.1.18" and system_python_version >= (3, 5, 0)) or (borgbackup == "1.2.2" and system_python_version >= (3, 8, 0)) or (borgbackup == "1.2.4" and system_python_version >= (3, 8, 0)) or (borgbackup == "2.0.0b6" and system_python_version >= (3, 9, 0)) ] @nox.session @nox.parametrize("borgbackup", supported_borgbackup_versions) def run_tests(session, borgbackup): # install borgbackup if sys.platform == 'darwin': # in macOS there's currently no fuse package which works with borgbackup directly session.install(f"borgbackup=={borgbackup}") elif borgbackup == "1.1.18": # borgbackup 1.1.18 doesn't support pyfuse3 session.install("llfuse") session.install(f"borgbackup[llfuse]=={borgbackup}") else: session.install(f"borgbackup[pyfuse3]=={borgbackup}") # install dependencies session.install("-r", "requirements.d/dev.txt") session.install("-e", ".") # check versions cli_version = session.run("borg", "--version", silent=True).strip() cli_version = re.search(r"borg (\S+)", cli_version).group(1) python_version = session.run("python", "-c", "import borg; print(borg.__version__)", silent=True).strip() session.log(f"Borg CLI version: {cli_version}") session.log(f"Borg Python version: {python_version}") assert cli_version == borgbackup assert python_version == borgbackup session.run("pytest", *session.posargs, env={"BORG_VERSION": borgbackup}) borgbase-vorta-f22716d/package/000077500000000000000000000000001473223056000163615ustar00rootroot00000000000000borgbase-vorta-f22716d/package/entitlements.plist000066400000000000000000000007271473223056000221570ustar00rootroot00000000000000 com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation borgbase-vorta-f22716d/package/fix_app_qt_folder_names_for_codesign.py000066400000000000000000000102761473223056000263320ustar00rootroot00000000000000# -*- coding: utf-8 -*- """ Remove dots in filenames of libraries after PyInstaller. See https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing-Qt """ import os import shutil import sys from pathlib import Path from typing import Generator, List, Optional from macholib.MachO import MachO def create_symlink(folder: Path) -> None: """Create the appropriate symlink in the MacOS folder pointing to the Resources folder. """ sibling = Path(str(folder).replace("MacOS", "")) # PyQt6/Qt/qml/QtQml/Models.2 root = str(sibling).partition("Contents")[2].lstrip("/") # ../../../../ backward = "../" * (root.count("/") + 1) # ../../../../Resources/PyQt6/Qt/qml/QtQml/Models.2 good_path = f"{backward}Resources/{root}" folder.symlink_to(good_path) def fix_dll(dll: Path) -> None: """Fix the DLL lookup paths to use relative ones for Qt dependencies. Inspiration: PyInstaller/depend/dylib.py:mac_set_relative_dylib_deps() Currently one header is pointing to (we are in the Resources folder): @loader_path/../../../../QtCore (it is referencing to the old MacOS folder) It will be converted to: @loader_path/../../../../../../MacOS/QtCore """ def match_func(pth: str) -> Optional[str]: """Callback function for MachO.rewriteLoadCommands() that is called on every lookup path set in the DLL headers. By returning None for system libraries, it changes nothing. Else we return a relative path pointing to the good file in the MacOS folder. """ basename = os.path.basename(pth) if not basename.startswith("Qt"): return None return f"@loader_path{good_path}/{basename}" # Resources/PyQt6/Qt/qml/QtQuick/Controls.2/Fusion root = str(dll.parent).partition("Contents")[2][1:] # /../../../../../../.. backward = "/.." * (root.count("/") + 1) # /../../../../../../../MacOS good_path = f"{backward}/MacOS" # Rewrite Mach headers with corrected @loader_path dll = MachO(dll) dll.rewriteLoadCommands(match_func) with open(dll.filename, "rb+") as f: for header in dll.headers: f.seek(0) dll.write(f) f.seek(0, 2) f.flush() def find_problematic_folders(folder: Path) -> Generator[Path, None, None]: """Recursively yields problematic folders (containing a dot in their name).""" for path in folder.iterdir(): if not path.is_dir() or path.is_symlink(): # Skip symlinks as they are allowed (even with a dot) continue if "." in path.name: yield path else: yield from find_problematic_folders(path) def move_contents_to_resources(folder: Path) -> Generator[Path, None, None]: """Recursively move any non symlink file from a problematic folder to the sibling one in Resources. """ for path in folder.iterdir(): if path.is_symlink(): continue if path.name == "qml": yield from move_contents_to_resources(path) else: sibling = Path(str(path).replace("MacOS", "Resources")) sibling.parent.mkdir(parents=True, exist_ok=True) shutil.move(path, sibling) yield sibling def main(args: List[str]) -> int: """ Fix the application to allow codesign (NXDRIVE-1301). Take one or more .app as arguments: "Nuxeo Drive.app". To overall process will: - move problematic folders from MacOS to Resources - fix the DLLs lookup paths - create the appropriate symbolic link """ for app in args: name = os.path.basename(app) print(f">>> [{name}] Fixing Qt folder names") path = Path(app) / "Contents" / "MacOS" for folder in find_problematic_folders(path): for file in move_contents_to_resources(folder): try: fix_dll(file) except (ValueError, IsADirectoryError): continue shutil.rmtree(folder) create_symlink(folder) print(f" !! Fixed {folder}") print(f">>> [{name}] Application fixed.") if __name__ == "__main__": sys.exit(main(sys.argv[1:])) borgbase-vorta-f22716d/package/icon-symbolic.svg000066400000000000000000000046441473223056000216610ustar00rootroot00000000000000 image/svg+xml borgbase-vorta-f22716d/package/icon.icns000066400000000000000000002364111473223056000201760ustar00rootroot00000000000000icns= ic12PNG  IHDR@@iqsRGBDeXIfMM*i@@FQBXIDATxZYhAmmVggR "ZǓBzPj> JE(^x+ٵɮT7lIh730̿37?3c1` 0c pnllw\;0~5q7TUE~$ӟ\Ҳ@aQ&JϰgW}}5s&K6*#čtnkks)1x #&dp8܌K(}ؗL;< FL@_:7Ց07p+lfOL' [Ƥfv}\H( R ,r}cZ0d c72OBbקI3@\!fʦow 酤4,4No,K4,4 IC!#ң- !, P{]v^kjjȹ1B\w:><ę56nWhMfkM#|%I: d_` Bkk;"fZ@H BWWW>dCWJDYT֣^HEEEdžY [M `0WfpxW%6$vT뚗pHk. xB;E.:b:&Ϛ+w`|dg杫%V NǓߙE߳)ȑR,)I$vnZ8aOh,:#w+XyC$+MM74 1Oz?+ezNbjĘ4-DɽߴgSx]iSc ;~ҀKUu }wk/Rkm}C)ouSpkA%C~>kUlx*/!TC(//odiFrftcC=oo{t浴o#Y9)(3^؛۫ͥۜWIؙn lU}@Gi+ʸ )c3d`l䟟@ K "#'4жJq?U޴ (1` 0c ~^mcIENDB`ic07 ԉPNG  IHDR>asRGBDeXIfMM*iHw 6IDATxoUk ҖR["F h"QH"@/j 4C&BbH[ AD(P-Blw>93wfn ,                     Iv۶mVh4N)O/jM2L&S8 >bLD*;fs IV&^#G+|y{ju]5عs< 6C-&h;[lFU1۷&%%5@9jmt{ޗ(-ID?H@agY,CuuufH+l6vBZ{].mkk+W!`޽}>?$CiA~-TUU5+%b~cTg J ~X8(mmmݨ EB\R,맸_KB_&)D@P kWXey~ŕ=fv3 \v k(%+1- pcTΡl nWGQZ%vڕO}s珢!=s|e& ^:~W(URf$=\xXRr(UTklMI 1go7V@̡@`WI96e )(IETRKDAׯ%P hF~TPT( pZҧN/ N+4~RZ2!>./R&ҚY# yX>(_c*; ilhm'm]-c =H_v⹴_H=\L%PudGKoo[y6w !@Lꌌ6lN V@3z5SzYtka[#@|*V ` I?1:% 4[G> h4 ܁}, BGLT#YBĩR/0B4L]\k?kt)>6x] }|f_gR2.5G6PCrm`K:Y-[{!߀}}RqOFsnt۟bjΙrۛ?'`ŏz .|<+BٓEOl;Kޙfc#FTf8mov_,)S_#= @@e=s9;w x                                             '0Ud20$2V1yB@sd]d:7nx!-_9S12ڵkz/s\0/LSnU`|[uֽUo*O$h!PhB\zIR0!_w,?RC{@D!g\}lڴ)XZZ $c& Eѿz6ς(ƵR2A,>~OP^ G2Zn`֭/kM,Ւ 143z˖-ߕorȻ ,޵kWoK}s[|ӛI_"h47F '~Ti洕+bm۶'bL״([ER^d@OO&-Q%(z ̔uzg1y~ 'JHdED !w-IͥD<_Uh.UmPx^P@oopt xv@~' x2 i$顀';B?YQ xn@OTCOE*3? YM[Ag˓COu* vkW2Lfx}<3 J[O <k[pO <ȵgBᕍ9z xf(੧\s[]g%W xb(uBi-$唀'ZwNUcCm6UIuZ@례u(P@Hnh;n@Fdh9* w  hȵ??nUQkvCmv=D !ڵ;uȏU<8$܋LTߡntf(_:I>b(j@pcw: h1p ש>P@}õ!kǜ%P_Hn\pu(J 'rk$P!@CCÝ{~;hTɊ T/;^Ȁ 5'K P!PC[Qrsϻ{c! d(W 'JNKV X2ȫ0Zu8I ~ T/R>ሒ$9 B W^ݝvSCi\4#`@M<s0   ~<i@ϱa[ly(u@ocX!P @Bry_r7NJ*P M63XMN!Sj ri;ecuIp8'<#Jk tO?=]>GvR^7˔}ׯ-3>F) ^m̘ @@ 7@xhɪwxCDTm⬇ !^^v7o&㎟J1w( lsmذӑwgah)"hLx-[|Eˆ4LzG@orMy#8S6F_ ~!SV7 ͔8@@ mݺuͰ@zȊJh@ qu>;N.0P'n99d8.o_vmD",)өElݺ^9a,:/uE#/' ثJs5 5ǘB Q@N7.hW~gL#$ [E\2!@D׆吾 |L bR@H'0Yu0|/0Fuž/&Dt%[<1%D @F :cJ@F:4,@t?Ɣ7# 0Ԏcs^P\)ƍPW_QYgwɄc?WzzE #k+1PatV} #Qڢ;5ϊ%pǐ[':TD_'^?0Rl#!uYRq;/VN߷scsÕҭc׼s2.غ@E$mt[ћ,$JB9 tggߜ&f~%{vzwakT[dž^%5{;7B/\|x尀4}MzX|^Hјo,|rv_t̎z$ tgb5D  0_k.֨ }wLC_yz߬vHpS}_FZYN/x3HÊYn8m-A$c6&/,Rg\t .hqKS׶|Ww1, -:ҔnPf ް㻚.8ݎM:r償bA#jeWZF܎C>?\GffxYVњe{[Z0[rL׼‰BqzD=f%D|o6[VӕO>Dh@E8;ÊFK0U á˴|q2GHe`O_5ߑٕyNzN˯"fwK!'? V?Qnv6wh铍F?3)bzbfc;S_3b>b=qqo숉[plX|Indxk=[}Cӳu@:;(i-ixldKGKG|B0aspEBDef5]k||уOF*~tHnFrٍfS\O2yMl6tm&.TW:6 8:e9g˝|nvɤq26ۑ#RFs"Eqglߑ i/^mln{䲉%XH"4=ʦI7xLYWSʥl&Mn}pmڌ />66#pbI=cO6m}ӿ׍=O?AeEo țΛ1! Xvӎ Pq7T7|wm{2pA{eMUjj[re7et9mk쵮0t'vy^"g-ݵdDXpJeSBT'%_t=vHgw:D`r穎{^ik>dѨ/cO|E5l ~_j$;)'e_f؟J@sw`MkgϾU:#hS~P0Gn罬tu'\y/9;~{sCSǦr?@&*Pt=+eh,&ʦxFwΧC)3z>~Cg|RTէӖ$6s3X(]FG0" gKE'A 7:ܼX_ pRr͋) H׻' @:HM@8sC @8:^)1Ou;@;njP__L?(1+k֬"׉r2Pp P@Oe@u?(@ R "~^| m/<@d$?J9'Ph@ JytW;իW{\ kׯ_`ɆX>xM><@_\Rf~KNyS@cooﷇcXVhhhq.y}χkp_\s >t@@! wʍC75xG@#XlEƯJP |4Rs<@{?ƍez!Еwd^L.5h'ЪK$?pHo~`ժU"Kbg3 H;c*p85wg"ԄEC*"xTS\XޜM2t:9w)VyJ>1X&;W?~б$x ]tT>^C AR                                       Vc*IENDB`ic08PNG  IHDR\rfsRGBDeXIfMM*igIIDATx{p\}񽻫,21~ˤm&$4i ̴7 tڦBMi c\0~$ql`S,lYoJ猪vݻq\i>=s9;w x                                             '0Ud20$2V1yB@sd]d:7nx!-_9S12ڵkz/s\0/LSnU`|[uֽUo*O$h!PhB\zIR0!_w,?RC{@D!g\}lڴ)XZZ $c& Eѿz6ς(ƵR2A,>~OP^ G2Zn`֭/kM,Ւ 143z˖-ߕorȻ ,޵kWoK}s[|ӛI_"h47F '~Ti洕+bm۶'bL״([ER^d@OO&-Q%(z ̔uzg1y~ 'JHdED !w-IͥD<_Uh.UmPx^P@oopt xv@~' x2 i$顀';B?YQ xn@OTCOE*3? YM[Ag˓COu* vkW2Lfx}<3 J[O <k[pO <ȵgBᕍ9z xf(੧\s[]g%W xb(uBi-$唀'ZwNUcCm6UIuZ@례u(P@Hnh;n@Fdh9* w  hȵ??nUQkvCmv=D !ڵ;uȏU<8$܋LTߡntf(_:I>b(j@pcw: h1p ש>P@}õ!kǜ%P_Hn\pu(J 'rk$P!@CCÝ{~;hTɊ T/;^Ȁ 5'K P!PC[Qrsϻ{c! d(W 'JNKV X2ȫ0Zu8I ~ T/R>ሒ$9 B W^ݝvSCi\4#`@M<s0   ~<i@ϱa[ly(u@ocX!P @Bry_r7NJ*P M63XMN!Sj ri;ecuIp8'<#Jk tO?=]>GvR^7˔}ׯ-3>F) ^m̘ @@ 7@xhɪwxCDTm⬇ !^^v7o&㎟J1w( lsmذӑwgah)"hLx-[|Eˆ4LzG@orMy#8S6F_ ~!SV7 ͔8@@ mݺuͰ@zȊJh@ qu>;N.0P'n99d8.o_vmD",)өElݺ^9a,:/uE#/' ثJs5 5ǘB Q@N7.hW~gL#$ [E\2!@D׆吾 |L bR@H'0Yu0|/0Fuž/&Dt%[<1%D @F :cJ@F:4,@t?Ɣ7# 0Ԏcs^P\)ƍPW_QYgwɄc?WzzE #k+1PatV} #Qڢ;5ϊ%pǐ[':TD_'^?0Rl#!uYRq;/VN߷scsÕҭc׼s2.غ@E$mt[ћ,$JB9 tggߜ&f~%{vzwakT[dž^%5{;7B/\|x尀4}MzX|^Hјo,|rv_t̎z$ tgb5D  0_k.֨ }wLC_yz߬vHpS}_FZYN/x3HÊYn8m-A$c6&/,Rg\t .hqKS׶|Ww1, -:ҔnPf ް㻚.8ݎM:r償bA#jeWZF܎C>?\GffxYVњe{[Z0[rL׼‰BqzD=f%D|o6[VӕO>Dh@E8;ÊFK0U á˴|q2GHe`O_5ߑٕyNzN˯"fwK!'? V?Qnv6wh铍F?3)bzbfc;S_3b>b=qqo숉[plX|Indxk=[}Cӳu@:;(i-ixldKGKG|B0aspEBDef5]k||уOF*~tHnFrٍfS\O2yMl6tm&.TW:6 8:e9g˝|nvɤq26ۑ#RFs"Eqglߑ i/^mln{䲉%XH"4=ʦI7xLYWSʥl&Mn}pmڌ />66#pbI=cO6m}ӿ׍=O?AeEo țΛ1! Xvӎ Pq7T7|wm{2pA{eMUjj[re7et9mk쵮0t'vy^"g-ݵdDXpJeSBT'%_t=vHgw:D`r穎{^ik>dѨ/cO|E5l ~_j$;)'e_f؟J@sw`MkgϾU:#hS~P0Gn罬tu'\y/9;~{sCSǦr?@&*Pt=+eh,&ʦxFwΧC)3z>~Cg|RTէӖ$6s3X(]FG0" gKE'A 7:ܼX_ pRr͋) H׻' @:HM@8sC @8:^)1Ou;@;njP__L?(1+k֬"׉r2Pp P@Oe@u?(@ R "~^| m/<@d$?J9'Ph@ JytW;իW{\ kׯ_`ɆX>xM><@_\Rf~KNyS@cooﷇcXVhhhq.y}χkp_\s >t@@! wʍC75xG@#XlEƯJP |4Rs<@{?ƍez!Еwd^L.5h'ЪK$?pHo~`ժU"Kbg3 H;c*p85wg"ԄEC*"xTS\XޜM2t:9w)VyJ>1X&;W?~б$x ]tT>^C AR                                       Vc*IENDB`ic04GARGB.3/ υ 9= ى $HDH$tr/.Ԟ拏Rn[zxGCzghic145 PNG  IHDRxsRGBDeXIfMM*i 4oIDATx\g} yؒ-7Vq.&L L b&8M iƖU6ƒKݳ"Jh$$YiW**YIOG虧̝;w~shfnO7ν @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @,P uM7Ա{c |~NKKKgXNR!@ i;_.{㹷񞞞V\?r/lkYs,89>;&j/G(=xW_~%sg_/]vm˦M^𯏬_e AvW`cÿYUɪ%`P-ɔs>',xb*EYϿ]|/S,%@ESުU.Eq.vNI(F+9?)7RٕubF u]Q6T4 "+ꪯ65yv?=ڿ&:7 F@C /ߍg3w6tE@qNkGGctQ ~R W 0KǷ3 QsH@@#,lUyjShfW,:FtjZ!(GHGqUdڰrja?pW5By L? 6V[4P{p ҼE~][Q h7Uw4Gu ҆1(E Rd$@/)|x56h6nt뢨o*"-poTz+*WHS8EW?mx:?я#)nʙ]]]"*T487n*:rhIOQd@teg4#֭[(kS9)mkc_xfiRFEwdzL e R)Nt +)"''No7RttS1)}kM8tEʊ8mmm|$VW@3JkY'27L ETH@ amx%@ Kەf͚5mYT# %w(kRR @@-sN!ZN#M!iU{SwGUm\ 6_o*yQ @>8J@:ZZZ>+P&6ssȞzC}DB#@h?Imy 2:7:6@.: P@@2WN˖i c+eI@Z2f\#@ BujHO#& fz+ &Hز"@n1!M'-U@( HBв!@߿>dP gS ˂$ԒB56_c` 5ZTНY8Β'@ SB 4@ MWd]@(-,P#`S5,"P |mkB55_#X LB5lm!$ hV@aMWTr4P@!*Ú2 ("*bJ 1OB3&UOƧ#d @B;!0rqGRRr!@BMD`to\488xW, @@ *0Ctk" -NILi2LFimLcj# PW! e$1gؕ. 0uC8cM'fKTK@(`B4?M8 @zo^͓44BLU`pfsV@(`BSk#Ͽ{ٜj' 0 [!)M  @_dwI6M`mgP6#@@}:"ϮY>7^Bl3S' 0{!I`M IP?VV @ Bl! LOd5' 0688V @ B@ǀ! 0A; 1V[L c0( @1h7!0GH>vZ3#S#@|$@@ cǎ֭sam)0 cժUF?w"-2 0T&>G$> @ B#Q GȞP6 SÎo  m!SKW; 8!? #2, !SV5/ /Zd\CM0?m#@M h*lA&hP@ӅN<lin$@8M h@\q k*h. 4UsE- t ŸM  |M hkVcLQBM0?? @y&+VsLCiBo4۷oeLLgU7T ̆LCȺ@C ĵ[@C qn8@fC ?kLW ̅LO!P@B7pÒbxW41b 0̅2XreappSѪ:!@2 .|k= @ .ذafvD)!@@2 hSY;S7N 3tvv@YD(CnH@Çv0YhP@LgoK z 6nԗr6di1$-а0-?GaC 70?ahC!C 0_Z 0 4 I~6!@z 4\(aq?:KhP@CLOⰳ AT*Ɗ+MCa+CgL| @@: '׮]ےr*NG n6R0#\ @`LԇR;`̃ H@COѭ 0@C G oZI  @`BԆR7k&;---߹+bSJ*@tD(pJ1Ȗ |-ſꪫ~dp ?]eIVP^ @AF+Vluk:G>rlkk{ctHw+#} |&1+VT*etoUK2,P|*f>\V\YhnU#@I 쌌V.]o.b2 OF~Z @$?Y|/]27Uի/GQ î @`}fҫf4pu͉D&  @ SGGפּk9)Vzr 0m8AK>=6D5<'.Zdj @`1p@?c@Lώ{|=-$@R+>=\! c,#@)}z>4V1;Sgwijm-'@R/"A,agbņ:Z> @h>oWQ+c[2 @^q׏G bPٟ R4o?qџgAZ˗/CfrhW @ S^ggQ1x;oZȞ@پ@`ժUKcUU @XaD+'@)~EfCYM"@ 5O>u'@OS @˿S+3gX# aB,uT5 @`B FXB2+P+!S3[C#@F DZP8j  @, ̯0'5T7 @`9\, @SLWQ @n:0wkkk8Жϕ Bk@mmN3O,?=g,]})7ڶ|nQzؖ'o(wRܵ6_*Z[{w:xlnKq 7k_zuyۓ!='w~>k`iryk^,߷m΢'\1(x^Գ?xvm9]ܴ;8pΟ\Ɂ.M@6 0@[7qVl?p,-8Nz-MVغiŝ_'Niū/.wɥ\KV R/0J ,zC/|{i)5[>uӼo)XhWӼGv[lQk̵=}YEy5jrM@M߶|x=&h9|ۢ7uq>6Th3/?xz}?Ѻ<xSi4mӫ8#}yG,c交>i_}9cʳ37jiwuoX 6mjJmž{l( }w6^~®,$v Z<~zqZ( Iٗ(+ڔοRBtk˖>sEkf9F_fR-O?<30t@VZR=@w΁߽'w/εaK ]C9YVTVw~?sمM?0Q%J>Dkoa M_h3w~7edg%ZDeF@r߹룏t{ONCy&(CKҹG< J;R$Nt'᜛6r;0yTL@^7tZ@=yžZ[7oQw78K)quKjP]O rSE}jaP.-}];N+Sod[-^4Ni/Z&@ Ur/Tj ۿ˞-S%M[z݂›?܌K^+[#vJ4LZp|ˣtOȪ2x?vY[oU+0oߓœvܻ+ha!W^|/$-E/<ei%bZ\(@ @G?o_fK'>+$s;.fS?d Шsݳ~79rom۸v[]'jz)v3Su- 74pS\_tiy^Z߶%}r Pr9t {X(G|Xkm&?լV34eQ6f,r\'-u;gzG<2z N*A$p*ggq̞֣bmܜSq(b;tQ6?d]Պ'7w}k-6/΢iīMbY/vMvF[O _ G=s5ږl؜t =5<'g%_2| @\T hI?Doו5iIȃGْg:4 RBk '!I t׸=wڰ^tezjPK\9`_mf:RiҎ|o:'@@:}kky0Bx5;HH=כk-&@BT7UJ|aR) YٶlPka P7֮S-%>Q2ܙ _ @kgnt8ĿǷ&te18_edB`oǼLcJ<8ZU:b_-MKqݥ#Rf&@;Ի5kɈ OE\Sl=^e,tZ:vg.cY''>R\4wdaL3Cmd0$L l}ro&+VT>߳mK߆e 3{,%_2| HDgO$:d~R%t=#qIT~ꭎ!48&We2fy98t|l8m,:V:&*ahPuy @O`׬%ar wKL.CsiE-Am>w&jQ/p1YTwͩ}d@@ l>ܶ{iҶ}Ά;OSx>nh#߻vߟhM bItR׷'w/2 r[S/__x|MzGd>6mȞ@K8pVSpmap8h rҷ̹*q_; {ۏh[+OYp@\`osO*k3\|+@ hr xwvW8䧴k;zmE~*ԯYK`, hNr9w3`ZKI}[,=vԷڝIָNЫs:~8W.w&Q}E;J/:U3jjJr?lYWn+{.Eo\؆6tSo{vϖ嚸(-{⦺T`b'@-vOp瑽OV.y;Xvܗ`C '5Pe;svܶ[s ;O@{~[Ni[yN`:j!@)fȝkn_HG`菉a-;l:?m c1qDfڠ;ߓ;-Z'gu.1 Df?tLz̶=y[̀$TeC@*aq:{žBG[~nWׂ\o[.ߟƘ]ؓ:['|ŎYY`r+b 4KgV]{ @z-gf-oU1 0@\>05z  @ B9uS% @` Tc @@6hU+ pXʗ3dZ`}Q} @C￧rXá^  @ ߫s*ſ @@"?0(JYnmu#@b-y!@)ؒ%KT b|1uU+ @_z66 ϟ_<|  @ش/ !q2 7hx8dPYw'@S ?鑥5芑L4.%Ϗ\0fxg @@ {WQ3CŔ~ԈahW @ їk9+b-'@+ꪫc*; ˷r @ W}c0TkvAP\!p2 @@jkmm=+6^ ǝbŊ1x|$#@_*2Q_)Fq>-;fNe1zNlS!_ūH(xswk<~?y @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Q7cIENDB`ic095 PNG  IHDRxsRGBDeXIfMM*i 4oIDATx\g} yؒ-7Vq.&L L b&8M iƖU6ƒKݳ"Jh$$YiW**YIOG虧̝;w~shfnO7ν @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @,P uM7Ա{c |~NKKKgXNR!@ i;_.{㹷񞞞V\?r/lkYs,89>;&j/G(=xW_~%sg_/]vm˦M^𯏬_e AvW`cÿYUɪ%`P-ɔs>',xb*EYϿ]|/S,%@ESުU.Eq.vNI(F+9?)7RٕubF u]Q6T4 "+ꪯ65yv?=ڿ&:7 F@C /ߍg3w6tE@qNkGGctQ ~R W 0KǷ3 QsH@@#,lUyjShfW,:FtjZ!(GHGqUdڰrja?pW5By L? 6V[4P{p ҼE~][Q h7Uw4Gu ҆1(E Rd$@/)|x56h6nt뢨o*"-poTz+*WHS8EW?mx:?я#)nʙ]]]"*T487n*:rhIOQd@teg4#֭[(kS9)mkc_xfiRFEwdzL e R)Nt +)"''No7RttS1)}kM8tEʊ8mmm|$VW@3JkY'27L ETH@ amx%@ Kەf͚5mYT# %w(kRR @@-sN!ZN#M!iU{SwGUm\ 6_o*yQ @>8J@:ZZZ>+P&6ssȞzC}DB#@h?Imy 2:7:6@.: P@@2WN˖i c+eI@Z2f\#@ BujHO#& fz+ &Hز"@n1!M'-U@( HBв!@߿>dP gS ˂$ԒB56_c` 5ZTНY8Β'@ SB 4@ MWd]@(-,P#`S5,"P |mkB55_#X LB5lm!$ hV@aMWTr4P@!*Ú2 ("*bJ 1OB3&UOƧ#d @B;!0rqGRRr!@BMD`to\488xW, @@ *0Ctk" -NILi2LFimLcj# PW! e$1gؕ. 0uC8cM'fKTK@(`B4?M8 @zo^͓44BLU`pfsV@(`BSk#Ͽ{ٜj' 0 [!)M  @_dwI6M`mgP6#@@}:"ϮY>7^Bl3S' 0{!I`M IP?VV @ Bl! LOd5' 0688V @ B@ǀ! 0A; 1V[L c0( @1h7!0GH>vZ3#S#@|$@@ cǎ֭sam)0 cժUF?w"-2 0T&>G$> @ B#Q GȞP6 SÎo  m!SKW; 8!? #2, !SV5/ /Zd\CM0?m#@M h*lA&hP@ӅN<lin$@8M h@\q k*h. 4UsE- t ŸM  |M hkVcLQBM0?? @y&+VsLCiBo4۷oeLLgU7T ̆LCȺ@C ĵ[@C qn8@fC ?kLW ̅LO!P@B7pÒbxW41b 0̅2XreappSѪ:!@2 .|k= @ .ذafvD)!@@2 hSY;S7N 3tvv@YD(CnH@Çv0YhP@LgoK z 6nԗr6di1$-а0-?GaC 70?ahC!C 0_Z 0 4 I~6!@z 4\(aq?:KhP@CLOⰳ AT*Ɗ+MCa+CgL| @@: '׮]ےr*NG n6R0#\ @`LԇR;`̃ H@COѭ 0@C G oZI  @`BԆR7k&;---߹+bSJ*@tD(pJ1Ȗ |-ſꪫ~dp ?]eIVP^ @AF+Vluk:G>rlkk{ctHw+#} |&1+VT*etoUK2,P|*f>\V\YhnU#@I 쌌V.]o.b2 OF~Z @$?Y|/]27Uի/GQ î @`}fҫf4pu͉D&  @ SGGפּk9)Vzr 0m8AK>=6D5<'.Zdj @`1p@?c@Lώ{|=-$@R+>=\! c,#@)}z>4V1;Sgwijm-'@R/"A,agbņ:Z> @h>oWQ+c[2 @^q׏G bPٟ R4o?qџgAZ˗/CfrhW @ S^ggQ1x;oZȞ@پ@`ժUKcUU @XaD+'@)~EfCYM"@ 5O>u'@OS @˿S+3gX# aB,uT5 @`B FXB2+P+!S3[C#@F DZP8j  @, ̯0'5T7 @`9\, @SLWQ @n:0wkkk8Жϕ Bk@mmN3O,?=g,]})7ڶ|nQzؖ'o(wRܵ6_*Z[{w:xlnKq 7k_zuyۓ!='w~>k`iryk^,߷m΢'\1(x^Գ?xvm9]ܴ;8pΟ\Ɂ.M@6 0@[7qVl?p,-8Nz-MVغiŝ_'Niū/.wɥ\KV R/0J ,zC/|{i)5[>uӼo)XhWӼGv[lQk̵=}YEy5jrM@M߶|x=&h9|ۢ7uq>6Th3/?xz}?Ѻ<xSi4mӫ8#}yG,c交>i_}9cʳ37jiwuoX 6mjJmž{l( }w6^~®,$v Z<~zqZ( Iٗ(+ڔοRBtk˖>sEkf9F_fR-O?<30t@VZR=@w΁߽'w/εaK ]C9YVTVw~?sمM?0Q%J>Dkoa M_h3w~7edg%ZDeF@r߹룏t{ONCy&(CKҹG< J;R$Nt'᜛6r;0yTL@^7tZ@=yžZ[7oQw78K)quKjP]O rSE}jaP.-}];N+Sod[-^4Ni/Z&@ Ur/Tj ۿ˞-S%M[z݂›?܌K^+[#vJ4LZp|ˣtOȪ2x?vY[oU+0oߓœvܻ+ha!W^|/$-E/<ei%bZ\(@ @G?o_fK'>+$s;.fS?d Шsݳ~79rom۸v[]'jz)v3Su- 74pS\_tiy^Z߶%}r Pr9t {X(G|Xkm&?լV34eQ6f,r\'-u;gzG<2z N*A$p*ggq̞֣bmܜSq(b;tQ6?d]Պ'7w}k-6/΢iīMbY/vMvF[O _ G=s5ږl؜t =5<'g%_2| @\T hI?Doו5iIȃGْg:4 RBk '!I t׸=wڰ^tezjPK\9`_mf:RiҎ|o:'@@:}kky0Bx5;HH=כk-&@BT7UJ|aR) YٶlPka P7֮S-%>Q2ܙ _ @kgnt8ĿǷ&te18_edB`oǼLcJ<8ZU:b_-MKqݥ#Rf&@;Ի5kɈ OE\Sl=^e,tZ:vg.cY''>R\4wdaL3Cmd0$L l}ro&+VT>߳mK߆e 3{,%_2| HDgO$:d~R%t=#qIT~ꭎ!48&We2fy98t|l8m,:V:&*ahPuy @O`׬%ar wKL.CsiE-Am>w&jQ/p1YTwͩ}d@@ l>ܶ{iҶ}Ά;OSx>nh#߻vߟhM bItR׷'w/2 r[S/__x|MzGd>6mȞ@K8pVSpmap8h rҷ̹*q_; {ۏh[+OYp@\`osO*k3\|+@ hr xwvW8䧴k;zmE~*ԯYK`, hNr9w3`ZKI}[,=vԷڝIָNЫs:~8W.w&Q}E;J/:U3jjJr?lYWn+{.Eo\؆6tSo{vϖ嚸(-{⦺T`b'@-vOp瑽OV.y;Xvܗ`C '5Pe;svܶ[s ;O@{~[Ni[yN`:j!@)fȝkn_HG`菉a-;l:?m c1qDfڠ;ߓ;-Z'gu.1 Df?tLz̶=y[̀$TeC@*aq:{žBG[~nWׂ\o[.ߟƘ]ؓ:['|ŎYY`r+b 4KgV]{ @z-gf-oU1 0@\>05z  @ B9uS% @` Tc @@6hU+ pXʗ3dZ`}Q} @C￧rXá^  @ ߫s*ſ @@"?0(JYnmu#@b-y!@)ؒ%KT b|1uU+ @_z66 ϟ_<|  @ش/ !q2 7hx8dPYw'@S ?鑥5芑L4.%Ϗ\0fxg @@ {WQ3CŔ~ԈahW @ їk9+b-'@+ꪫc*; ˷r @ W}c0TkvAP\!p2 @@jkmm=+6^ ǝbŊ1x|$#@_*2Q_)Fq>-;fNe1zNlS!_ūH(xswk<~?y @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Q7cIENDB`ic05ARGBPUP]\&*‘rr&*•rr&*XWzy ē ٔف ψƓ ㈉ƣ RQ]kQ yQQS{k~ { |@~A egg@}|Agic10PNG  IHDR+sRGBDeXIfMM*i@IDATx u N!x(㉮;̬β<;d4t,΁jtoETp ;Uoe::Svw{|z߯ _ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @(Pv'@ V*͛7bxjR8[Ӯ@V{4jx@|ottta^:ڡXHII\sM#975 0 ; _v 1*v!@ .R$!hF =R&$ca3ۖȵpQO-[\k< XXBM'wlrv޿)G?Y @V #x|8&Xt^@@=Q_Ob#[6 @ >?W^y7"` -'֮][y ?{G @@[ߊ tTo*XHII J6l(=4  @k-ZK/t86 XhV*_Xlܮ @͉;)7o]ve"@ a DK?g!@$\//_X% @~7bŊ{ޯtY@,}K~ @4 Er;X dY@knXnݫ"kqt, @`jXxG|bx:f^!@:-.J?eͼDHyb'v iϠS-78.:&qx'"x @֡Ǔe UcA W^f @ \Տo+̇@,$=C˜@rZgdnr&DhL|C +mn+Z!` Р@cA، UXX7|ؼ&ГC bRY__hN @&Jo3=F4)I0hV`ƍ?}mOȉO.zvwNk"`+ꨞ|9' @`/hۍ,e_#@L`Gߺ9`βn(uHD Gq?^_)QM¸/g㍔3 @  ]8jn#ٛ Kx#es,\ٛ46 Xh#'̗ofLh@o,|<CF4ph@ܸ/lѐ!@]bŊy0 Ec^ .7@hH Xbk5 h_͸W>:.úo @!Xf4 ;6m:dddpZ)L nM._v* 5 Zo @ ō?wPNE| @X:66͛7tD C2LS@|$͛ё @&^zA@VΚ7G6l(?t0  @8 ._OH1kbuƻu-&@ V3ʛq ИƜlE`߸C; @JG E@@ @h @$FٕJ/@$\@ @$d^rӈfq2" @@5Z4_r 0 }JeeHPw> @'ՔDD Y$P```q%04! @@T6 @`z-x5k׮=!nW/_s '@A+V|#n膺cB^`]"c$@oht"B0&9@H Z:$C.ʗh  @ hį*P_  @ :+m%@-`o ?T D{=G @t hHgD&m5l*w 0VT<[ M/ @R/ )4V hhR+?8 @(&*2bI^|0Jg: @ Zҙ7QX@A >Jgb\ @ hhf Jg2 @ [ZOiR@@`6ώL @ xhqڌ@,d.&ԨFlGȌ131M hhXfIR'1l, @ M# ;4f6#@dL@+@j: XhVPd  @`vGG5j/܉|Jgf @@vd7f6 IP^%@HVT+ZGS1KH  @ и-; 1Dc[ۂ @@j&UT@sU?  @@Zy, (of @i e,n-Khڦ?m/ @,nP:K#5)I0 @Y@+@-d$iFR"AIcb&@ 0 @KHM(o˦ @Yd^bŊ/fiRSܼysOT6&ʬ @4 P}~5MT@K9 ֈ-[.jd[ @ȠV &5 S,e(FJ @E@+\;+blF> @ &yZŦ?c 5 @ =< @m &XN@,b-5 @@v_~a'in]L]kr @-6xXxB@ ~h@\qE @ Z2nNO@73zz\_s @@-(n6  @hA4E-]ag5E aT!A;  @@!gpJ劘,' @:&cԹ9ܤU^_ @V@+@nShiFT0 @@t:GJo @ ܷzZZ-,K -ݒqUd(N; @@8VIp9L) @tM е8ZRL@w @ Zr @rܦ  @/9HmR>00>pmvhHY,a%@ M)̫ %M%T @ ZHQ*pLQB%@ @ ZR[-)ID"ޔ,L @/ E9VdU?" @ hHQ- YJS$! @ȯV^ @?  @u)8T$8I'8OB#@ @ ''i Qh @#`DBkHhb'41"@ @`:t5]NdW? @HV'@Ks#$ @f 0#Qw6)aÆgVn7 @HV&@R/}/B" @f%pGX[Ƀ:־o۶m{{PG @. |KvХ@ @n h袾 .GK_CqhwC @ 5])]T*?+wP @tW@+@t^ @$ hBVt] @$ hBv,t=xY; @ hA;  @iJ⊯)ƪSd @ @ 5ӂ4-t cJ; @U`i\3Mki[ @vgaz|( @ @ Z:9mDqmt64 @ ЁZh#6 @ ,T*k6$G @M%@ @ Zژ]mUTC @ m̲6F_İOoІ$@ @@)ZZ Š#@ @ Zڐu-DUBLC @ gmȾ*o! @ȻVZZE!@ @b?3apWkc g @W-<,spp1 @O@+~ U l&S?G@ @ @`f3͸ @6^!@ @@ w9ڕ @ hhjʹL%3Jg2 @Z/`*fhv!@ @,. @hZ3TFd7 fs @^@+,LU4V//J]zͦ @ ZZV.6%@ @hhU @`J @:' k `)o& @輀V&-4588JP6!@ @@4h` 6>$K$`͚5gJo^OF @& M6 8ONi[V{X,OĹ,4 @M`q=k&\B']v=sժUI񌎎&qXTwıw?;G)cqHf}e @tX J}}}Kⰻ===WCc:ni\ߏ,ďzjRYGZ֑5qU[7Ѯ7E ?Wʕ+ @ 0?dxxh1_s:5ΈOSѮ7RzޕW^8FbІ]!x|wb_jHb2  @@SvX8}bQsQiQ0*g.[lEyvv*(*vK}qa\| @ @'.~cW\?|丮<'87+_ߏbs5nbZS0Q_3M#>(|NA @&ذaÉQ{qX8?Z0>VD,*K,Tn MJ[xϟ͉U} @h͛{ngưb1uI_~ph5tOڇۚ @ @.G߼?V^roc1qZd'ħ?quk͚5gME<(s9 @hN`ŀj\8Ю_v wI +V5o @ @ 5z׻w}Tq}D]TL(d|NDIEj+P @ [;w5Mq :]ꪫ^ǪGʇ;9i"@ @Cߍ}o}N۱ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @$^U%}}}KAZjTZsMhބE @@:ڪV֣-#m{|e˖ cɊ҅شiiiq-mi||\??L  @ @qm`\oC?oǯb&Ƿ.W_}u 9+N3ģ' @ @ =qmx3{q}푑^E\.l޼[o=+NW%q<'\ &O @ 슩05.]K.P,jς䵱!ʴ @ @/zzz/߹,@?J=.^WC~fs#@ @@2CCCśjL~er`͚5*wSdLfΤ V@IDAT @ @OD<+IxYUr>uY>۰O @kěWڵSq9ޙ./_~a$Hq @ @{*_o~tΣuq. Ao_]4th @Ⱦ_-_|G7~K<] @ Z"q߹Nۧ9n"86 @h=pq m>Δw>.C\+"s?ez@ @8:ok7tk>_ fb}ݚ @ @ ǵ';^M*Fv8 @ $.^\z饣 c W_}u'bb @$X}}}_lP'bƍ珏cLNL1 @ @@Jn&nQP\)&4> @Mq_;.$^ @TXBzm`Rs&@ @xAu>+K["rS+q  @ @@.km޼j@WEؘ @ @ kºu뮈@lG$@ @98 .x_w[9ז~ `ܵq'"Tr"@ @ +Wtbl@;h] [5q @ @ <=ŊlE-Y^aL|?:A @-߳b`\=\w/G#s͆  @ @'ů9?7G0oF @Z%𺨼slN+W]u===? *s  @ @q}_)YWD% ^&@ @sئMf;ά*8h @ @ 622fV-{pV܀qО~ @ @@q=+WMWD_}p߬  @ @kz(_ 7{  @ @s(g<#˚իW[.ok@'@ @Z&0#bŊ W Q] @ @̋ pu^i& @ @M b ~>WCPw<\Hj @ 5FН^yڎ @^x:fxLy @;'ݧ=%1ŸN;  @ @n ` >27; @ o}߸qb}g @ @IEqp@ |U @ @ hxޡP^~&@ @R+5_}Ŵvj'@ @<>o޼C/OTܹ=L @ @t ,z)<w|ў'}'@ @2!pޞY<OI  @ @ Ľ}UV+ʶ  @ @wڵ8vW?#^qw @ q#Spf6e @ @~ @ @@6b`531- @ @@`? @ @W(nܸ32) @ @VFGG_  @ @ DdhNB @'P*ox~ @Ȑ@|c24'S!@ @c t~ @Ȑ@ZU% @ @ ,z!@ @2$`q&d* @ @?p=C @dH`П  @ p@}=C @dH@i* @ @`* =Sy @ @ =_ @ @@,dX(3?fU\8j%Ow'^-b0(@oO壇_ ZM}+8 @'[_᝵-#~؉=C{^@֭(@ +Qݺ儇~ؑݶ8?>~Z,-U~n9,>YㅞE7ن*)}?>Wێ)>?_έٰzCw=u3jLZQ(` Y3 @ X~ui{Ozk?mؗݵiD}]ā!P,T O.V}n?7KOxOq 0$` K4 @@ܱ3=Gh֟D,t?" @N . >{uG{r&0p+/8EA VZxPb1}q߀]?~v]xPm^,LY @I'>su߅S9R_2W*?Wf#[ ?r,}$l3ݘ9@m @fz3 ݅Xrӓ__y+1wo&wyWc >z^|3o)I|-$:=#@tGu?D^O|#=O~4"L:imXwoة9̱ /\5J 1SxoXb?үՑNm/8:1޸xjT_S?`RwZOK?r>l u  @} ;Oz#~ U!OyG.w.9x;ϖa rW?|{n;mHv1~Z+ @ weG]%y#s*?kR6֦mΩ|i۹~:ޱB=~鼭cXț* aM o}/z*<0ÿl 78i˅хoZ7'2o'oOY[͗Ƚ x̻> s8տzmn9k}']OS/|v?vȔLd @ ֱsl.V8=UcjK_ 1fz|褾_>ZX,.őJ3l~ @ %]j^()ԞvO詎ٺQ=ҹ__ObVVZmІK$J @^xٯ3TU+sǾ 􌏞?xuh-<ۨ7:+5*AyRlnG[gB@&h @⢿p-VΟz+U2Ou<￰o}d, >%WZtk/j:q*`  @UϹ;n]ܪ3#g+S %`8S!wqV7pHC@@ $D @lySwg ~߻]}ОK0]|sQOqph06¹0Pyy_~ v.#C @-pz =ϻ3(UGf/ٕm_#x6<)=S:%8 @ jsoc:L!P՞r~g=]FwZ5? +a#@r'pƽ_svŃ}=$2WqJ"YPGsĩ}?ٴs7] K  @Y7X{o$yॿ~Of䄔H)Y}ryɈFu1ʮ8d7fFP{6RU{s8N26x;>v)+=ХC;O/{:2DS @ O}0'P<j ;soGt:*_*:U#JkR> @~'p֯~"P%~3)t;/b(v;?P`A%bׁx& Es @r/7p}ּ3ſ׹Ȗ~wa#.R'?S"̑ږRX8-O)jQPK_Yl  Kw'@r_wO%i4%Y-K|ı 8ca+@Hh%vV\2fkwn @8PJ0G0^Ɨ$ۺ4L_GќuUkz{+{@ S)_f`)H&)nW][l*~dDTH8Ȃ lm9J N xo77ڙ6np@(6M@ I @ ?p/|Г&0T\wܓgvd0VShh '~l(Zf`= hM^~__CB&wVq[.;($wldFU`f8-v0\6YЬ:GfPHPI p@wa :uOiX{4WrG|4hl?옱޵n`ZX| @@, =R(U~A.*Ka J.,ۿ;rh{P @ ;sskl\OT'*!G svqwXUHH 0==Pם}[zs:c &P6h*uǭs u @ puh1TA1VkkPum6)E]ّumTc PlUqge @2Rnp}-qP"tU* -<# KԞ  @&3\sJV !Jr3'MxeIv7HrGh)ʖ @*$f0HRY^=SۚIV |OĴ,L@K @=GI4}3vaU[(+IH͜> @)Yp_D<}Н1w|ߋ$nޝ4Iy0O0 @ ^$ "sX2~߽=$>I *47ŪY`&D] @ZO _+^݅/3c M 3F- @(/znJb)1LU)y0o2; @/f4> ,ZR\th>Hs/M>B#@L#V.w4.i[-~3b.m" 䢒gIݒ 'u#"a @JTs`J&l8^CiO9v\\ȶܿf Qd -"NRv01 @ YѾde%[δYU$Hu+l~rZyh W)dO=sZtWfE */;Pܘ̤ٗ 'W^r.-}=.g[jK룁rϑٜo݅Ya=I$@WiԿ˾xEz+;g T*QVԭA M(F! @@Z{yJ#r^lZG4ǸkR6>4{/_3@3> @-'p{]oE-4uMoj2fUW:]>k\+?z]e2C @@ ܻfbj7ڷKק1'~kV*ј -\?DPHH 0#Kϊ;Qs_l\?=Z)\64kr~8| G(N*  @qn0 qӷ\uxlKΚ~m.}ug+Y$+t4&qbp @aSx~ӷo~s[%Seˢ;ƯpT}T2oŹ W&v @u٦y7L^{/X=6.,{ x_W5)Q<j%+. @AC+ֿ Lf[a So^OX`|-d쪖Eeؐ@5M_ t** tY<5(?0VB`waG Yb&O@ yc"# @@,o\Xb 2Lfwo9D_|gG2Wt_ i ' @`w[ёgrYW-ر[u=>%2ޱmm @@όuem{ߺWCSMG߰piݡ\:Ñ7:Lظ:^ka  @ j_ݶ孮PqE?jLSDouv;c^^VDO@GEN @ZqQtφ+c*܄@%E׬ϙN=aׁrO7,)W# a +:5^#@<'p+s E K=X\,6f60k%S`yѿj4m6b%@,BYy""u@b'[^8l'~O܎o Zp< Q/~ph;hBU@ #'o @/mn?"c;=+/]HL+p]iJQ?;}l؜ 9zE8@?сsO  :fZw?̶(-.Rk<]>3Ӛz=Y@` @(:[/|w8qr_*qw[i;N*/=فHiSiZ/B @.P O=z`Zb/g^ݫ^5l#ŋ;fRsJDW/Zfj%@L#D ޽(LAmί} g̪ +BհԇS8?f$}сxrW^y @ mzD}K6DO<\Ε2}swb3Ŧ+2eڶ}z}.8iM73ʑRN_ @]0=zʒt{Qyxˇt;OpU/to? _֖?:< /7)դ @\gd*ԀgD1> WuT2ΜmM(xBVhvW+zoU @SSY3D8jE+gٱuS i0Xb\TD. X/ۢ:+ƒl]vlJ @ZT [)E#zѓ- MH{Om[s`tw7t^Ětd3{^VW\r6-Px; @t^hS߽"݋\ܳ_R=QtQ#WuhWfxE25}|k뎕WM]3Yf% @=mr+[esi clhcnO;n߿$)&%Gy㗭/&  @E dhG-GʉPȶYc^;EU b%:n;m0KwW~p/^⦀?Bp=xV@Y o @,"}F+uf@W]-?s=rD]SQ: gƣu ?lOp]J&;~tF].\dqsTj|Ni@KhJ%9X-|k_[+`3`Ciك=[VtgCִ[=Vf3 zה7,[ؼ|(_I  @r!=-Ϟ#'߷`0*Jgi,S Epr)Ec%щQg* yP v{Ǣ٧%Jwf`8g L\iˌg QG\*JOPyY`'+F*.4@,# @X))Owt˦# T L'+O>CKjӒgmXt1 8*fP @ @@8*r"@ @1 ( * @H@GEN @ @ fA#@ @IPHȉ @,3p @ @  I9 @ @b @$Q@ "' @ @̠ @ @$ ($qTD @bPT8 @ D$ @ @@ 1 G @(Q @Y@ fP @ @@8*r"@ @1 ( * @H@GEN @ @ fA#@ @IPHȉ @,3p @ @  I9 @ @b @$Q@ "' @ @̠ @ @$ T $&&' @ @ 6j`slҧYgzC @N \+S~^`tt }&@ @R!0竧x^o[|㔭| @ @"m۶LMyg6 }&@ @/v,3-.۵kNr @ @ Y;w^2]VU*i+ @hL-}.e@ @A` lWp1_nG  @ @D |;qN[?Kt;[N @$B2}a翝)u @ @@c¹_?1S3;Z})u @ @@JZp 7<|y@ @ @ b8vhg-TdËkT1< @ @@r Ys*\{H5  @ @ \ϥ9r /\  @ |>'s6;v @ @@2̍}Gœ ՀK,\ێ @{>U?<f\̧ @ @ T¯t5q^jpq"_ϧ @ @ |vΝ7ڼ :::Cm @ @w.$‚ ۶m ~p! ڇ @X@03B^PPh i> @ @_7zj\.GyG @@zG틉;B!y]yp1 ۗ @@|~XLU63 @ @H8  YlwUN|J @,ZK]w]u0hwO|J @,J-*¤c+xb !S{K @_`۶m)?O\.8|^:+ @ 0gl6^{/6mD[!BmsibW @ @`Np?rjn!g @ @`Vpw[.`.ꪫWi @ @n"Yp(Zu@\ @ ׇ\~ԴPM<~׽n4pe-;"6 @H:[zWo_yچ @H@%Ȼ7t{ >:VC=A @ P 3.컠]Zfk׮^= @ @íng^voT*}+X IDATj @4X@8c8yd`;vFM @ ´q_kC Նo߾wtt_V?{ @ @&R8~u8F!L'>*ȟSL @R,0r?݇DPRx{~QO @bU85j ;`j"_?0&O @I ~1LiRv0y o<,[;y @ @ s.iy&fd_'@ @ cWX./I+3&d6² &/ @$Dpt'$iH|?|__߻B!ci{b! @~7׷D>r%',O,J @(Pǥ}ulwQM0O}SJ aYr @ @03<a;5 Dpa8?o O  @ @/Goᆇ \X.L@}c[ ׄJG²މ^  @ @"AñXDD ]v-0@ .X @U W+?pb%}*Lŀj!wsu @ @)gwyǔuMi nW[@vX0 @-0o NJ_ w; o^peX0ȿy @ @@ ǂ ÏMg:RzM7] W嗇/n3 @Zzp[UJuo|K}=+L,. . < @ `rmwxՋp>S ι9z sN( T_ 3&=Y}ToC$ @ @`gN ϧ'={p'LFg @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @hrJ ~0| IENDB`ic11PNG  IHDR szzsRGBDeXIfMM*i  b IDATX U=KPm^Ҡ(f`A$DDEQѱ :qn.1:t $[0īML] =sR>wDCwyc0bEaPhBXL$ٴdBt6)}QFxq_#El6SODQ\4ٟ(·`={V0pz*@0e=U@[QiA :Vxq^IPWfwWR U_ULٍF[+bQX[A1dKէU!rO*1 +m/Œz;vz`{6-dŀfkjQI{oup>Nɑc<þ܇?p <:iL8+1T4c0o틹ig"g'Q`hA+ɑR YqQ@s ؂Rm/rH4å5.a܁7߽9amHIENDB`info>bplist00 X$versionY$archiverT$topX$objects_NSKeyedArchiver Troot U$null WNS.keysZNS.objectsV$classTname_assetcatalog-referenceTicon  !"Z$classnameX$classes\NSDictionary!#XNSObject$)27ILQS[ahp{$borgbase-vorta-f22716d/package/macos-package-app.sh000066400000000000000000000031721473223056000221710ustar00rootroot00000000000000#!/usr/bin/env bash # Inspired by https://github.com/metabrainz/picard/blob/master/scripts/package/macos-notarize-app.sh set -eux APP_BUNDLE_ID="com.borgbase.client.macos" APP_BUNDLE="Vorta" # CERTIFICATE_NAME="Developer ID Application: Joe Doe (XXXXXX)" # APPLE_ID_USER="name@example.com" # APPLE_ID_PASSWORD="CHANGEME" # APPLE_TEAM_ID="CNMSCAXT48" # Sign app bundle, Sparkle and Borg codesign --verbose --force --sign "$CERTIFICATE_NAME" --timestamp --deep --options runtime \ $APP_BUNDLE.app/Contents/Frameworks/Sparkle.framework find $APP_BUNDLE.app/Contents/Resources/borg-dir \ -type f \( -name \*.so -or -name \*.dylib -or -name borg.exe -or -name Python \) \ -exec codesign --verbose --force --timestamp --deep --sign "${CERTIFICATE_NAME}" \ --entitlements ../package/entitlements.plist --options runtime {} \; codesign --verify --force --verbose --deep \ --options runtime --timestamp \ --entitlements ../package/entitlements.plist \ --sign "$CERTIFICATE_NAME" $APP_BUNDLE.app # Create DMG rm -rf $APP_BUNDLE.dmg create-dmg \ --volname "Vorta Installer" \ --filesystem APFS \ --window-size 410 300 \ --icon-size 100 \ --icon "Vorta.app" 70 150 \ --hide-extension "Vorta.app" \ --app-drop-link 240 150 \ "Vorta.dmg" \ "Vorta.app" # Notarize DMG xcrun notarytool submit \ --output-format plist --wait --timeout 10m \ --apple-id $APPLE_ID_USER \ --password $APPLE_ID_PASSWORD \ --team-id $APPLE_TEAM_ID \ "$APP_BUNDLE.dmg" # Staple the notary ticket xcrun stapler staple $APP_BUNDLE.dmg xcrun stapler staple $APP_BUNDLE.app xcrun stapler validate $APP_BUNDLE.dmg borgbase-vorta-f22716d/package/vorta.spec000066400000000000000000000052221473223056000203710ustar00rootroot00000000000000# -*- mode: python -*- import os import sys from pathlib import Path from vorta.config import ( APP_NAME, APP_ID_DARWIN ) from vorta._version import __version__ as APP_VERSION BLOCK_CIPHER = None APP_APPCAST_URL = 'https://borgbase.github.io/vorta/appcast.xml' # it is assumed that the cwd is the git repo dir: SRC_DIR = os.path.join(os.getcwd(), 'src', 'vorta') a = Analysis([os.path.join(SRC_DIR, '__main__.py')], pathex=[SRC_DIR], binaries=[], datas=[ (os.path.join(SRC_DIR, 'assets/UI/*'), 'assets/UI'), (os.path.join(SRC_DIR, 'assets/icons/*'), 'assets/icons'), (os.path.join(SRC_DIR, 'assets/exclusion_presets/*'), 'assets/exclusion_presets'), (os.path.join(SRC_DIR, 'i18n/qm/*'), 'vorta/i18n/qm'), ], hiddenimports=[ 'vorta.keyring.darwin', 'vorta.keyring.kwallet', 'vorta.keyring.secretstorage', ], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=BLOCK_CIPHER, noarchive=False) pyz = PYZ(a.pure, a.zipped_data, cipher=BLOCK_CIPHER) exe = EXE(pyz, a.scripts, exclude_binaries=True, name=f"vorta-{sys.platform}", bootloader_ignore_signals=True, console=False, debug=False, strip=False, upx=True) coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, debug=False, strip=False, upx=False, name='vorta') app = BUNDLE(coll, name='Vorta.app', icon='icon.icns', bundle_identifier=None, info_plist={ 'CFBundleName': APP_NAME, 'CFBundleDisplayName': APP_NAME, 'CFBundleIdentifier': APP_ID_DARWIN, 'NSHighResolutionCapable': 'True', 'LSAppNapIsDisabled': 'True', 'NSRequiresAquaSystemAppearance': 'False', 'LSUIElement': '1', 'LSMinimumSystemVersion': '10.14', 'CFBundleShortVersionString': APP_VERSION, 'CFBundleVersion': APP_VERSION, 'SUFeedURL': APP_APPCAST_URL, 'LSEnvironment': { 'LC_CTYPE': 'en_US.UTF-8', 'PATH': '/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin' } }) borgbase-vorta-f22716d/pyproject.toml000066400000000000000000000007501473223056000177040ustar00rootroot00000000000000[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.ruff] line-length = 120 # exclude = ["package", "build", "dist", ".git", ".idea", ".cache", ".tox", ".eggs", "./src/vorta/__init__.py", ".direnv", "env"] include = ["src/**/*.py", "tests/**/*.py"] [tool.ruff.lint] select = [ "E", # Error "F", # pyflakes "I", # isort "W", # Warning "YTT", # flake8-2020 ] ignore = [ "F401", ] [tool.ruff.format] quote-style = "preserve" borgbase-vorta-f22716d/requirements.d/000077500000000000000000000000001473223056000177335ustar00rootroot00000000000000borgbase-vorta-f22716d/requirements.d/Brewfile000066400000000000000000000003101473223056000214070ustar00rootroot00000000000000# Install required non-Python dev packages using Homebrew on macOS: # Run `brew bundle` while in this folder brew 'create-dmg' brew 'qt' brew 'hub' brew 'xmlstarlet' cask 'qt-creator' cask 'sparkle' borgbase-vorta-f22716d/requirements.d/dev.txt000066400000000000000000000002171473223056000212520ustar00rootroot00000000000000coverage macholib nox pkgconfig pre-commit pyinstaller pylint pytest pytest-cov pytest-faulthandler pytest-mock pytest-qt ruff tox twine wheel borgbase-vorta-f22716d/setup.cfg000066400000000000000000000045501473223056000166130ustar00rootroot00000000000000[metadata] name = vorta author = Manuel Riel and Vorta contributors description = A GUI for Borg Backup version = attr: vorta._version.__version__ url = https://github.com/borgbase/vorta keywords = backup borgbackup # List of classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers classifiers = Development Status :: 4 - Beta Environment :: MacOS X Environment :: X11 Applications :: Qt Operating System :: MacOS Operating System :: POSIX License :: OSI Approved :: GNU General Public License v3 (GPLv3) Programming Language :: Python :: 3 Topic :: System :: Archiving :: Backup Topic :: System :: Systems Administration Topic :: Utilities long_description = file: README.md long_description_content_type = text/markdown license_file = LICENSE.txt project_urls = Bug Tracker = https://github.com/borgbase/vorta/issues Documentation = https://docs.borgbase.com Source Code = https://github.com/borgbase/vorta [options] packages = find: package_dir = =src include_package_data = true python_requires = >=3.8 install_requires = packaging peewee platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently. platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0, psutil pyobjc-core < 10; sys_platform == 'darwin' pyobjc-framework-Cocoa < 10; sys_platform == 'darwin' pyobjc-framework-CoreWLAN < 10; sys_platform == 'darwin' pyobjc-framework-LaunchServices < 10; sys_platform == 'darwin' pyqt6 secretstorage; sys_platform != 'darwin' setuptools tests_require = pytest pytest-qt pytest-mock [options.entry_points] gui_scripts = vorta = vorta.__main__:main [options.packages.find] where=src [tool:pytest] addopts = -vs testpaths = tests qt_default_raising = true filterwarnings = ignore::DeprecationWarning [coverage:run] source = vorta omit = tests/* relative_files = true [tox:tox] envlist = py36,py37,py38 skip_missing_interpreters = true [testenv] deps = pytest pytest-qt pytest-mock commands=pytest passenv = DISPLAY [testenv:ruff] deps = ruff commands=ruff check src tests [pycodestyle] max_line_length = 120 [pylint.master] extension-pkg-whitelist=PyQt6 load-plugins= [pylint.messages control] disable= W0511,C0301,R0903,W0212,C0114,C0115,C0116,C0103,E0611,E1120,C0415,R0914,R0912,R0915 [pylint.format] max-line-length=120 borgbase-vorta-f22716d/setup.py000077500000000000000000000000461473223056000165030ustar00rootroot00000000000000from setuptools import setup setup() borgbase-vorta-f22716d/src/000077500000000000000000000000001473223056000155555ustar00rootroot00000000000000borgbase-vorta-f22716d/src/vorta/000077500000000000000000000000001473223056000167105ustar00rootroot00000000000000borgbase-vorta-f22716d/src/vorta/__init__.py000066400000000000000000000000421473223056000210150ustar00rootroot00000000000000from ._version import __version__ borgbase-vorta-f22716d/src/vorta/__main__.py000066400000000000000000000047331473223056000210110ustar00rootroot00000000000000import os import signal import sys from peewee import SqliteDatabase # Need to import config as a whole module instead of individual variables # because we will be overriding the modules variables from vorta import config from vorta._version import __version__ from vorta.log import init_logger, logger from vorta.store.connection import init_db from vorta.updater import get_updater from vorta.utils import DEFAULT_DIR_FLAG, parse_args from vorta.views.exception_dialog import ExceptionDialog def main(): def exception_handler(type, value, tb): from traceback import format_exception logger.critical( "Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new/choose", exc_info=(type, value, tb), ) full_exception = ''.join(format_exception(type, value, tb)) if app: exception_dialog = ExceptionDialog(full_exception) exception_dialog.show() exception_dialog.raise_() exception_dialog.activateWindow() exception_dialog.exec() else: # Crashed before app startup, cannot translate sys.exit(1) sys.excepthook = exception_handler app = None args = parse_args() signal.signal(signal.SIGINT, signal.SIG_DFL) # catch ctrl-c and exit want_version = getattr(args, 'version', False) want_background = getattr(args, 'daemonize', False) want_development = getattr(args, 'development', False) if want_version: print(f"Vorta {__version__}") # noqa: T201 sys.exit() if want_background: if os.fork(): sys.exit() if want_development: # if we're using the default dev dir if want_development is DEFAULT_DIR_FLAG: config.init_dev_mode(config.default_dev_dir()) else: # if we're not using the default dev dir and # instead we're using whatever dir is passed as an argument config.init_dev_mode(want_development) init_logger(background=want_background) # Init database sqlite_db = SqliteDatabase( config.SETTINGS_DIR / 'settings.db', pragmas={ 'journal_mode': 'wal', }, ) init_db(sqlite_db) # Init app after database is available from vorta.application import VortaApp app = VortaApp(sys.argv, single_app=args.profile is None) app.updater = get_updater() sys.exit(app.exec()) if __name__ == '__main__': main() borgbase-vorta-f22716d/src/vorta/_version.py000066400000000000000000000000271473223056000211050ustar00rootroot00000000000000__version__ = "0.10.3" borgbase-vorta-f22716d/src/vorta/application.py000066400000000000000000000350451473223056000215740ustar00rootroot00000000000000import logging import os import sys from pathlib import Path from typing import Any, Dict, List, Tuple from PyQt6 import QtCore from PyQt6.QtWidgets import QMessageBox from vorta import config from vorta.borg.break_lock import BorgBreakJob from vorta.borg.create import BorgCreateJob from vorta.borg.jobs_manager import JobsManager from vorta.borg.version import BorgVersionJob from vorta.i18n import init_translations, translate from vorta.notifications import VortaNotifications from vorta.profile_export import ProfileExport from vorta.qt_single_application import QtSingleApplication from vorta.scheduler import VortaScheduler from vorta.store.connection import cleanup_db from vorta.store.models import BackupProfileModel, SettingsModel from vorta.tray_menu import TrayMenu from vorta.utils import borg_compat, parse_args from vorta.views.main_window import MainWindow logger = logging.getLogger(__name__) APP_ID = config.TEMP_DIR / "socket" class VortaApp(QtSingleApplication): """ All windows and QWidgets are children of this app. When running Borg-commands, the class `BorgJob` will emit events via the `VortaApp` class to which other windows will subscribe to. """ backup_started_event = QtCore.pyqtSignal() backup_finished_event = QtCore.pyqtSignal(dict) backup_cancelled_event = QtCore.pyqtSignal() backup_log_event = QtCore.pyqtSignal(str, dict) backup_progress_event = QtCore.pyqtSignal(str) check_failed_event = QtCore.pyqtSignal(dict) profile_changed_event = QtCore.pyqtSignal() def __init__(self, args_raw, single_app=False): super().__init__(str(APP_ID), args_raw) args = parse_args() if self.isRunning(): if single_app: self.sendMessage("open main window") logger.info('An instance of Vorta is already running. Opening main window.') sys.exit() elif args.profile: self.sendMessage(f"create {args.profile}") logger.info('Creating backup using existing Vorta instance.') sys.exit() elif args.profile: sys.exit('Vorta must already be running for --create to work') init_translations(self) self.setQuitOnLastWindowClosed(False) self.jobs_manager = JobsManager() self.scheduler = VortaScheduler() self.setApplicationName("Vorta") # Import profile from ~/.vorta-init.json or add empty "Default" profile. self.bootstrap_profile() # Prepare tray and main window self.tray = TrayMenu(self) self.main_window = MainWindow(self) if getattr(args, 'daemonize', False): pass elif SettingsModel.get(key='foreground').value: self.open_main_window_action() self.backup_started_event.connect(self.backup_started_event_response) self.backup_finished_event.connect(self.backup_finished_event_response) self.backup_cancelled_event.connect(self.backup_cancelled_event_response) self.message_received_event.connect(self.message_received_event_response) self.check_failed_event.connect(self.check_failed_response) self.backup_log_event.connect(self.react_to_log) self.aboutToQuit.connect(self.quit_app_action) self.set_borg_details_action() if sys.platform == 'darwin': self.check_darwin_permissions() def create_backups_cmdline(self, profile_name): profile = BackupProfileModel.get_or_none(name=profile_name) if profile is not None: if profile.repo is None: logger.warning(f"Add a repository to {profile_name}") self.create_backup_action(profile_id=profile.id) else: logger.warning(f"Invalid profile name {profile_name}") def quit_app_action(self): self.backup_cancelled_event.emit() del self.main_window self.tray.deleteLater() del self.tray cleanup_db() def create_backup_action(self, profile_id=None): if not profile_id: profile_id = self.main_window.current_profile.id profile = BackupProfileModel.get(id=profile_id) msg = BorgCreateJob.prepare(profile) if msg['ok']: job = BorgCreateJob(msg['cmd'], msg, profile.repo.id) self.jobs_manager.add_job(job) else: notifier = VortaNotifications.pick() notifier.deliver( self.tr('Vorta Backup'), translate('messages', msg['message']), level='error', ) self.backup_progress_event.emit(f"[{profile.name}] {translate('messages', msg['message'])}") return None def open_main_window_action(self): self.main_window.show() self.main_window.raise_() self.main_window.activateWindow() def toggle_main_window_visibility(self): if self.main_window.isVisible(): self.main_window.close() else: self.open_main_window_action() def backup_started_event_response(self): self.tray.set_tray_icon(active=True) def backup_finished_event_response(self): if not self.jobs_manager.is_worker_running(): self.tray.set_tray_icon() def backup_cancelled_event_response(self): self.jobs_manager.cancel_all_jobs() self.tray.set_tray_icon() def message_received_event_response(self, message): if message == "open main window": self.open_main_window_action() elif message.startswith("create"): message = message[7:] # Remove create if self.jobs_manager.is_worker_running(): logger.warning("Cannot run while backups are already running") else: self.create_backups_cmdline(message) # No need to add this function to JobsManager because it doesn't require to lock a repo. def set_borg_details_action(self): params = BorgVersionJob.prepare() if not params['ok']: self._alert_missing_borg() return job = BorgVersionJob(params['cmd'], params) job.result.connect(self.set_borg_details_result) self.jobs_manager.add_job(job) def set_borg_details_result(self, result): """ Receive result from BorgVersionJob. If no valid version was found, display an error. """ if 'version' in result['data']: borg_compat.set_version(result['data']['version'], result['data']['path']) self.main_window.aboutTab.set_borg_details(borg_compat.version, borg_compat.path) self.main_window.repoTab.toggle_available_compression() self.main_window.archiveTab.toggle_compact_button_visibility() self.scheduler.reload_all_timers() # Start timer after Borg version is set. else: self._alert_missing_borg() def _alert_missing_borg(self): msg = QMessageBox() msg.setIcon(QMessageBox.Icon.Critical) msg.setText(self.tr("No Borg Binary Found")) msg.setInformativeText(self.tr("Vorta was unable to locate a usable Borg Backup binary.")) msg.setStandardButtons(QMessageBox.StandardButton.Ok) msg.exec() def check_darwin_permissions(self): """ macOS restricts access to certain folders by default. For some folders, the user will get a prompt (e.g. Documents, Downloads), while others will cause file access errors. This function tries reading a file that is known to be restricted and warn the user about incomplete backups. """ if not SettingsModel.get(key="check_full_disk_access").value: return test_path = Path('~/Library/Cookies').expanduser() if test_path.exists() and not os.access(test_path, os.R_OK): msg = QMessageBox() msg.setIcon(QMessageBox.Icon.Warning) msg.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.LinksAccessibleByMouse) msg.setText(self.tr("Vorta needs Full Disk Access for complete Backups")) msg.setInformativeText( self.tr( "Without this, some files will not be accessible and you may end up with an incomplete " "backup. Please set Full Disk Access permission for Vorta in " "" "System Preferences > Security & Privacy." ) ) msg.setStandardButtons(QMessageBox.StandardButton.Ok) msg.exec() def react_to_log(self, mgs, context): """ Trigger Vorta actions based on Borg logs. E.g. repo lock. """ msgid = context.get('msgid') if msgid == 'LockTimeout': profile = BackupProfileModel.get_or_none(name=context['profile_name']) if profile is None: # Repo may not yet exist in DB. return repo_url = context.get('repo_url') msg = QMessageBox() msg.setWindowTitle(self.tr("Repository In Use")) msg.setIcon(QMessageBox.Icon.Critical) abortButton = msg.addButton(self.tr("Abort"), QMessageBox.ButtonRole.RejectRole) msg.addButton(self.tr("Continue"), QMessageBox.ButtonRole.AcceptRole) msg.setDefaultButton(abortButton) msg.setText(self.tr(f"The repository at {repo_url} might be in use elsewhere.")) msg.setInformativeText( self.tr( "Only break the lock if you are certain no other Borg process " "on any machine is accessing the repository. Abort or break the lock?" ) ) msg.accepted.connect(lambda: self.break_lock(profile)) self._msg = msg msg.show() elif msgid == 'LockFailed': repo_url = context.get('repo_url') msg = QMessageBox() msg.setText( self.tr( f"You do not have permission to access the repository at {repo_url}. Gain access and try again." ) ) # noqa: E501 msg.setWindowTitle(self.tr("No Repository Permissions")) self._msg = msg msg.show() def break_lock(self, profile): params = BorgBreakJob.prepare(profile) if not params['ok']: self.backup_progress_event.emit(f"[{profile.name}] {params['message']}") return job = BorgBreakJob(params['cmd'], params) self.jobs_manager.add_job(job) def bootstrap_profile(self, bootstrap_file=None): # Necessary to dynamically load the variable from config during runtime # Check out pull request for #1682 for context bootstrap_file = bootstrap_file or config.PROFILE_BOOTSTRAP_FILE """ Make sure there is at least one profile when first starting Vorta. Will either import a profile placed in ~/.vorta-init.json or add an empty "Default" profile. """ if bootstrap_file.is_file(): try: profile_export = ProfileExport.from_json(bootstrap_file) profile = profile_export.to_db(overwrite_profile=True, overwrite_settings=True) except Exception as exception: double_newline = os.linesep + os.linesep QMessageBox.critical( None, self.tr('Failed to import profile'), "{}{}\"{}\"{}{}".format( self.tr('Failed to import a profile from {}:').format(bootstrap_file), double_newline, str(exception), double_newline, self.tr('Consider removing or repairing this file to ' 'get rid of this message.'), ), ) return bootstrap_file.unlink() notifier = VortaNotifications.pick() notifier.deliver( self.tr('Profile import successful!'), self.tr('Profile {} imported.').format(profile.name), level='info', ) logger.info('Profile {} imported.'.format(profile.name)) if BackupProfileModel.select().count() == 0: default_profile = BackupProfileModel(name='Default') default_profile.save() def check_failed_response(self, result: Dict[str, Any]): """ Process the signal that a repo consistency check failed. Displays a `QMessageBox` with an error message depending on the return code of the `BorgJob`. """ # extract data from the params for the borg job repo_url = result['params']['repo_url'] returncode = result['returncode'] errors: List[Tuple[int, str]] = result['errors'] error_message = errors[0][1] if errors else '' # Switch over returncodes if returncode == 0: # No fail logger.warning('VortaApp.check_failed_response was called with returncode 0') elif returncode == 130: # Keyboard interrupt pass else: # Real error # Create QMessageBox msg = QMessageBox() msg.setIcon(QMessageBox.Icon.Critical) # changed for warning msg.setStandardButtons(QMessageBox.StandardButton.Ok) msg.setWindowTitle(self.tr('Repo Check Failed')) if returncode == 1: # warning msg.setIcon(QMessageBox.Icon.Warning) text = translate( 'VortaApp', 'Borg exited with warning status (rc 1). See the logs for details.' ).format(config.LOG_DIR.as_uri()) infotext = error_message elif returncode > 128: # 128+N - killed by signal N (e.g. 137 == kill -9) signal = returncode - 128 text = self.tr('Repository data check for repo was killed by signal %s.') % signal infotext = self.tr('The process running the check job got a kill signal. Try again.') else: # Real error text = self.tr('Repository data check for repo %s failed. Error code %s') % ( repo_url, returncode, ) infotext = error_message + '\n' infotext += self.tr('Consider repairing or recreating the repository soon to avoid missing data.') msg.setText(text) msg.setInformativeText(infotext) # Display messagebox msg.exec() borgbase-vorta-f22716d/src/vorta/assets/000077500000000000000000000000001473223056000202125ustar00rootroot00000000000000borgbase-vorta-f22716d/src/vorta/assets/UI/000077500000000000000000000000001473223056000205275ustar00rootroot00000000000000borgbase-vorta-f22716d/src/vorta/assets/UI/about_tab.ui000066400000000000000000000232041473223056000230270ustar00rootroot00000000000000 Form 0 0 791 497 Form 12 12 Qt::Horizontal 40 20 5 0 Qt::AlignHCenter 5 10 Vorta Version: 0.0 Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter Qt::AlignHCenter 5 10 10 Borg Version: 1.1.8 10 /usr/bin/borg QFrame::HLine QFrame::Sunken Qt::AlignHCenter 5 10 <html><head/><body><p><a href="https://github.com/borgbase/vorta/issues/new/choose"><span style=" text-decoration: underline; color:#0984e3;">Click here</span></a> to report a bug.</p></body></html> true Qt::AlignHCenter 10 <html><head/><body><p><a href="file:///"><span style=" text-decoration: underline; color:#0984e3;">View the logs</span></a></p></body></html> 0 true Qt::AlignHCenter 5 10 <html><head/><body><p><a href="https://borgbackup.readthedocs.io/en/master/index.html"><span style=" text-decoration: underline; color:#0984e3;"> Click here</span></a> to view the docs.</p></body></html> true Qt::AlignHCenter 5 10 10 <html><head/><body><p><a href="https://github.com/borgbase/vorta"><span style=" text-decoration: underline; color:#0984e3;">Click here</span></a> to view Git repo.</p></body></html> true QFrame::HLine QFrame::Sunken Qt::AlignHCenter 20 Vorta is a cross-platform, open-source client designed to simplify the management of Borg backups. Copyright (C) 2018-2020 Manuel Riel and Vorta contributors (see CONTRIBUTORS.md) 0 10 10 20 Qt::AlignHCenter Qt::Vertical 40 20 Qt::Horizontal 40 20 borgbase-vorta-f22716d/src/vorta/assets/UI/archive_tab.ui000066400000000000000000000625411473223056000233450ustar00rootroot00000000000000 Form 0 0 781 447 Form 0 6 0 6 0 0 781 371 Archives 4 Refresh archive list Qt::Horizontal 40 20 Check the consistency of the repository Check Qt::ToolButtonTextBesideIcon Prune the archives in this repository Prune Qt::ToolButtonTextBesideIcon Optimize disk space by defragmenting the repository Compact Qt::ToolButtonTextBesideIcon 0 0 see source code bMountRepo Qt::ToolButtonTextBesideIcon 1 1 false false false Date Size Duration Mount Point Name Trigger QFrame::NoFrame 4 0 0 0 0 0 0 Recalculate selected archive's size(s) Recalculate Qt::ToolButtonTextBesideIcon 0 0 Compare two archives Diff Qt::ToolButtonTextBesideIcon 0 0 see source code bMountArchive Qt::ToolButtonTextBesideIcon 0 0 Extract selected archive Extract… Qt::ToolButtonTextBesideIcon 0 0 Rename selected archive Rename… Qt::ToolButtonTextBesideIcon 0 0 Delete selected archive(s) Delete Qt::ToolButtonTextBesideIcon Qt::Vertical 20 40 true 0 20 <html><head/><body><p>To mount archives, first install &quot;FUSE for macOS&quot; from <a href="https://osxfuse.github.io/"><span style=" text-decoration: underline; color:#0984e3;">here</span></a>.</p></body></html> true 0 0 781 371 Prune Options and Archive Naming 12 12 <html><head/><body><p>Pruning removes older archives. You can choose the number of hourly, daily, etc. archives to preserve. Usually you will keep more newer and fewer old archives. Read <a href="https://borgbackup.readthedocs.io/en/stable/usage/prune.html"><span style=" text-decoration: underline; color:#FF4500;">more</span></a>.</p></body></html> true true 0 0 Qt::Horizontal 40 20 Hourly: Use -1 for unlimited -1 9999 Qt::Horizontal 40 20 Daily: Use -1 for unlimited -1 999 Qt::Horizontal 40 20 Weekly: Use -1 for unlimited -1 Qt::Horizontal 40 20 Monthly: Use -1 for unlimited -1 Qt::Horizontal 40 20 Annual: true Use -1 for unlimited -1 Qt::Horizontal 40 20 No matter what, keep all archives of the last: “<int><char>”, where char is “H”, “d”, “w”, “m”, “y” 24H, 1d, 52w, 12m, 1y Qt::Horizontal 40 20 0 4 Available variables: hostname, fqdn, profile_id, profile_slug, now, utc_now, user {hostname}-{profile_slug}- 100 0 Prune Prefix: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true color: grey; Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop 12 4 Available variables: hostname, fqdn, profile_id, profile_slug, now, utc_now, user {hostname}-{profile_slug}-{now:%Y-%m-%d-%H%M%S} 100 0 Archive Name: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true color: grey Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop Qt::Vertical 20 40 borgbase-vorta-f22716d/src/vorta/assets/UI/diff_dialog.ui000066400000000000000000000057311473223056000233230ustar00rootroot00000000000000 Dialog 0 0 784 565 Choose archives for diff 10 Select two archives Qt::Horizontal 40 20 false false true false Date Size Duration Mount Point Name 10 Qt::Horizontal 40 20 Cancel Diff borgbase-vorta-f22716d/src/vorta/assets/UI/diff_result.ui000066400000000000000000000071561473223056000234050ustar00rootroot00000000000000 Dialog 0 0 784 565 Diff Result 4 0 nyx2.local-2018-11-16T09:49:58 nyx2.local-2018-10-16T09:49:58 Qt::Horizontal 40 20 Qt::NoFocus Keep folders on top when sorting Folders First true true Set display mode of diff view QComboBox::AdjustToContents Tree Tree, simplified Flat Qt::NoFocus Collapse All true 10 QDialogButtonBox::Close treeView comboBoxDisplayMode borgbase-vorta-f22716d/src/vorta/assets/UI/exception_dialog.ui000066400000000000000000000112761473223056000244120ustar00rootroot00000000000000 Dialog Qt::NonModal 0 0 674 296 0 0 Fatal Error true 10 10 10 10 0 Qt::Horizontal QSizePolicy::Fixed 10 20 0 0 true Vorta quit unexpectedly. <html><head/><body><p>You can report this issue on <a href="https://github.com/borgbase/vorta/issues"><span style=" text-decoration: underline; color:#0984e3;">Github</span></a>. Please search for similar issues before reporting.</p></body></html> true Qt::Vertical QSizePolicy::Fixed 20 5 Crash Report: true Qt::Horizontal 40 20 QDialogButtonBox::Close Copy to Clipboard borgbase-vorta-f22716d/src/vorta/assets/UI/exclude_dialog.ui000066400000000000000000000131551473223056000240430ustar00rootroot00000000000000 Dialog 0 0 504 426 Add patterns to exclude 10 0 Custom true Qt::Horizontal 40 20 Presets true Raw true Exclude If Present true Qt::Horizontal 40 20 Preview true Qt::Horizontal 40 20 Copy to Clipboard QDialogButtonBox::Close borgbase-vorta-f22716d/src/vorta/assets/UI/export_window.ui000066400000000000000000000025351473223056000240030ustar00rootroot00000000000000 Dialog 0 0 555 78 0 0 Include Borg passphrase in export. Use with caution! Include borg passphrase in export Qt::Vertical 20 40 QDialogButtonBox::Cancel|QDialogButtonBox::Save borgbase-vorta-f22716d/src/vorta/assets/UI/extract_dialog.ui000066400000000000000000000063421473223056000240640ustar00rootroot00000000000000 Dialog 0 0 784 565 Choose files to extract 10 Archive: 75 true nyx2.local-2018-11-16T09:49:58 from November 16, 2018 Qt::Horizontal 40 20 Qt::NoFocus Keep folders on top when sorting Folders First true true Set display mode of diff view QComboBox::AdjustToContents Tree Tree, simplified Qt::NoFocus Collapse All true 10 QDialogButtonBox::Cancel borgbase-vorta-f22716d/src/vorta/assets/UI/import_window.ui000066400000000000000000000044101473223056000237660ustar00rootroot00000000000000 Dialog 0 0 551 142 0 0 Borg passphrase: Enter passphrase QLineEdit::Password false Overwrite existing profile Overwrite existing settings true 0 0 QDialogButtonBox::Cancel|QDialogButtonBox::Ok borgbase-vorta-f22716d/src/vorta/assets/UI/log_page.ui000066400000000000000000000035611473223056000226500ustar00rootroot00000000000000 LogPage 0 0 687 384 11 false false true false Time Category Subcommand Repository Returncode <html><head/><body><p><a href="file:///"><span style=" text-decoration: underline; color:#0984e3;">View the logs</span></a></p></body></html> 0 true borgbase-vorta-f22716d/src/vorta/assets/UI/main_window.ui000066400000000000000000000234111473223056000234020ustar00rootroot00000000000000 MainWindow 0 0 800 670 1000 600 MainWindow 1.000000000000000 Current Profile: 200 400 Qt::ScrollBarAsNeeded 20 20 QToolButton::InstantPopup Delete current profile 20 20 Qt::Vertical 40 40 Rename current profile 20 20 Export current profile 20 20 Qt::Vertical 20 40 Settings / About 150 40 Qt::NoFocus QPushButton:focus { border: none; outline: none; } false Qt::Vertical QSizePolicy::Fixed 20 20 0 0 false false 0 0 Settings About 0 0 false false 0 0 Repository Sources Schedule Archives false 150 0 false Cancel false 0 0 true 0 0 Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true Latest Reset App borgbase-vorta-f22716d/src/vorta/assets/UI/misc_tab.ui000066400000000000000000000021371473223056000226520ustar00rootroot00000000000000 Form 0 0 791 497 Form 12 12 QFrame::NoFrame 0 Qt::Vertical 20 40 borgbase-vorta-f22716d/src/vorta/assets/UI/networks_page.ui000066400000000000000000000034571473223056000237470ustar00rootroot00000000000000 NetworksPage 0 0 687 384 Networks 12 4 true Allowed Networks: 0 1 Run backups over metered networks false borgbase-vorta-f22716d/src/vorta/assets/UI/profile_add.ui000066400000000000000000000117251473223056000233440ustar00rootroot00000000000000 Dialog 0 0 Add Profile true 6 0 0 true Add Backup Profile Qt::AlignCenter 0 0 12 <html><head/><body> <p>Profiles allow configuring of different backup and repository settings including different schedules.</p> <p>All profiles will be able to access the same repositories as well as the same <span style=" font-style:italic;">ssh</span> keys. The global application settings in <span style=" font-style:italic;">Misc</span> are shared across profiles.</p> </body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true 0 0 QFrame::NoFrame QFrame::Plain Profile Name: profileNameField 0 0 300 0 0 0 11 Qt::Horizontal QDialogButtonBox::Cancel|QDialogButtonBox::Save profileNameField buttonBox accepted() Dialog accept() 248 254 157 274 buttonBox rejected() Dialog reject() 316 260 286 274 borgbase-vorta-f22716d/src/vorta/assets/UI/repo_add.ui000066400000000000000000000157231473223056000226530ustar00rootroot00000000000000 AddRepository true Add Repository 0 0 0 0 20 11 Qt::PlainText false Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true 0 0 0 General QFormLayout::ExpandingFieldsGrow 5 5 5 20 true Initialize New Backup Repository Repository URL: 0 0 ssh://abc123@abc123.repo.borgbase.com/./repo Choose a local folder ... :/icons/folder-open.svg:/icons/folder-open.svg Choose a remote repository ... :/icons/globe.svg:/icons/globe.svg Repository Name: Macbook Pro Office (optional) Advanced QFormLayout::ExpandingFieldsGrow 5 5 5 5 SSH Key: 0 0 Automatically choose SSH Key (default) Extra Borg Arguments: QDialogButtonBox::Cancel|QDialogButtonBox::Ok borgbase-vorta-f22716d/src/vorta/assets/UI/repo_tab.ui000066400000000000000000000355341473223056000226730ustar00rootroot00000000000000 Form true 0 0 831 461 0 0 Form 12 12 12 QFrame::NoFrame QFrame::Raised 14 14 0 0 0 0 Repository: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter true 0 repoSelector 0 6 1 <html><head/><body><p>For simple and secure backup hosting, try <a href="https://www.borgbase.com/?utm_source=vorta&utm_medium=app"><span style=" text-decoration: underline; color:#0984e3;">BorgBase</span></a>.</p></body></html> true Copy to clipboard 1 0 400 0 QComboBox::AdjustToContents Select Backup Destination Unlink repository without deleting it. QToolButton::InstantPopup 0 0 3 0 QFrame::StyledPanel QFrame::Raised QFormLayout::FieldsStayAtSizeHint Qt::AlignHCenter|Qt::AlignTop 12 12 12 0 0 SSH Key: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter true 0 sshComboBox 0 0 QComboBox::AdjustToContents Copy to clipboard false 0 0 Compression: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter true 0 repoCompression 0 0 0 QComboBox::AdjustToContents 0 0 <html><head/><body><a href="https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-compression"><span style=" text-decoration: underline; color:#0984e3;">Help on compression types</span></a></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter false 5 true 1 0 QFrame::StyledPanel QFrame::Raised QLayout::SetNoConstraint Qt::AlignHCenter|Qt::AlignTop 12 12 12 12 Encryption: Qt::Vertical QSizePolicy::Fixed 1 4 Original Size: Deduplicated Size: Compressed Size: Qt::Vertical 20 40 repoSelector repoRemoveToolbutton copyURLbutton sshComboBox sshKeyToClipboardButton repoCompression borgbase-vorta-f22716d/src/vorta/assets/UI/schedule_page.ui000066400000000000000000000533111473223056000236610ustar00rootroot00000000000000 SchedulePage 0 0 687 384 false Schedule 6 6 Qt::AlignHCenter|Qt::AlignTop 8 4 Backup schedule: Manual only 4 QLayout::SetMinimumSize Backup periodically 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Interval: Qt::Horizontal QSizePolicy::Fixed 4 1 1 740 4 Backup daily 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Time: Qt::Horizontal QSizePolicy::Fixed 4 1 Qt::Vertical QSizePolicy::Fixed 1 4 Missed backups: 16777215 16777215 Run missed backups on startup or wakeup Qt::Vertical QSizePolicy::Fixed 1 4 Autopruning: Prune after each backup Validation: 4 4 Validate repository data 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Interval: Qt::Horizontal QSizePolicy::Fixed 4 1 1 52 3 weeks Compaction: 4 4 Compact repository 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Interval: Qt::Horizontal QSizePolicy::Fixed 4 1 1 52 3 weeks Qt::Vertical QSizePolicy::Fixed 1 4 Qt::Vertical 20 40 true Next Backup: None scheduled Qt::Horizontal 40 20 borgbase-vorta-f22716d/src/vorta/assets/UI/schedule_tab.ui000066400000000000000000000047211473223056000235140ustar00rootroot00000000000000 Form 0 0 687 544 Form 0 0 0 0 false 0 0 687 384 Schedule 0 0 687 384 Networks 0 0 687 384 Log 0 0 687 384 Shell Commands borgbase-vorta-f22716d/src/vorta/assets/UI/shell_commands_page.ui000066400000000000000000000143151473223056000250560ustar00rootroot00000000000000 ShellCommandsPage 0 0 687 384 Shell Commands 12 QFrame::StyledPanel QFrame::Raised <html><head/><body><p>Run custom shell commands before and after each backup. The actual backup and post-backup command will only run, if the pre-backup command exits without error (return code 0). Available variables: <span style=" font-family:'Courier';">$repo_url, $profile_name, $profile_slug, $returncode</span></p></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true 0 100 0 Pre-backup: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 0 0 0 0 font-family:'Courier'; echo "Before backup of $repo_url" 0 100 0 Post-backup: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 0 0 font-family:'Courier'; echo "Backup of $repo_url ended with $returncode." QFrame::StyledPanel QFrame::Raised <html><head/><body><p>Extra arguments for <span style=" font-style:italic;">borg create</span>. Possible options are listed in the <a href="https://borgbackup.readthedocs.io/en/stable/usage/create.html"><span style=" text-decoration: underline; color:#0984e3;">the borg documentation</span></a>.</p></body></html> true true 0 0 font-family:'Courier'; --dry-run --noflags Qt::Vertical 0 0 borgbase-vorta-f22716d/src/vorta/assets/UI/source_tab.ui000066400000000000000000000107241473223056000232200ustar00rootroot00000000000000 Form 0 0 791 497 Form 12 12 12 0 1 QFrame::NoFrame QFrame::Raised 0 0 0 0 Source Folders and Files to Back Up: true QAbstractItemView::NoEditTriggers QAbstractItemView::ExtendedSelection QAbstractItemView::SelectRows false false false false Path Size File Count Recalculate source size and file count Manage Excluded Items… Qt::Horizontal 40 20 Add sources QToolButton::InstantPopup Remove the selected source borgbase-vorta-f22716d/src/vorta/assets/UI/ssh_add.ui000066400000000000000000000122241473223056000224740ustar00rootroot00000000000000 Dialog 0 0 557 286 10 10 10 10 0 0 true Generate SSH Key QFormLayout::ExpandingFieldsGrow Key Format: 0 0 Key Length: 0 0 10 <html><head/><body><p>2048 or 4096 for RSA, 384 or 521 for ECDSA. Fixed for Ed25519. <a href="https://stribika.github.io/2015/01/04/secure-secure-shell.html"><span style=" text-decoration: underline; color:#0000ff;">More</span></a>.</p></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop false Output File: 10 Do not change this if you want SSH to automatically find the key. Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop 0 0 0 20 10 true QDialogButtonBox::Cancel|QDialogButtonBox::Ok borgbase-vorta-f22716d/src/vorta/assets/exclusion_presets/000077500000000000000000000000001473223056000237705ustar00rootroot00000000000000borgbase-vorta-f22716d/src/vorta/assets/exclusion_presets/browsers.json000066400000000000000000000227021473223056000265340ustar00rootroot00000000000000[ { "name": "Chromium cache and config files", "slug": "chromium-cache", "patterns": [ "fm:*/.config/chromium/*/Application Cache", "fm:*/.config/chromium/*/History Index *", "fm:*/.config/chromium/*/Local Storage", "fm:*/.config/chromium/*/Service Worker/CacheStorage", "fm:*/.config/chromium/*/Session Storage", "fm:*/.config/chromium/GrShaderCache", "fm:*/.config/chromium/GraphiteDawnCache", "fm:*/.config/chromium/ShaderCache", "fm:*/.var/app/org.chromium.Chromium/cache", "fm:*/.var/app/org.chromium.Chromium/config/chromium/*/Application Cache", "fm:*/.var/app/org.chromium.Chromium/config/chromium/*/History Index *", "fm:*/.var/app/org.chromium.Chromium/config/chromium/*/Local Storage", "fm:*/.var/app/org.chromium.Chromium/config/chromium/*/Service Worker/CacheStorage", "fm:*/.var/app/org.chromium.Chromium/config/chromium/*/Session Storage", "fm:*/.var/app/org.chromium.Chromium/config/chromium/GrShaderCache", "fm:*/.var/app/org.chromium.Chromium/config/chromium/GraphiteDawnCache", "fm:*/.var/app/org.chromium.Chromium/config/chromium/ShaderCache", "fm:*/snap/chromium/*/.config/chromium/*/Service Worker/CacheStorage", "fm:*/snap/chromium/*/.local/share", "fm:*/snap/chromium/common/.cache" ], "tags":["application:chromium", "type:browser", "os:linux"], "author": "Divi, Renner0E" }, { "name": "Google Chrome cache and config files", "slug": "google-chrome-cache", "patterns": [ "fm:*/.cache/google-chrome", "fm:*/.cache/google-chrome-unstable", "fm:*/.config/google-chrome-unstable/*/Application Cache", "fm:*/.config/google-chrome-unstable/*/History Index *", "fm:*/.config/google-chrome-unstable/*/Local Storage", "fm:*/.config/google-chrome-unstable/*/Service Worker/CacheStorage", "fm:*/.config/google-chrome-unstable/*/Session Storage", "fm:*/.config/google-chrome-unstable/GrShaderCache", "fm:*/.config/google-chrome-unstable/GraphiteDawnCache", "fm:*/.config/google-chrome-unstable/ShaderCache", "fm:*/.config/google-chrome/*/Application Cache", "fm:*/.config/google-chrome/*/History Index *", "fm:*/.config/google-chrome/*/Local Storage", "fm:*/.config/google-chrome/*/Service Worker/CacheStorage", "fm:*/.config/google-chrome/*/Session Storage", "fm:*/.config/google-chrome/GrShaderCache", "fm:*/.config/google-chrome/GraphiteDawnCache", "fm:*/.config/google-chrome/ShaderCache", "fm:*/.var/app/com.google.Chrome/cache", "fm:*/.var/app/com.google.Chrome/config/google-chrome/*/Feature Engagement Tracker", "fm:*/.var/app/com.google.Chrome/config/google-chrome/*/Local Storage", "fm:*/.var/app/com.google.Chrome/config/google-chrome/*/Service Worker/CacheStorage", "fm:*/.var/app/com.google.Chrome/config/google-chrome/*/Session Storage", "fm:*/.var/app/com.google.Chrome/config/google-chrome/GrShaderCache", "fm:*/.var/app/com.google.Chrome/config/google-chrome/GraphiteDawnCache", "fm:*/.var/app/com.google.Chrome/config/google-chrome/Safe Browsing", "fm:*/.var/app/com.google.Chrome/config/google-chrome/ShaderCache", "fm:*/.var/app/com.google.ChromeDev/cache", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/*/Feature Engagement Tracker", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/*/Local Storage", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/*/Service Worker/CacheStorage", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/*/Session Storage", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/GrShaderCache", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/GraphiteDawnCache", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/Safe Browsing", "fm:*/.var/app/com.google.ChromeDev/config/google-chrome-unstable/ShaderCache" ], "tags": ["application:chrome", "type:browser", "os:linux"], "author": "Divi, Renner0E" }, { "name": "Brave cache and config files", "slug": "brave-cache", "patterns": [ "fm:*/.cache/BraveSoftware/", "fm:*/.config/BraveSoftware/Brave-Browser/*/Feature Engagement Tracker", "fm:*/.config/BraveSoftware/Brave-Browser/*/Local Storage", "fm:*/.config/BraveSoftware/Brave-Browser/*/Service Worker/CacheStorage", "fm:*/.config/BraveSoftware/Brave-Browser/*/Session Storage", "fm:*/.config/BraveSoftware/Brave-Browser/GrShaderCache", "fm:*/.config/BraveSoftware/Brave-Browser/GraphiteDawnCache", "fm:*/.config/BraveSoftware/Brave-Browser/Safe Browsing", "fm:*/.config/BraveSoftware/Brave-Browser/ShaderCache", "fm:*/.var/app/com.brave.Browser/cache", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/*/Feature Engagement Tracker", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/*/Local Storage", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/*/Service Worker/CacheStorage", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/*/Session Storage", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/GrShaderCache", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/GraphiteDawnCache", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/Safe Browsing", "fm:*/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/ShaderCache" ], "tags": ["application:brave", "type:browser", "os:linux"], "author": "Divi, Renner0E" }, { "name": "Mozilla Firefox cache and config files", "slug": "firefox-cache", "patterns": [ "fm:*/.cache/mozilla/firefox", "fm:*/.mozilla/firefox/*/.parentlock", "fm:*/.mozilla/firefox/*/Cache", "fm:*/.mozilla/firefox/*/XPC.mfasl", "fm:*/.mozilla/firefox/*/XUL.mfasl", "fm:*/.mozilla/firefox/*/blocklist.xml", "fm:*/.mozilla/firefox/*/compreg.dat", "fm:*/.mozilla/firefox/*/extensions.cache", "fm:*/.mozilla/firefox/*/extensions.ini", "fm:*/.mozilla/firefox/*/extensions.rdf", "fm:*/.mozilla/firefox/*/extensions.sqlite", "fm:*/.mozilla/firefox/*/extensions.sqlite-journal", "fm:*/.mozilla/firefox/*/minidumps", "fm:*/.mozilla/firefox/*/pluginreg.dat", "fm:*/.mozilla/firefox/*/urlclassifier3.sqlite", "fm:*/.mozilla/firefox/*/xpti.dat", "fm:*/snap/firefox/common/.cache", "fm:*/snap/firefox/common/.mozilla/firefox/*/.parentlock", "fm:*/snap/firefox/common/.mozilla/firefox/*/XPC.mfasl", "fm:*/snap/firefox/common/.mozilla/firefox/*/XUL.mfasl", "fm:*/snap/firefox/common/.mozilla/firefox/*/blocklist.xml", "fm:*/snap/firefox/common/.mozilla/firefox/*/compreg.dat", "fm:*/snap/firefox/common/.mozilla/firefox/*/extensions.cache", "fm:*/snap/firefox/common/.mozilla/firefox/*/extensions.ini", "fm:*/snap/firefox/common/.mozilla/firefox/*/extensions.rdf", "fm:*/snap/firefox/common/.mozilla/firefox/*/extensions.sqlite", "fm:*/snap/firefox/common/.mozilla/firefox/*/extensions.sqlite-journal", "fm:*/snap/firefox/common/.mozilla/firefox/*/minidumps", "fm:*/snap/firefox/common/.mozilla/firefox/*/pluginreg.dat", "fm:*/snap/firefox/common/.mozilla/firefox/*/urlclassifier3.sqlite", "fm:*/snap/firefox/common/.mozilla/firefox/*/xpti.dat", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/.parentlock", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/XPC.mfasl", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/XUL.mfasl", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/blocklist.xml", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/compreg.dat", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/extensions.cache", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/extensions.ini", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/extensions.rdf", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/extensions.sqlite", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/extensions.sqlite-journal", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/minidumps", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/pluginreg.dat", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/urlclassifier3.sqlite", "fm:*/.var/app/org.mozilla.firefox/.mozilla/firefox/*/xpti.dat", "fm:*/.var/app/org.mozilla.firefox/cache" ], "tags": ["application:firefox", "type:browser", "os:linux"], "author": "Divi, Renner0E, chaikney" } ] borgbase-vorta-f22716d/src/vorta/assets/exclusion_presets/dev.json000066400000000000000000000115751473223056000254520ustar00rootroot00000000000000[ { "name": "Node Modules and package manager cache", "slug": "node-cache", "patterns": [ "fm:*/node_modules", "fm:*/.npm", "fm:*/npm-global" ], "tags": ["type:dev", "lang:javascript", "os:linux", "os:darwin"], "author": "Divi" }, { "name": "Python cache and virtualenv", "slug": "python-cache", "patterns": [ "fm:*/__pycache__", "fm:*.pyc", "fm:*.pyo", "fm:*/.virtualenvs", "fm:*/venv/*", "fm:*/.venv/*" ], "tags": ["type:dev", "lang:python", "os:linux", "os:darwin"], "author": "Divi" }, { "name": "Rust artefacts", "slug": "rust-artefacts", "patterns": [ "fm:*/.cargo", "fm:*/.rustup" ], "tags": ["type:dev", "lang:rust", "os:linux", "os:darwin"], "author": "Divi" }, { "name": "Visual Studio Code cache and config files", "slug": "vscode-cache", "patterns": [ "fm:*/.config/Code", "fm:*/.vscode/extensions/*" ], "tags": ["type:editor", "editor:vscode", "os:linux"], "author": "shivansh02" }, { "name": "Android Studio Artefacts", "slug": "android-studio", "patterns": [ "fm:*/.android", "fm:*/.gradle", "fm:*/Android/Sdk", "fm:*/.AndroidStudio" ], "tags": ["type:dev", "editor:android-studio", "os:linux"], "author": "shivansh02" }, { "name": "Jetbrains IDEs cache, config, path and logs", "slug": "jetbrains", "patterns": [ "fm:*/.config/JetBrains", "fm:*/.cache/JetBrains", "fm:*/.local/share/JetBrains" ], "tags": ["type:dev", "editor:jetbrains", "os:linux"], "author": "SAMAD101" }, { "name": "AWS artefacts", "slug": "aws-artefacts", "patterns": [ "fm:*/.aws" ], "tags": ["type:dev", "cloud:aws", "os:linux", "os:darwin"], "author": "SAMAD101" }, { "name": "Spotify cache and config files", "slug": "spotify", "patterns": [ "fm:*/.cache/spotify", "fm:*/.config/spotify", "fm:*/.var/app/com.spotify.Client/cache", "fm:*/.var/app/com.spotify.Client/config/spotify" ], "tags": ["type:media", "media:spotify", "os:linux"], "author": "SAMAD101, Renner0E" }, { "name": "Flatpak Builder cache", "slug": "flatpak-builder", "patterns": [ "fm:*.flatpak-builder" ], "tags": ["type:dev", "os:linux"], "author": "Renner0E" }, { "name": "Docker artefacts", "slug": "docker-artefacts", "patterns": [ "fm:*/.docker" ], "tags": ["type:dev", "cloud:docker", "os:linux", "os:darwin"], "author": "SAMAD101" }, { "name": "Virtual Machine and Container Files", "slug": "vm-container-files", "patterns": [ "fm:*.vmdk", "fm:*.vdi", "fm:*.qcow2", "fm:*.iso", "fm:*/.docker/*", "fm:*/.local/share/containers/*" ], "tags": ["type:vm", "os:linux", "os:darwin"], "author": "shivansh02" }, { "name": "Log Files", "slug": "log-files", "patterns": [ "fm:*.log", "fm:*/logs/*" ], "tags": [ "type:system", "os:linux", "os:darwin"], "author": "shivansh02" }, { "name": "Temporary Files", "slug": "temp-files", "patterns": [ "fm:*/.tmp", "fm:*/temp", "fm:*.swp", "fm:*.bak" ], "tags": [ "type:system", "os:linux", "os:darwin"], "author": "shivansh02" }, { "name": "All Cache Files", "slug": "cache-files", "patterns": [ "fm:*/.cache", "fm:*/Caches" ], "tags": [ "type:system","os:linux", "os:darwin"], "author": "shivansh02" }, { "name": "Media Files", "slug": "media-files", "patterns": [ "fm:*.mp3", "fm:*.mp4", "fm:*.mkv", "fm:*.avi", "fm:*.flac", "fm:*.wav" ], "tags": [ "type:media", "os:linux", "os:darwin"], "author": "shivansh02" }, { "name": "Recycle Bin/Trash", "slug": "recycle-bin-trash", "patterns": [ "fm:*/.local/share/Trash/*", "fm:*/.Trash/*", "fm:*/.Trash-*/*" ], "tags": [ "type:system", "os:linux", "os:darwin"], "author": "shivansh02" } ] borgbase-vorta-f22716d/src/vorta/assets/icons/000077500000000000000000000000001473223056000213255ustar00rootroot00000000000000borgbase-vorta-f22716d/src/vorta/assets/icons/APACHE.txt000066400000000000000000000263741473223056000230230ustar00rootroot00000000000000/!\ The Apache version 2 license applies to all SVG icon files in this directory that have a copyright header referring to "Material Design icons by Google". Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. borgbase-vorta-f22716d/src/vorta/assets/icons/OFL.txt000066400000000000000000000106701473223056000225120ustar00rootroot00000000000000/!\ The SIL OPEN FONT LICENSE applies to all SVG icon files in this directory that don't have any other copyright information. Copyright (c) 2018, Fork Awesome (https://forkawesome.github.io), with Reserved Font Name Fork Awesome. This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL ----------------------------------------------------------- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ----------------------------------------------------------- PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. "Reserved Font Name" refers to any names specified as such after the copyright statement(s). "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. borgbase-vorta-f22716d/src/vorta/assets/icons/angle-down-solid.svg000066400000000000000000000005271473223056000252150ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/angle-up-solid.svg000066400000000000000000000005251473223056000246700ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/broom-solid.svg000066400000000000000000000005731473223056000243010ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/check-circle.svg000066400000000000000000000007331473223056000243650ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/clock-o.svg000066400000000000000000000010131473223056000233700ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/cloud-download.svg000066400000000000000000000010251473223056000247570ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/copy.svg000066400000000000000000000007511473223056000230230ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/cut.svg000066400000000000000000000021161473223056000226410ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/edit.svg000066400000000000000000000012371473223056000227760ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/eject.svg000066400000000000000000000004601473223056000231400ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/ellipsis-v.svg000066400000000000000000000007101473223056000241330ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/exclamation-triangle.svg000066400000000000000000000010101473223056000261450ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/eye-slash.svg000066400000000000000000000026151473223056000237440ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/eye.svg000066400000000000000000000017331473223056000226340ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/file-import-solid.svg000066400000000000000000000011401473223056000254010ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/file.svg000066400000000000000000000035231473223056000227700ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/folder-on-top.svg000066400000000000000000000006221473223056000245330ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/folder-open.svg000066400000000000000000000007361473223056000242660ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/folder.svg000066400000000000000000000005611473223056000233230ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/globe.svg000066400000000000000000000066341473223056000231470ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/gpl_logo.svg000066400000000000000000003303701473223056000236560ustar00rootroot00000000000000 GPLv3 or Later image/svg+xml GPLv3 or Later 2018-11-26 Aryeom Han Creative Commons by-sa GPLv3 or Later logo made by Aryeom Han for the Free Software Foundation 2019 fundraising. About the author, see: https://film.zemarmot.net/ LILA borgbase-vorta-f22716d/src/vorta/assets/icons/hdd-o-active-mask.svg000066400000000000000000000014301473223056000252410ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/hdd-o-active.png000066400000000000000000000145311473223056000243030ustar00rootroot00000000000000PNG  IHDRW +j IDATx/!%RReTiԂ)(Z0. *Ae.\`ݓH_vɉ>wGD,#bEDl":T@{/g*">1RÇq)'60+SXԇϮ'90*=|(YSY)n>*`WX5P-bch3լ"ܟZWK+CW ,ܤpߐ8YeU5X|k7 pjUX Y`ރ2WU0` @ri`^Օ~<@wV Vjg,`` Vs =X>S0*0Xk`\2 0t+`""jYDD7 i("<,b\F$tQiFeyEUUE "o.`5ȯvQ!JR/-Xױ:`~0tHY5M&4.iPWd0§C]בy, ]Cp(Xj^dzh`eYR%i-(zw4MdYYҤn~* uXUU&{,KAv X[փ`x}yЕ4ݭ:`%Ia@$ X:m6>\%ajvCU LeX׵$zhA:p\ 俿iAD%iXg`YXׁ·$SUUփ`h(Iփ`h(Iփփ`(Iփփ`R::P@I@I XZJ XZJ XJ XJ::P:P:Pd=ցցd=ցցd=h=ց$A$Yuu$YZu$z%Iփ`h(IփփXZJ XJ:Pd=ցցd=h=uu$z%Iփ`h(IփփXZJ:Pd=ց$AA%zz@@I XJ:Pd=h=uu$z%Iփ`(I::Pd=uu$z%IփփXJ$Yu$z$u$zz@@I ցց$A$YZb(I ցց$A Wց$AA%IփփXZJ$YZb(I:P$A%IփXZJ$z@I$YZb(I:P$A%Iփփցց$AA%I:P$A%IփփXJd=u$IփXZJ%IփփXJd=u$Iփփցց$AA%I:P$A%Iփփցց$Yb(I ց$YZZZJ%I:P$AA@I%I:P$A%I$z::P$A%I$zz::P$A%I$zz::P$A@@I$zz:P$YZZJd=u$Iփփց$YZZZJd=hh(Iu$Iփփց$z::P$A@@I%IuvI%I$Iփց$z::P$٭%I$Iփցց$YNv=:`>ցȦ2\UK`z0aX+hOc[u 0l@veցcecЮ:=X1# iZz? XyB= WS+Շ0\7\ `ʡ W|Hg]5`C1+!EwjhZ&8z}N h"" u4HmbEц':bʇb-e؟z8[u˳f a}x~[fNM]giΜ92\ةF;s >˭pc|[NxVFq: `A55K|! st+SVakhZD;WRf+3V~ۈXnh8{`i*`$Xyg\Ɋsࡪ?kyYQS~؟Cx?(|h1 c Xc=W5/` ?`M> e!+o$IW]+A@I44 Z :J$uYQZ z:P$u`G7W$IWYV$ի՟Uʛ+IztvUXI[e'8\o$I껺>]+7Kɷl?\EDf%(IPe WW?k&ÕJ IU~?|$6^'5Wߖ?^GÕ$>J/Nox+[>D_έzDr?y W+~@uU߿NO/%{UÕ$^}ĻUw[fPu[Of$I_Puې5+YGρꮵ+Y+IҙT]~iޓUJ}m^@ÕJ~|c^LgU|=UlX- W+IҭG*qzW~j,Cmc*Jtg_~_ߏ{y/քG:X: W;sV7ׄs9p%I) U5kt7?[ÕJ V,p%IzUS<`aÀe$MSMsMÕ$)>h'w Vm>ŧ Wќ>sp%_=s W4<`u|@h[m1\$iBYZ>5XM+Õ$YWSY$yVQW30P=+Õ$y:Ӄz:pn."p%InbW7׆+Õ$:WZMJkrjW W4tJ}UJ W\}s^NmpeWszYC9^ W4p^|솦yn$+A} +AAÕ$~ܠWVW5\$iA!y)AO $IԁcCҜ2\I zȐtɑ !/ W+I`ϟ.> Wfv]v7vÕ$͠7 H}WkC% WdvO G[p%I H}Wʾ0\$pe2\ Wdpe$ W+ÕJ W+ W4~ڀd2\ W䜫㧗Q +I2\!+Õ$|e=}to|J&֗.7fÕ$M0C_ҐЊ+Õ$9aR}ؐo W+IrS'=1ZcÕJ>>Mp%I3s^[ҹ? WIGs[- W+Ix?~j`|+lp%I3 C)Mm^ WAO t4\IL#7׻{>S WvCz^{_p%I^juFO^2\I{VU+Õ$'f^=/e+qku__ T7ϵ+I?OmPultM$z0ށ}փY$I'}z݋_`Uo2\Iz<_ţ1Oop%Ip^ϐ;G+I,op)V+I,!VsE8S|*p%Iѱއ_ͫq:s Wzd<_ZWŸj6Iwb$}ͳދa? xp _S4U+IR+C_kzlV[x? m^ﯰ߆Jʕօ^TaꐵPe$]?_ͺ݋ Sun,oO{ Wn~l B+?ak{tJ4כgI~`z߿$>]ar>^~0iz+^;Õ$I}zpe$I+Õ$I2\$I W$I+Õ$I2\$I W$I+Õ$I2\$Ij UeDI42\I鸇<Ͻ$i0eY6( o$ILy_}\nHI46Շ@]HI4piz3%I<Wٵ7K9~8#$I9\CJޫ뺳jk5(I/VJ*˲js]i$I}X,#("kieYz%IREp9\m]$ISj4Mc.)".T2HpJΖYy%IK4:LjX,tItծ=7Ǜ6]#"67]$]zUjS borgbase-vorta-f22716d/src/vorta/assets/icons/hdd-o.png000066400000000000000000000107101473223056000230250ustar00rootroot00000000000000PNG  IHDRW "&IDATxQHFa$DB$D" $ ! H/fgwz{:@U=z!]WEUཉK\.b 1]qQuCb0GtBT 0FQAuN&US1?3*l>jda*UOc;ͳZ+ZU(^dỰUi⋨-#jLYdP kX]U@d=Ǻ10Dzu[bX#V JaG ++V(4b +KX XV8*wêWYt79x+nFŦPW#x!O5c\S Fu\"u4Ɛ~0-pVDq}5)i.ΆͷtQ>q5,{A6i"kiToVu3wduF"YWbBx"`F Bg0s^!T@[{S4wZxWAa#Bx"(Xp`)G*’K!XSA rjGӧ}:MWOwʤ9AP@Ӣ#-Rxuq6<!E#5դWOefgp]{pGM%3auǦ3_ *_$%/&;ê>~v%W(o3`rv!IaFC .(16;v1x8CEmdsܜKv-WlR6|Y]*ETYgU}«?+2׵!m.Uy|[j2s"sڬpuVWIK\K~_ :Wi]\۰ΐ$}8RX+rM [LXۅmDD#cU6,qEja}`+rc T_օ1cHpݮSBqEn}X^>,qE_]\۬ZJW?7)Zeœ%[6Wߋ+}.BxmB7qEȾdu"Y\ ϭ_+Z*tqE#ø F繋+oohN\"Oi܊+2cq -ȕ"P_5MW߉+2l~WdZU[S+ ZsU\{tLgyޫ6yWY_(tՐ+w3+qţ8WQP\J\++q%Hq%)ĕbJ\+w7A\Q\&*Ȭ7꽄C&R+qE[>WQۯ/\]{u':*WgyWSogqEa~~,q{WqER +dm`5:-: [sW'C~}XÊE6n4P\ 5WWK֫ezl4/Wډ\⊜=jmsZ~y"_}jw g%%jfYIȺgU|kN~ctd%?xmAqupv#WYu=죍6f#_Gnçs!F󒺸"iQ XqE(Iq%H+J\W$)H+qER\dVqU$wA\qո$XWL2业L2业xZ&L09S f?]IQU#W~/=hg]${MMr3>UU${EkUUU5Sѻ$gΉӏ_nn9_ݱ["Wd9fq~2qrINtVc?s`D֓mܪ5f}E\~/{_k+ !ɗj>27VHcZμ0Ea5V2>Er尊hϘ[,ɕY}μ ?ˢ;[sׯ~<%4$ۺ0. 9gf8JsXHS9||5de%VyaY"^G.w}Gd9 V,<#5ͬ#_^sp񼰏Ʈ,5tZL뫨죍kJ"&UGm˗e'4ujKVU#`rC\MVsYRL!V @1a%Vt?dVXgUjlq>ww$>cew@ n9yXc鉣XV[pH8Wg&0.x97BT5Dc@QK1&®$HͳU&yfF3.6!,߄XGm1`U< q6nQg^? IENDB`borgbase-vorta-f22716d/src/vorta/assets/icons/help-about.svg000066400000000000000000000033151473223056000241100ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/icon.svg000066400000000000000000000012651473223056000230020ustar00rootroot00000000000000 borgbase-vorta-f22716d/src/vorta/assets/icons/loading.gif000066400000000000000000000703501473223056000234360ustar00rootroot00000000000000GIF89afff!! NETSCAPE2.0,X0I8ͻ hh l,u HO` ]ɨZ'TzA0vݒ Ư#ng]MOn2< xyr{oZ{|bz~k}Rae^WO_VIUc¸óˣŏĴշS& ~oA~E``40DAnUh"Ŋatp?S& yod|Ir?HK M6Yf943H~`F =Mcm g(ꐪKrW;*v,L 6fB<]D/u5nL>l˪(\-y,u2cf_AѹdOK: F9S,{w߶7쿻~&Z3lϳ!G@뙍GG&vrhןC?׾;ޅOϾ{6%lI$1赗l=P_ xc}qd5(Ã(ƒ_& Ph'Ȁ 裏($X$ &,ieM>>bW^dBA0AlxAe0U`ISw$1XZ@fZP8e-襃B3VXAꪍR@ jwnkr0,f+Nm*Lk^+ C[KnV.QE m$o0+C3JО ׺hqFܰk ,+ r6m&G:r&0,6c:p̳1B@t'/N3 hCLS_-Z/yt[+ 6cuٍ2jo=6s7 6w5Z},nሃ(o^XfR[y@97;.z^*Nޚ~B{9nE3K T | S>|ǫ7GBcмkC?˻?[;FjwٜOnW_/yH^W1[}h 轄8,>zv07WA>P!L /7HS ᷦǡuCx.ux(<P6 1gDrBUzG,FQ"A b!2 5MѝфGw4G(юD XH'QL$ EAF:ҍģ$HIFZ&۸ zC(1R+ߨIR±e+IK^e/}INStyLc6%֘f25H𔺔Idzʜf9p脧:9l&<9Ps'~3\9(} ;8js e=1t(29Mj3GQQB-iIQ5AY#5)E=%@E*I5 rmPS]T/ũT ϩ2u*VO*ӔrUjUִ5|fR;յҬeͪMCzכPsh_Uq5A7HXuPb5WѿNs^ T vv ,b%TVkgzڼ=kiaYř5DX8#ܞ/ܭ|Oה=."Wζ-t!,X0I8ͻ] hh l,u H` ]ɨ"Z'zM0vnmglt.'wiz |}gb~sxnma^WjUkļƵScl_R@]5 prPH; UCvH7ze )r$F &˛HcTzn&#T(їb*kWM5| ՎX_`T%26+ ІU˯_d-ztjyu?1 |p= \K-EW`fs9Zai R +ꕸ]Cެoڡ!.n=k9qe"u MB[CG*ݝ{%3~rr ?^bxgKG̨fفv$1,ۃF`Peu*&bŤXc ~A_*z@Ȏ('hH>>Ly %4i%&lx}SW&*\VeU`cHM]_)Dx90V N^8(|%X`9YC"JZ=g,B 󡥗bRPсT^d}FpzU &믟+lj -)LkF{V+h> x6›[/}/Bwzߜ 찈F2i /pl(,m2r*s7P>rB@t& jtF?]RW\u)_qZۘu^s `Zv= NmwMÌqK|߀=r̃wF5gxF/~a3E'эs"88F61h#h;*ьDd&HBd$!FHANQDb&A˔|@JUJ.Ce*E9JGd9ILr%`K[24*u:aNr:mbT?}ӢLDjOs+uM#}IE*D^T+(F9U%]4YQ2)aNe:ӌIQQP5pliQZСMNRzՍf&hWSn}C(H{ӗ5W͚Vmuzצ*_Wͪ}*zX֯, ZX&V,#kdX6ֳYEWVSL[YvEk- 6BIM-i}oαu)rB2}t!,X0I8ͻ hh l,u H` ]ɨ2Z'zM0vnmglt.'wiz |}gb~sxnma^WjUkļƵScl_R@]5 prPH;@ iU!݄uɒe$KbJ-sz,'4BRgN==}nhHShEu4ҙj*A6Uj@zUxY.zAZ/mb @+ v~ɫӲrϢz-]PƎ@*yrP1`ΌwsŽX^ xWcRIMYe_#3NC='o&?퀸NQǑOe-EF8n[YGv ekg{!_:W~ōuӀ݁5Da~._a{v l,Lh G W0Fw-@82! Q̏ (~яI~҂PneBzhA`lqYf]vh &dsub٧)Z$:ۜrF`iFv )_Bj4Fm[jZ`ׁZ\t\JЪJQ*+r&JAd,G%v0-Z-+lKj[ny:l |Yki[//zwNlD5p/%vm);0 |1_ ,01Ԗ.Ќ+7SܳCft+'GkPTW*XMw=$_-vydٗg vl\t=yw-߀.^\`ɏw4;V[1p2'nw0hj'p`Ȇ/>v+!..`㿫50< 4{/ΤszҬlVܸO@=[|< O}~.me["=dU/t?Nܙ h;=P0/~|TKgV ޛt$C+uX> Bw5 HL=;UNx3"sUDLDHxA 6@E.bхC(xFMύeDE/S#|L8;qԣhF;c35"pY;E3:̣"+(Cb|b 7II9z} OJבrTe/W^e-eF$/gKҘ̥yLdĄe&5aүќf2GC_n%4hKnӛe8E_r0 \8YCkDBT*UL$gOժbKj̶ծΔe` =Ӳb+YwWΕSj_Qze%IEҿ%6hkaZWêUle-D^ftkdj8敳)-K ̢v:kvVgcsv7L*\MB!,X0I8ͻ hh l,u Ha ]ɨBZ'$zM0vnmglt.'wiz |}gb~sxnma^WjUkļƵScl_Rm'B)Y8PYj&&`Ǔ'3OB%7QS t3Mz(j7傇~CtPFT鱜:jɪV5}tΣ^e ^ ZDJa-Xnɖ{kZ vuvFJ\* cD 1[y!.0ˍGusgf>A/n܆+^z|-EMuLQIޫ/߿W/@kqϋ_#3>Yp*ei_#|="s3|#Ͼ}\\.[tȄmA乧"I ~w5ZJ}bf&"Q ܉"я5'Th Iy T2锃,ETWn_c!h)fy1)gTwci]{:'x~(XfҙMҨ]@r&٩ RzNh*Z~C[jRbr*N- c2lE:*AN[ ^;m߂[(b^QҲK`P+t kLk5ZAX@prYg2qA]x@5ˁ1R=PLxV? fɂ $=o]p3aΦִ=5T*UL)}F Vv.۪YK8Vul5 W5eo]:תXb_ӻ-_ZXlid֘UlbњY66Z5g1[N*f{M-\\[Rm+E[1#-p+!,X0I8ͻ!hh l,u HO,(HtNlZa`LnϙRk2z>iW՜~L3kiva{z~~q}oh{xZlr[|dSfRQ!Ԭ uQ B9( a*+1BbjHra$ (CɒtT`;/_I'Mr<3 ?:TMnO뵬TSG%J:pԅm0fWMԃ\]M+m툶nɒ3+wNQk[75߯Dp\ƴ+Ve7#{=`C(YBJxfd馜**!1 Oéʂ'Jbk{&B᪲2b]uB,;imv嶿˷ۊXJ rˤ{-jK7 K' 7,% Wlg1A,+| ,31~6,@[sM"}K7tP-:WX\v۵_G2Ohh\tmx7lpbWL8_ nFkL|ߑ}.VySH: XO֤M=İw  솫`']2A67 Bl3&{ƒi+/.s*{Wz#v(s?4&[#o :NJ8*ӟǮ6!.`  ~S`w35Y-Qn OA8x>B !aZUPFI ܯ!88KhP/ma\ . >. }KLlc+rCm',&tɆ&cVD6v@H(Q6DOW8Kq!d#7 %dyLc6ieMLq3IjҀ|l=Srּ8Nn.p%HYMiltL'19DlR}f8FS7LdU@7t :Ԣe>36 i==|6UЉCwIS_rĨAWRm)6ԧwj>yҼ2&RjӝLjU3JRuR}aXﲷ5khžUB*ZӚҸ&׼^ծjkWZVzz=YZWn4-a#k"v {,Ũ:ճ, Yu|K5Hic⓳5iVc{Jvnϐ!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#u@$Pܿ # $X<> Qb֣FN$ߤ{Q`KQUֻ8A>)̐n#FeAQ4k*l內PM!]cȆ.jV* ,J[Yz];۲QvЖ<\l%IXoZ[YJLA~Q\RmKΊnRlV{뉹C;DtToޔ;0.NsK]׋ױȳk/< ో=_} wΧ_|hI駞Yb!$ׁ x ρӝQ"%n #N1%F,d(i0vdPH%ۍyHF9䁆59[De&ZyV[9qxAPJyhxraGcwg<|FpZ *h* yx)Ni*|Jd:O@Z*0ʀF tn*,BL,]ɽHl~鳽~ft d+k/jm, \0ĭ[ qr,2}<#o&0r &ls8"@o1H49rOOlIW\w`-v'k" p+{pm|֭(ހ}mxg-i Fy>n> o堗nn갟^jo;8k$^9^嬟G|]~ oyrB8oX=xl^0c` Qg<'ܥAgW@v q@x󖆬Ej}y:U}~p Z % N&4C| >0+: "ފH>Jǀ'fX.+FrԹK<$^Q~ِhAw`Qh"XU+|G[E3F~p7D xc  сP" >>rud8H5m!Òt$ TJB2MLe,V$(CGr/,iGi !@1Lb6s4[RMkv?є6uMgbu =rbW[89NCv@g<9erۥVೞO\P hB'w=SɄ%U(?JuhHE~!"FR* ,tnRڰB$jԞJ՟Xz0ԓ7Ȕ/bꉨJ/^5YiTՕC5YZ=‹@(T׶jݪZTo61VX4k)KqQ*hM ]7l=bL٫0efiQ!Ox}kcV-JHRA!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1iv* d ixJiGdq8F+Vk-=*v+Kb{㦫fg.Ӳ+ܺҫhmPP6ُ=fIY ` QÐi.ȃ1Zk (5gǂ.Zh ›j* >9~bBAc:Ptn 6Ȣi%.g|3*` pxiTcvyA3叀\XҐ*"OE1$)IABnd 99J=~RMYJO"/kYHCW*$NNZ$b)KdW$>L)19MLpSS'2$iW~k'7s'g<Df=ٹO{̧>o&ť@IN m!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH17scdn^t^j˯n.{2c5}H Q'g?~;ŖI 0Bx @14 2TwB XaDh|@ [B0&!08:ܡ&ʰmL p'P b*Ί1JD>]b e6p152dl@DV hN"BJvL#IC*@%5Evrh$8G@~R%6JRd)+E]ʔeKP:j%Haf  m:r׌L2f{Iv+f3JBjgRD$9NzxE2%ybB ?1 >LLAQiP(@Qf#Ut&-)"MAӎJT$'?A 3*QqhTr"UO:ԄCt*ɬ͜ZjTOST$N1լUnO5 ׎5r_5ظ2R%lbE:U}-kcYu}d:UR6ά+gD<6`SSH8-l"ZsxH!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1-z{-w[-t+mz.ʻ: ,l0ڪNjg_j7$o| ӕ\ro7B4Hm\s[6e@ht3J/PW W u}S{|5i-e3=n<kͶu<護x~]A&N_8;@{C9\t*9|u;.o`6ܿBN{g\^{5^^ ?Wgқ@srns$7ؼkP1k_Q/]t(@Qx0puz LAP`1}1 L%  h.TܕbjP| Cÿ! 7?Q(܎D1qJ$_HA Hшɨ+j\ax 1?cFzp#J9w=>А(| x"# EV`d(DV# 4IIN0yRvf_*UJGd)e9K.^[e,uKJB`( ar<%7T1o,8Mj ׬iJ: &b27Nlf/3p2Pwt%OyПqdg9jB Ԡܻe@# LԜi@D[O TgC!@FӞ=@ :R~ThG#LSx#V*ӐZt jPx0"գJMИt&UUjիԡZ> Ufu[%kY VRU^i[i)q"mדZ@]:W=j;0U}b]S R.֭Clbyz6kg TІXg(6\-keP-4X[:T,-EwVA0.rEeIRPH!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1-z{-w[-t+mz.ʻ: ,l0 + '봢6p)ig5p!$W*,;+p,s&!4XH7j34-ˈ:SlXKMt bl'i|+m+ tq|AMqk+{N%M5D&%1̕5q!' 1+Ki~қ')9NmDvNvQƬ*7?z>ӞtLyJĄ[;Mxee@ 䓠'0QSc@<5ʹFZq e6EPo@&ir:4 W$@Ӛ6iԕJI-pѠBuLm*PzUUjR*Ue ORՁf`ki[CUXZV{mbT Vd\ȁLy=[Մհ Y8Z,Yf>QK%mXVS h Z d[[ =0!!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH17;͎A(ὣƛW-NA Ro\Eo*~H='j9_5?hd 1.v@4әҷ zP|@.A0Hphhc 3!-P;~ 16,8؀$L(~J GDE-:F1~eјF5BP mtBuHEXd #)IQy##E iC*0dd#DRd%%0JRk'%PIab)K+Nh+OHHUJeljƤ2PR|&wYrD^InJf8)ABv@g:'F<<(=%:р̢C!L (YDO' ǁ:қf1i/}yV**y5J]*SѧBU6SŨԠ!*WՌ5&թDzUJ5YKƵTE+L1Ui]U;k^vv0l`7v@-aY!YV^$0{0H S$U XkR `s{/-4~(!!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1rZ*X|yOqVcQ&8]YQg^.hs tSxj袁)ڦaEvU$F_82 dDo46AB$uVETR9xc٢v-`wa`i%Oq”]p'y@*Yea& ZhB9W) 首Er#ovdty⫦y"m&V}Ū9+F+Vk-ꬢ`em6ۆܸJknA봋#&&ǽE:Fd0&LpK@VC1{ '|$l(̬n ,rF1<3X[.Moʫw4Ad+z;5CKk;4@ +h*&tMkcDmC6^@i h߀OP#^A=G]k"d94y.㊨{꫃faMn^S.c3)`1 |['rr c_x1Go ̦Ӝ_ޡÿ)l ]vK c ^ぢk7h e@ĠAn`_! tfHPP<{B91l XCrno 2P4-B%B{9 vwPb~Ep7#1eHNCGб]^ 洞=^~ s  >d6 Ë~MXmb.o.b\DP__zt놽;6/aZ׳Q{Fm]Y1.̪i@?ͼ5gY혶fî׊MkhD*גnoy/KNwmKbf3G_=OVq9]iEs~0 BQNH u(R&4mUdAZw!\8qx|J]RXek<$~6 Ia2%yňL6YZ>tTA_ReX鍊dJygz&v. (7 {9s :&'jIh*\S@)C"olY Y&Zq(Rx骪?䬯x*i_~c*(l2f䱾)ϲn졎&hF'F3뎸k覫IKn6#ԽO/G{\e0&ي0HIFT\qw~+rBjo~2s.rl8*&:L']^LGDmu\g \=y"bxldlǍ5F!d-|ݫ;-8 c: #N 4~Đk t0zWй^}4oκzOIe{5" wb6? t c=ݳ ?>X+JZ}_|ˮ: "¦ Q+"7oV6A9냤 a@N ǀڐY 3C7;v@L"ż;F04 PK#<PW?8 .._ b,~ fhC6bщZ":Ў8~0 @"Kp$'&R&I~2(XJ%q[lDJVvhY4^Jd n^qKd+_ X62 <&) 0\2M`6e6+d*S370Nrr:o,3Op.F6yJ2Ħ 30PxSEh8B5?QfPuhDϹtT hH9:Rg\Jm)xBSXL)hbtĩqƞTB *PuӟY>2O GERT6թjWqUz*VǪQl@(Iݪ.5*jֳ\v+Vկ-,MkS6\=,cŶ$q},,{٪"5 H1Z>hZ 6CZKN bAݡ-6[<𶷁+pf M.!,X0I8ͻ!hh l,u H` ]ɨZ'TzA0vݒ Ư#ng]MOn2< xyr{oZ{|bz~k}Rae^WO_VIUc¸óˣŏĴշS`qd7k@CԤ|!FI!n; `E0bG*ѩS?PRK Ll0N$isb ->9$>N|*gWtAfpR!V[aq+ڍV( 3Jݡl+Q\MuAu+a4ѽq 79n;;aabϬFmĊT fi%5G[o# GXl猶wsG޻wTl;?M{қ3IN~P@&׀Y%]AA_Bsȳȅ!_i$HhLj " W{81mŦwIA]Af$ %2YnWX09!eP%݈$6%i[灹i&8*f~eemCasSE_ËYg衈&J&M9Jz)1j&i~z ~ȨqꝜ j jGHj`3殷|Zyd+zX+ ɵJzzn +ֻn+Ol;:7p.L5U1c ۱Fl2#&a,] /+`81@S,4  C TWmXg5<5u&+Kl-lvmwv'|]|>v""'G7J!*O>;t.H N~9o cNxB{~- / 0hٺ#Owc|agSv_/8[(龣Fл/\J{C*_l4=߁jD! zz) Gr[ WGq2f(·LT xA z" 0+Dz 18*BpHIp8 /o+RHE3Oi()o㬒G°1xd#tUHC,!Cf"\HGNГv\&5(I9SђLBSM^X%+X0"t)hc1(b.S]a/7O4#mK\6S)D23'7iaH>R:N֜"{3ǔf29KfT&:PjƠ:"My6$DyMF$xh^'iH}n !V\6 (KcZSvKVLc$Cj=Rztkm*Q:ԭԩRhVPPVSӜfmjԘ\E7պy ӫ)i,TjկsK+V׺OS}k[ׯֱubرըUcU6YV6t!f n(ci Yck?]\s m&*&!!,X0I8ͻ hh l,u HO,(HtNlZa,aLnϙRk2z>iW՜~L3kiva{z~~q}oh{xZlr[|dSfRQ!Ԭ uQ B@J> "</^$8K4,HOcBS$rvnI'OKy~:sFz'}%sR#ꪝ;(ME7f%Wdu_WJAQV;3@rzpXu+76Iv[0HlY[ǻZWn-sؼsKeV:]><{}8%!y#\< pV$` E![Gvǃ(h'48{ bhz~p(T}b\4_*Vʌ4oDwhBdZKR`"UD4  @%wͧv\ٗ[j%Y츝EebWҚbbeJY,(Sg)hmܟb (c :'騟aIf2z?j:Z&By*,ٽʃ5Z+GzZl.2V2+mZ B~Gv[*( ⹻k!»B*;,l ' +/g1s<$#(2'l0ܲ 43d8l*@,4 (3LGM1T Q=(;!zɟ .$crL%1Gbx &dpc_@%.ˈo^&K qaH=яt"hBn)q :L %IDQ |&9DTEn4IyCVOe*XQ,iIDv- KF>ҘDq"SɄ YJ6әAf/}YMWӚl"yLj~фe9pJr.ӕ[W\0Nvg<ٞp3e>ϩiBt(@9t҉%(?*Ё6ңݔG7шZ$FIjъJԥ!u҆Ɣԃ7*ԝ$0ahRml(iNu %V SVjSJU~iUC꾒O jԫLUTլ#*VY:Wm^, V.56}טQ~gM+UP ӳ+ccɦ"5p< Uo m=Zt,l]ƶ-!,X0I8ͻ hh l,u HO,(HtNKVlZauK|3X#u| VȐ! +0߅݁яiM1#oCɒoPTEM %|IFP7Y愰sgOiRsHEyjAUruF5:jRkU5Ź6+Բ0i J=:ؐ e׬ܾ;XA1 ie(ٯ⥸֌Qg"etC큤?KŖm[ psT{Sȇ*ּ7%Rx(H}unW:<,N^Ak]n0{1 ivvA @}6S0R)Irwlh"'x@0pVĨ&;%!Z؋D6A_v#iL6hBea`2^@0K*&ߤy\kfbɔEYP|MQ{٧YA=fhLf_A)s& 5*.^p*G"𪧱Jk*ܪhګV_s@f˞챚fΞR$vf*m[^:*O뭨¨hvk&/L 7G|Wlg4lp,$w +P,W0),3/ü8s\q3;DSйMHkL#9G-Tl5 dMW2o sdlM3RK,tmx;q፦\/98\蔹Zۭ|[Rh۷[@zQ:B{:-4<-*\ 9S[ ++J_񦓥|J_}84k:IZ']8{$>۟~_?FS_w>F Ԡ7oGHV]RB2zA !І`jsaSP]0UB_#BCgH&(F$Mdb( N"3/.ЈJ\ؾ-+bo=q|Ȋ q?" GEy ?Q"IQ{Zd%AMfҒ|d'+Oo.R])GVP=<*@]r%,91l0Pa2Y<'Ι4QMj򌼴IvSLcMen'4Ivĥ;ibӞ|<8y" =j*4 9O}zSC)Jn2ݧ,όzTR)(RT J͘Ԣ5Mϓ4xK/ Ѐέ>AT*ukS*ӈI;ũQ!&ԒUYHUTc]7 TUJrk] м镪p] Ug%`SU/5V7Z0 eeXĖجJ;kĂH+jղV[c+[