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:
parent
5fd27efa50
commit
1128fbb94c
|
@ -27,4 +27,6 @@
|
|||
zoom.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ isync ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue