From df009186a4866e4b1de76c0272f194b463c3aa86 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 13 Mar 2023 10:24:52 +1300 Subject: [PATCH] vault backup: 2023-03-13 10:24:52 --- content/notes/05-filesystems.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/notes/05-filesystems.md b/content/notes/05-filesystems.md index 2f1938a33..84fd2349c 100644 --- a/content/notes/05-filesystems.md +++ b/content/notes/05-filesystems.md @@ -11,12 +11,18 @@ access control models - MAC - object centered - RBAC - ACL + - list of who can do what things to which files + - backups -devices for filesystems +devices for file systems - device naming conventions under /dev explanation -- +- full + - easy, costly +- incremental + - updates only files that have changed + - level 0, 1, 2, 3, 4, 5 ... 9 UNIX file system - tree ![](https://i.imgur.com/9iDILn6.png)