mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-19 22:48:59 -04:00
we tried to be very private / secure here, but that created the issue that a less secure umask (like e.g. 0o007) just did not work. to make the umask work, we must start from 0o777 mode and let the umask do its work, like e.g. 0o777 & ~0o007 --> 0o770. with borg's default umask of 0o077, it usually ends up being 0o700, so only permissions for the user (not group, not others). |
||
|---|---|---|
| .. | ||
| borg | ||