implement backup cli for borgbackup

This commit is contained in:
lassulus
2023-12-04 17:05:37 +01:00
parent 4ace326aeb
commit e772d29f44
10 changed files with 125 additions and 53 deletions

View File

@@ -16,7 +16,7 @@
{
clanCore.machineName = "machine";
clanCore.clanDir = ./.;
clanCore.state."/etc/state" = { };
clanCore.state.testState.folders = [ "/etc/state" ];
environment.etc.state.text = "hello world";
clan.borgbackup = {
enable = true;