Skip to content

Commit

Permalink
fix(borgmatic): add full path for 1P
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Feb 25, 2025
1 parent ccaa5ab commit ed97ba7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source_directories:
repositories:
- path: {{ .borgRepository | quote }}

encryption_passcommand: op read "op://Private/chezmoi-data/borg-encryption-passphrase"
encryption_passcommand: /opt/homebrew/bin/op read "op://Private/chezmoi-data/borg-encryption-passphrase"
compression: "lz4"
archive_name_format: "{hostname}-extra-configs-{now:%Y-%m-%d-%H%M%S}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source_directories:
repositories:
- path: {{ .borgRepository | quote }}

encryption_passcommand: op read "op://Private/chezmoi-data/borg-encryption-passphrase"
encryption_passcommand: /opt/homebrew/bin/op read "op://Private/chezmoi-data/borg-encryption-passphrase"
compression: 'lz4'
archive_name_format: "{hostname}-git-{now:%Y-%m-%d-%H%M%S}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source_directories:
repositories:
- path: {{ .borgRepository | quote }}

encryption_passcommand: op read "op://Private/chezmoi-data/borg-encryption-passphrase"
encryption_passcommand: /opt/homebrew/bin/op read "op://Private/chezmoi-data/borg-encryption-passphrase"
compression: "lz4"
archive_name_format: "{hostname}-icloud-{now:%Y-%m-%d-%H%M%S}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ source_directories:
repositories:
- path: {{ .borgRepository | quote }}

encryption_passcommand: op read "op://Private/chezmoi-data/borg-encryption-passphrase"

encryption_passcommand: /opt/homebrew/bin/op read "op://Private/chezmoi-data/borg-encryption-passphrase"
compression: 'lz4'
archive_name_format: "{hostname}-managed-configs-{now:%Y-%m-%d-%H%M%S}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exclude_patterns:
- '*/.tox/*'
- '*/.DS_Store'

encryption_passcommand: op read "op://Private/chezmoi-data/borg-encryption-passphrase"
encryption_passcommand: /opt/homebrew/bin/op read "op://Private/chezmoi-data/borg-encryption-passphrase"
compression: 'lz4'
archive_name_format: "{hostname}-workspace-{now:%Y-%m-%d-%H%M%S}"

Expand Down

0 comments on commit ed97ba7

Please sign in to comment.