Skip to content

Commit e55d020

Browse files
committed
added documentation for preserving files
1 parent 3f2123b commit e55d020

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_docs/sysadmin/installation/system_customization.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,21 @@ You can customize the login screen with markdown. By default, `# Login` is rende
372372

373373
Refer to [this](/student/communication/markdown) to learn more about markdown.
374374

375+
## Preserving your changes on system re-installation
376+
377+
you can prevent your changes from being overwritten from a system re-install by entering paths into a JSON file.
378+
379+
the JSON file will be generated at `/usr/local/submitty/config/preserve_files_list.json`
380+
381+
the format will be as follows:
382+
383+
```
384+
[
385+
"/path/to/file",
386+
"/more/files/,
387+
...
388+
]
389+
```
375390

376391

377392
## Changing the multi-processing module of Apache2, Enabling HTTP2

0 commit comments

Comments
 (0)