Browse Source

Emojis everywhere!

Dan Helfman 4 weeks ago
parent
commit
fcfc7ee726
34 changed files with 37 additions and 36 deletions
  1. 1 1
      docs/how-to/add-preparation-and-cleanup-steps-to-backups.md
  2. 1 1
      docs/how-to/backup-to-a-removable-drive-or-an-intermittent-server.md
  3. 1 1
      docs/how-to/backup-your-databases.md
  4. 1 1
      docs/how-to/customize-warnings-and-errors.md
  5. 1 1
      docs/how-to/deal-with-very-large-backups.md
  6. 1 1
      docs/how-to/develop-on-borgmatic.md
  7. 1 1
      docs/how-to/extract-a-backup.md
  8. 1 1
      docs/how-to/inspect-your-backups.md
  9. 4 3
      docs/how-to/make-backups-redundant.md
  10. 1 1
      docs/how-to/make-per-application-backups.md
  11. 1 1
      docs/how-to/monitor-your-backups.md
  12. 1 1
      docs/how-to/provide-your-passwords.md
  13. 1 1
      docs/how-to/run-arbitrary-borg-commands.md
  14. 1 1
      docs/how-to/set-up-backups.md
  15. 1 1
      docs/how-to/snapshot-your-filesystems.md
  16. 1 1
      docs/how-to/upgrade.md
  17. 1 1
      docs/reference/command-line/actions/index.md
  18. 1 1
      docs/reference/command-line/index.md
  19. 1 1
      docs/reference/command-line/logging.md
  20. 1 1
      docs/reference/command-line/overrides.md
  21. 1 1
      docs/reference/configuration/archive-name-format.md
  22. 1 1
      docs/reference/configuration/command-hooks.md
  23. 1 1
      docs/reference/configuration/consistency-checks.md
  24. 1 1
      docs/reference/configuration/constants.md
  25. 1 1
      docs/reference/configuration/credentials/index.md
  26. 1 1
      docs/reference/configuration/data-sources/index.md
  27. 1 1
      docs/reference/configuration/environment-variables.md
  28. 1 1
      docs/reference/configuration/includes.md
  29. 1 1
      docs/reference/configuration/index.md
  30. 1 1
      docs/reference/configuration/monitoring/index.md
  31. 1 1
      docs/reference/configuration/patterns-and-excludes.md
  32. 1 1
      docs/reference/configuration/repositories.md
  33. 1 1
      docs/reference/configuration/runtime-directory.md
  34. 1 1
      docs/reference/source-code.md

+ 1 - 1
docs/how-to/add-preparation-and-cleanup-steps-to-backups.md

@@ -1,5 +1,5 @@
 ---
-title: How to add preparation and cleanup steps to backups
+title: 🧹 How to add preparation and cleanup steps to backups
 eleventyNavigation:
   key: 🧹 Add preparation and cleanup steps
   parent: How-to guides

+ 1 - 1
docs/how-to/backup-to-a-removable-drive-or-an-intermittent-server.md

@@ -1,5 +1,5 @@
 ---
-title: How to backup to a removable drive or an intermittent server
+title: 💾 How to backup to a removable drive or an intermittent server
 eleventyNavigation:
   key: 💾 Backup to a removable drive/server
   parent: How-to guides

+ 1 - 1
docs/how-to/backup-your-databases.md

@@ -1,5 +1,5 @@
 ---
-title: How to backup your databases
+title: 🗄️ How to backup your databases
 eleventyNavigation:
   key: 🗄️ Backup your databases
   parent: How-to guides

+ 1 - 1
docs/how-to/customize-warnings-and-errors.md

@@ -1,5 +1,5 @@
 ---
-title: How to customize warnings and errors
+title: 💥 How to customize warnings and errors
 eleventyNavigation:
   key: 💥 Customize warnings/errors
   parent: How-to guides

+ 1 - 1
docs/how-to/deal-with-very-large-backups.md

