From: Lennart Poettering Date: Wed, 12 Mar 2025 12:34:47 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d77bf27c80fbd6534bb30fdf6ac72c588238999c;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index cb8c2f16091..9d62930f503 100644 --- a/TODO +++ b/TODO @@ -176,7 +176,11 @@ Features: * Maybe rename pkcs7 and public verbs of systemd-keyutil to be more verb like. -* add "homctl export" and "homectl import" that gets you an "atomic" snapshot +* maybe extend the capsule concept to the per-user instance too: invokes a + systemd --user instance with a subdir of $HOME as $HOME, and a subdir of + $XDG_RUNTIME_DIR as $XDG_RUNTIME_DIR. + +* add "homectl export" and "homectl import" that gets you an "atomic" snapshot of your homedir, i.e. either a tarball or a snapshot of the underlying disk (use FREEZE/THAW to make it consistent, btrfs snapshots)