Skip to content

Commit

Permalink
Merge pull request #236 from SirDank/master
Browse files Browse the repository at this point in the history
Update BackupConfig.java
  • Loading branch information
Osiris-Team authored Apr 27, 2024
2 parents ffc2789 + 6550993 commit fb15316
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ public BackupConfig() throws IOException, DuplicateKeyException, YamlReaderExcep
);
backup_include_list = put(name, "include", "list").setDefValues(
"./",
"./example/directory",
"./specific-file.txt",
"C:\\Users\\Example Windows Directory"
"./server.properties"
).setComments(
" - ./example/directory",
" - ./specific-file.txt",
" - C:\\Users\\Example Windows Directory"
);
backup_exclude = put(name, "exclude", "enable").setDefValues("true").setComments(
"Add specific files or folders you want to exclude from the backup, to the list below.",
Expand Down

0 comments on commit fb15316

Please sign in to comment.