Quick Notes

From Da Nerd Mage Wiki
Revision as of 00:31, 2 February 2025 by Tinker (talk | contribs)
Jump to navigation Jump to search

Sections here are really just placeholders with enough information to get started on building actual articles...

Better Permissions Handling

Proven on:
Logo Debian.png
12 (bookworm)
  • sudo apt install acl
  • sudo mkdir /FOOBAR
  • sudo chown -R :users /FOOBAR
  • sudo chmod -R g+ws /FOOBAR
  • sudo setfacl -Rdm g:users:rx /FOOBAR

Now, the directory /FOOBAR is writeable by anyone in the users group.

Some Links

Development Testing for a Backup Server

Proven on:
Logo Debian.png
12 (bookworm)

On the PVE Server:

On "storage"

On "backup"