Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"versionValue": "0.2.0",
"startupBackupStatus": true,
"onquitBackupStatus": true,
"lifecycleValue": "14",
"backupsPerDayValue": "3",
"maxRetriesValue": "1",
"retryIntervalValue": "100",
"winSavePathValue": "\\\\openmediavault\\bobbie\\obsidian\\backup",
"unixSavePathValue": "C:\\Users\\Bobbie\\Obsidian Vaults",
"fileNameFormatValue": "Bobbie's Vault-Backup-%Y_%m_%d-%H_%M_%S",
"intervalBackupStatus": false,
"backupFrequencyValue": "10",
"callingArchiverStatus": false,
"archiverTypeValue": "sevenZip",
"archiveFileTypeValue": "zip",
"archiverWinPathValue": "",
"archiverUnixPathValue": "",
"showRibbonIcon": true,
"showConsoleLog": false,
"showNotifications": true,
"excludedDirectoriesValue": "",
"customizedArguments": ""
}

5806
.obsidian/plugins/local-backup/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"id": "local-backup",
"name": "Local Backup",
"version": "0.2.0",
"minAppVersion": "0.15.0",
"description": "Automatically creates a local backup of the vault.",
"author": "GC Chen",
"authorUrl": "https://github.com/cgcel/obsidian-local-backup",
"fundingUrl": "https://www.buymeacoffee.com/cgcel",
"isDesktopOnly": true,
"js": "main.js",
"tags": ["backup"]
}