@@ -1,5 +1,5 @@
 ---
-title: How to deal with very large backups
+title: 📏 How to deal with very large backups
 eleventyNavigation:
   key: 📏 Deal with very large backups
   parent: How-to guides

+ 1 - 1
docs/how-to/develop-on-borgmatic.md

@@ -1,5 +1,5 @@
 ---
-title: How to develop on borgmatic
+title: 🏗️ How to develop on borgmatic
 eleventyNavigation:
   key: 🏗️ Develop on borgmatic
   parent: How-to guides

+ 1 - 1
docs/how-to/extract-a-backup.md

@@ -1,5 +1,5 @@
 ---
-title: How to extract a backup
+title: 📤 How to extract a backup
 eleventyNavigation:
   key: 📤 Extract a backup
   parent: How-to guides

+ 1 - 1
docs/how-to/inspect-your-backups.md

@@ -1,5 +1,5 @@
 ---
-title: How to inspect your backups
+title: 🔎 How to inspect your backups
 eleventyNavigation:
   key: 🔎 Inspect your backups
   parent: How-to guides

+ 4 - 3
docs/how-to/make-backups-redundant.md

@@ -1,5 +1,5 @@
 ---
-title: How to make backups redundant
+title: ☁️  How to make backups redundant
 eleventyNavigation:
   key: ☁️  Make backups redundant
   parent: How-to guides
@@ -40,10 +40,11 @@ Here's a way of visualizing what borgmatic does with the above configuration:
 This gives you redundancy of your data across repositories and even
 potentially across providers.
 
