Documentation on macOS launchd permissions issues with work-around for Full Disk Access (#293).
This commit is contained in:
parent
95a479a86e
commit
ac124612ad
3 changed files with 11 additions and 1 deletions
3
NEWS
3
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
setup.py
2
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(
|
||||||
|
|
Loading…
Reference in a new issue