Skip to content

Commit

Permalink
Copyright fixes, doc trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
tasosalvas committed May 9, 2024
1 parent d500992 commit 6dbc0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
6 changes: 5 additions & 1 deletion ansible/playbooks/service/borgbackup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
# Sloppy borg backup installer
# Copyright (C) 2019-2023 Robin Schneider <[email protected]>
# Copyright (C) 2023 David Härdeman <[email protected]>
# Copyright (C) 2024 Tasos Alvas <[email protected]>
# Copyright (C) 2019-2024 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only

- name: Configure backups using borgbackup and borgmatic
collections: [ 'debops.debops', 'debops.roles01',
Expand Down
17 changes: 0 additions & 17 deletions docs/ansible/roles/borgbackup/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,6 @@ store repository passphrases as systemd credentials.
On systems that do not support systemd, :man:`cron(8)` will be configured instead,
reading its credentials directly from a plaintext file (only readable by ``root``).

A few key service-related client variables:

.. code-block:: yaml
# This would keep the recurring backup service disabled
# Credentials at /etc/borgmatic/passphrases will still be generated
borgbackup__service_enabled: False # Defaults to True
# This prevents the systemd job from accessing the real /root
borgbackup__service_protect_root: False # If you need to back up /root
# The systemd job only has write access to specific directories
# Syncing remote repositories requires none
# Local repositories (or their parent directory) need to be listed here
borgbackup__service_rw_directories:
- /mnt/backup

.. _borgbackup__ref_configuration_examples:

Expand Down

0 comments on commit 6dbc0ba

Please sign in to comment.