nav_order |
---|
2 |
obackup
: Create a backup
of your vault.
- Your whole vault will be compressed into a zip file and then moved to the location you specified in the workflow configuration (
backup_destination
). There will be a notification when the backup has been completed. - This command will respect the maximum number of backups you have set (workflow configuration
max_number_of_bkps
) to prevent taking up too much disk space. When the number is reached, every new backup causes the oldest backup to be deleted. - The hidden folders
.obsidian
and.trash
are included in the backup. - 💡 Advanced users: you can use the following AppleScript snippet to trigger a backup. This is useful to create automated backups via launchd, Cron jobs, or Keyboard Maestro.
tell application id "com.runningwithcrayons.Alfred"
run trigger "backup-obsidian" in workflow "de.chris-grieser.shimmering-obsidian" with argument ""
end tell
# pass 'no sound' as argument to turn off backup confirmation sound
o.obsidian
: The hidden.obsidian
folder located in your vault root will be opened in Finder.o.trash
: Open the hidden.trash
folder located in your vault root will be opened in Finder. (Note that you have to selectMove to Obsidian trash
in the Obsidian settings under theFiles & Links
tab before deleted files can be found here.)oapplicationsupport
: Open Obsidian's Application Support folder.oplugin
: The plugin folder in.obsidian
folder will be opened in Finder.ocss
: Open thethemes
andsnippets
folder. (Along with your installed themes and snippets.)- Open your vault root with the Vault Switcher.
- Open local plugin folders with the Plugin Settings Search.
oupdate
: Update Plugins and Metadata used by this workflow
- Update your Community Plugins
- Update your Beta Plugins (installed via the BRAT Plugin)
- Re-index the data for the Documentation Search.
- Refresh the metadata used for this workflow manually or set an interval to refresh it automatically. See the section on workflow configuration for more information