Infini-SERVER: exclude emd-server world-backups from backups
This commit is contained in:
parent
8a48ff69d3
commit
8f7fa4e3fb
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
address = "192.168.1.212";
|
||||
};
|
||||
};
|
||||
|
||||
backups.extraExcludes = [
|
||||
"/srv/minecraft/emd-server/world-backups"
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue