From b404c36ae0a9e022999527d38cddd0044ec48004 Mon Sep 17 00:00:00 2001 From: TW Date: Thu, 14 May 2026 00:18:41 +0200 Subject: [PATCH] Apply suggested fix to docs/deployment/pull-backup.rst from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- docs/deployment/pull-backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/pull-backup.rst b/docs/deployment/pull-backup.rst index 1d380fdbc..8d45ea840 100644 --- a/docs/deployment/pull-backup.rst +++ b/docs/deployment/pull-backup.rst @@ -106,7 +106,7 @@ create the backup, retaining the original paths, excluding the repository: :: - borg create --exclude borgrepo --files-cache ctime,size --repo /borgrepo archive / + borg create --exclude borgrepo --files-cache ctime,size --repo /borgrepo archive / For the sake of simplicity only ``borgrepo`` is excluded here. You may want to set up an exclude file with additional files and folders to be excluded. Also