mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Added support for backup using rsync
This commit is contained in:
+7
-2
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"directory": "$/Documents/Notes/",
|
||||
"directory": "~/Documents/Notes/",
|
||||
"render": true,
|
||||
"jumpToEndOfFileOnLaunch": true,
|
||||
"editor": "neovim",
|
||||
"journalRegex": ".*journal.*",
|
||||
"dateEntry": "# %a %d %m %Y",
|
||||
"newLineOnOpening": true
|
||||
"newLineOnOpening": true,
|
||||
"backup": {
|
||||
"enable": false,
|
||||
"directory": "/path/to/backup",
|
||||
"interval": "weekly"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user