2
0
Эх сурвалжийг харах

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

Dan Helfman 5 жил өмнө
parent
commit
ac124612ad

+ 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
 1.5.2
  * #301: Fix MySQL restore error on "all" database dump by excluding system tables.
  * #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
  * 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
 Feel free to modify the timer file based on how frequently you'd like
 borgmatic to run.
 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
 ## Colored output
 
 
 Borgmatic produces colored terminal output by default. It is disabled when a
 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
 from setuptools import find_packages, setup
 
 
-VERSION = '1.5.2'
+VERSION = '1.5.3.dev0'
 
 
 
 
 setup(
 setup(