t490: investigate using isync/mbsync

Investigate using isync/mbsync to backup emails locally.

https://isync.sourceforge.io

For this, I've created a ~/.mbsyncrc file that contains my IMAP
configuration to connect to my email account and allows me to run
`mbsync oliverdavies.uk` to perform the backup.

`programs.mbsync` exists in Home Manager, so I can use this if I decide
to refactor this and have Home Manager create the configuration file.
This commit is contained in:
Oliver Davies 2025-01-18 23:32:01 +00:00
parent 5fd27efa50
commit 1128fbb94c

View file

@ -27,4 +27,6 @@
zoom.enable = true; zoom.enable = true;
}; };
}; };
home.packages = with pkgs; [ isync ];
} }