back up letsencrypt data with borg
This commit is contained in:
parent
4f7eaf864a
commit
6d653149cf
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
{ label = "plinth"; path = "ssh://backup@100.66.18.84/./plinth"; }
|
||||
];
|
||||
source_directories = [
|
||||
"/srv/pds"
|
||||
"/etc/letsencrypt"
|
||||
"/srv/pds/data"
|
||||
"/srv/pds-testing/data"
|
||||
];
|
||||
encryption_passcommand = "${pkgs.coreutils}/bin/cat /root/.borg_password";
|
||||
|
|
Loading…
Reference in a new issue