enable borg client on thinkpad
This commit is contained in:
parent
09670b1acc
commit
541106db2c
1 changed files with 6 additions and 1 deletions
|
|
@ -204,9 +204,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.borg-client-custom = {
|
services.borg-client-custom = {
|
||||||
enable = false;
|
enable = true;
|
||||||
repositoryUrl = "ssh://borg-box/./thinkpad";
|
repositoryUrl = "ssh://borg-box/./thinkpad";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
|
"/home/yanlin/Archive"
|
||||||
|
"/home/yanlin/Credentials"
|
||||||
|
"/home/yanlin/Documents"
|
||||||
|
"/home/yanlin/Media"
|
||||||
|
"/home/yanlin/DCIM"
|
||||||
];
|
];
|
||||||
backupFrequency = "*-*-* 00:00:00";
|
backupFrequency = "*-*-* 00:00:00";
|
||||||
retention = {
|
retention = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue