ソースを参照

Documentation on macOS launchd permissions issues with work-around for Full Disk Access (#293).

Dan Helfman 5 年 前
コミット
ac124612ad
3 ファイル変更11 行追加1 行削除
  1. 3 0
      NEWS
  2. 7 0
      docs/how-to/set-up-backups.md
  3. 1 1
      setup.py

+ 3 - 0
NEWS

@@ -1,3 +1,6 @@
+1.5.3.dev0
+ * #293: Documentation on macOS launchd permissions issues with work-around for Full Disk Access.
+
 1.5.2
  * #301: Fix MySQL restore error on "all" database dump by excluding system tables.
  * Fix PostgreSQL restore error on "all" database dump by using "psql" for the restore instead of

+ 7 - 0
docs/how-to/set-up-backups.md

@@ -221,6 +221,13 @@ sudo systemctl enable --now borgmatic.timer
 Feel free to modify the timer file based on how frequently you'd like
 borgmatic to run.
 
+### launchd in macOS
+
+If you run borgmatic in macOS with launchd, you may encounter permissions
+issues when reading files to backup. If that happens to you, you may be
+interested in an [unofficial work-around for Full Disk
+Access](https://projects.torsion.org/witten/borgmatic/issues/293).
+
 ## Colored output
 
 Borgmatic produces colored terminal output by default. It is disabled when a

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.5.2'
+VERSION = '1.5.3.dev0'
 
 
 setup(