vault backup: 2026-04-15 20:32:30

This commit is contained in:
2026-04-15 20:32:30 +08:00
parent 985766078b
commit 30b6219787
8 changed files with 198 additions and 25 deletions

View File

@@ -0,0 +1,48 @@
{
"account": "",
"credential": "",
"remoteDir": "/obsidian/",
"remoteCacheDir": "",
"useGitStyle": true,
"conflictStrategy": "diff-match-patch",
"oauthResponseText": "FyoeXnB7CVHAC1SNgnoJb5oYy3Lgs2yJOeSAKnCvXj6q-tBHpci4uxc1srEpDlnYHcaT4ntBRRxy1_sT_4z_9F_QozF2pnvcFjlOmFf_xtf0sWEZIhCQKHhcMwj4kTXnHCdNVyCFEKZS_b8hPy2IckGyMko8vzxmeJpXIPr2VE-e4oY",
"loginMode": "sso",
"confirmBeforeSync": true,
"confirmBeforeDeleteInAutoSync": true,
"syncMode": "loose",
"filterRules": {
"exclusionRules": [
{
"expr": "**/.git",
"options": {
"caseSensitive": false
}
},
{
"expr": "**/.DS_Store",
"options": {
"caseSensitive": false
}
},
{
"expr": "**/.trash",
"options": {
"caseSensitive": false
}
},
{
"expr": ".obsidian",
"options": {
"caseSensitive": false
}
}
],
"inclusionRules": []
},
"skipLargeFiles": {
"maxSize": "30 MB"
},
"realtimeSync": false,
"startupSyncDelaySeconds": 0,
"autoSyncIntervalSeconds": 300
}

41
.obsidian/plugins/nutstore-sync/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "nutstore-sync",
"name": "Nutstore Sync",
"version": "1.1.3",
"minAppVersion": "0.15.0",
"description": "Sync your vault with Nutstore/坚果云 using WebDAV protocol.",
"author": "nutstore",
"authorUrl": "https://github.com/nutstore",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long