diff options
author | Keuin <[email protected]> | 2024-01-20 18:54:10 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-01-20 19:05:25 +0800 |
commit | 44227db56e3669b6b1575bf750df815e6903c906 (patch) | |
tree | 57c7a5503659aa0676119d7a9bdb48164fa6724f /README.md | |
parent | 7e3cd92742383c43f2741449c551208e6487154e (diff) |
feature: config file support JSON comment
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ The config file will be generated if not exist. The default is: - `incbak_cow`: (experimental) Enable filesystem CoW (copy-on-write) for incremental backup. **Will fall back to normal file copy if the filesystem does not support CoW.** Please read section 2.5 for more info. -Note: JSON comment is **NOT** supported for now. +Note: JSON comment **is** supported. ## 2.3 Script for auto-restart after restoring |