Initial commit
This commit is contained in:
24
.obsidian/plugins/local-backup/data.json
vendored
Normal file
24
.obsidian/plugins/local-backup/data.json
vendored
Normal 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
5806
.obsidian/plugins/local-backup/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13
.obsidian/plugins/local-backup/manifest.json
vendored
Normal file
13
.obsidian/plugins/local-backup/manifest.json
vendored
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user