-See [Borg repository URLs
-documentation](https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls)
+See [repositories
+documentation](https://torsion.org/borgmatic/reference/configuration/repositories/)
 for more information on how to specify local and remote repository paths.
 
+
 ### Different options per repository
 
 What if you want borgmatic to backup to multiple repositories—while also

+ 1 - 1
docs/how-to/make-per-application-backups.md

@@ -1,5 +1,5 @@
 ---
-title: How to make per-application backups
+title: 🗂️ How to make per-application backups
 eleventyNavigation:
   key: 🗂️ Make per-application backups
   parent: How-to guides

+ 1 - 1
docs/how-to/monitor-your-backups.md

@@ -1,5 +1,5 @@
 ---
-title: How to monitor your backups
+title: 🚨 How to monitor your backups
 eleventyNavigation:
   key: 🚨 Monitor your backups
   parent: How-to guides

+ 1 - 1
docs/how-to/provide-your-passwords.md

@@ -1,5 +1,5 @@
 ---
-title: How to provide your passwords
+title: 🔒 How to provide your passwords
 eleventyNavigation:
   key: 🔒 Provide your passwords
   parent: How-to guides

+ 1 - 1
docs/how-to/run-arbitrary-borg-commands.md

@@ -1,5 +1,5 @@
 ---
-title: How to run arbitrary Borg commands
+title: 🔧 How to run arbitrary Borg commands
 eleventyNavigation:
   key: 🔧 Run arbitrary Borg commands
   parent: How-to guides

+ 1 - 1
docs/how-to/set-up-backups.md

@@ -1,5 +1,5 @@
 ---
-title: How to set up backups
+title: 📥 How to set up backups
 eleventyNavigation:
   key: 📥 Set up backups
   parent: How-to guides

+ 1 - 1
docs/how-to/snapshot-your-filesystems.md

@@ -1,5 +1,5 @@
 ---
-title: How to snapshot your filesystems
+title: 📸 How to snapshot your filesystems
 eleventyNavigation:
   key: 📸 Snapshot your filesystems
   parent: How-to guides

+ 1 - 1
docs/how-to/upgrade.md

@@ -1,5 +1,5 @@
 ---
-title: How to upgrade borgmatic and Borg
+title: 📦 How to upgrade borgmatic and Borg
 eleventyNavigation:
   key: 📦 Upgrade borgmatic/Borg
   parent: How-to guides

+ 1 - 1
docs/reference/command-line/actions/index.md

@@ -1,5 +1,5 @@
 ---
-title: Actions
+title: 🎬 Actions
 eleventyNavigation:
   key: 🎬 Actions
   parent: 💻 Command-line

+ 1 - 1
docs/reference/command-line/index.md

@@ -1,5 +1,5 @@
 ---
-title: Command-line
+title: 💻 Command-line
 eleventyNavigation:
   key: 💻 Command-line
   parent: Reference guides

+ 1 - 1
docs/reference/command-line/logging.md

@@ -1,5 +1,5 @@
 ---
-title: Logging
+title: 🪵 Logging
 eleventyNavigation:
   key: 🪵 Logging
   parent: 💻 Command-line

+ 1 - 1
docs/reference/command-line/overrides.md

@@ -1,5 +1,5 @@
 ---
-title: Overrides
+title: 🔄 Overrides
 eleventyNavigation:
   key: 🔄 Overrides
   parent: 💻 Command-line

+ 1 - 1
docs/reference/configuration/archive-name-format.md

@@ -1,5 +1,5 @@
 ---
-title: Archive name format
+title: 📛 Archive name format
 eleventyNavigation:
   key: 📛 Archive name format
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/command-hooks.md

@@ -1,5 +1,5 @@
 ---
-title: Command hooks
+title: 🪝 Command hooks
 eleventyNavigation:
   key: 🪝 Command hooks
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/consistency-checks.md

@@ -1,5 +1,5 @@
 ---
-title: Consistency checks
+title: Consistency checks
 eleventyNavigation:
   key: ✅ Consistency checks
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/constants.md

@@ -1,5 +1,5 @@
 ---
-title: Constants
+title: 🟰 Constants
 eleventyNavigation:
   key: 🟰 Constants
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/credentials/index.md

@@ -1,5 +1,5 @@
 ---
-title: Credentials
+title: 🔒 Credentials
 eleventyNavigation:
   key: 🔒 Credentials
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/data-sources/index.md

@@ -1,5 +1,5 @@
 ---
-title: Data sources
+title: 🗄️ Data sources
 eleventyNavigation:
   key: 🗄️ Data sources
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/environment-variables.md

@@ -1,5 +1,5 @@
 ---
-title: Environment variables
+title: 💲 Environment variables
 eleventyNavigation:
   key: 💲 Environment variables
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/includes.md

@@ -1,5 +1,5 @@
 ---
-title: Includes
+title: Includes
 eleventyNavigation:
   key: ❗ Includes
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/index.md

@@ -1,5 +1,5 @@
 ---
-title: Configuration
+title: ⚙️  Configuration
 eleventyNavigation:
   key: ⚙️  Configuration
   parent: Reference guides

+ 1 - 1
docs/reference/configuration/monitoring/index.md

@@ -1,5 +1,5 @@
 ---
-title: Monitoring
+title: 🚨 Monitoring
 eleventyNavigation:
   key: 🚨 Monitoring
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/patterns-and-excludes.md

@@ -1,5 +1,5 @@
 ---
-title: Patterns and excludes
+title: Patterns and excludes
 eleventyNavigation:
   key: ⛔ Patterns and excludes
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/repositories.md

@@ -1,5 +1,5 @@
 ---
-title: Repositories
+title: 🗃️ Repositories
 eleventyNavigation:
   key: 🗃️ Repositories
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/configuration/runtime-directory.md

@@ -1,5 +1,5 @@
 ---
-title: Runtime directory
+title: 📁 Runtime directory
 eleventyNavigation:
   key: 📁 Runtime directory
   parent: ⚙️  Configuration

+ 1 - 1
docs/reference/source-code.md

@@ -1,5 +1,5 @@
 ---
-title: Source code
+title: 🐍 Source code
 eleventyNavigation:
   key: 🐍 Source code
   parent: Reference guides