diff --git a/NEWS b/NEWS index 09e76917..93a809b9 100644 --- a/NEWS +++ b/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 diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index c83d6ea0..8dcbda49 100644 --- a/docs/how-to/set-up-backups.md +++ b/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 diff --git a/setup.py b/setup.py index 02b33675..7dbf06e1 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.2' +VERSION = '1.5.3.dev0' setup(