Obisidian vault auto-backup: 06-11-2024 15:25:40 on .4

This commit is contained in:
2024-11-06 15:25:40 +01:00
parent d9143986a1
commit c4fc83423b
4 changed files with 31 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"commitMessage": "Obisidian vault manual backup: {{date}} on {{hostname}}.{{numFiles}}",
"commitDateFormat": "DD-MM-YYYY HH:mm:ss",
"autoSaveInterval": 10,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
"autoPullInterval": 10,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
@@ -12,7 +12,7 @@
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"syncMethod": "rebase",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
@@ -23,7 +23,7 @@
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"setLastSaveToLastCommit": true,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
@@ -50,9 +50,9 @@
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"gutterSpacingFallbackLength": 13,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
"autoCommitMessage": "Obisidian vault auto-backup: {{date}} on {{hostname}}.{{numFiles}}"
}