+8
dot_config/private_fish/functions/restic-chert.fish.tmpl
+8
dot_config/private_fish/functions/restic-chert.fish.tmpl
···+set -x RESTIC_REPOSITORY {{ printf "%s/%s" .restic.chert.baseOpId "restic repository" | quote }}+set -x AWS_SECRET_ACCESS_KEY {{ printf "%s/%s" .restic.chert.baseOpId "secret access key" | quote }}
+8
dot_config/private_fish/functions/restic-pulsar.fish.tmpl
+8
dot_config/private_fish/functions/restic-pulsar.fish.tmpl
···+set -x RESTIC_REPOSITORY {{ printf "%s/%s" .restic.pulsar.baseOpId "restic repository" | quote }}+set -x AWS_SECRET_ACCESS_KEY {{ printf "%s/%s" .restic.pulsar.baseOpId "secret access key" | quote }}
+8
dot_config/private_fish/functions/restic-slate.fish.tmpl
+8
dot_config/private_fish/functions/restic-slate.fish.tmpl
···+set -x RESTIC_REPOSITORY {{ printf "%s/%s" .restic.slate.baseOpId "restic repository" | quote }}+set -x AWS_SECRET_ACCESS_KEY {{ printf "%s/%s" .restic.slate.baseOpId "secret access key" | quote }}
+26
dot_config/restic/excludes.conf
+26
dot_config/restic/excludes.conf
···
+15
dot_config/restic/private_backup.conf.tmpl
+15
dot_config/restic/private_backup.conf.tmpl
···+RESTIC_REPOSITORY={{ onepasswordRead (printf "%s/%s" .restic.slate.baseOpId "restic repository") | quote }}+RESTIC_PASSWORD={{ onepasswordRead (printf "%s/%s" .restic.slate.baseOpId "restic password") | quote }}+AWS_ACCESS_KEY_ID={{ onepasswordRead (printf "%s/%s" .restic.slate.baseOpId "access key id")| quote }}+AWS_SECRET_ACCESS_KEY={{ onepasswordRead (printf "%s/%s" .restic.slate.baseOpId "secret access key") | quote }}
+16
dot_config/systemd/user/restic-backup.service.tmpl
+16
dot_config/systemd/user/restic-backup.service.tmpl
···+ExecStart={{ $resticPath }} backup --verbose --limit-upload "$UPLOAD_LIMIT" --exclude-file %h/.config/restic/excludes.conf --exclude-caches --tag "$BACKUP_TAGS" $BACKUP_PATHS+ExecStartPost={{ $resticPath }} forget --verbose --tag "$BACKUP_TAGS" --keep-daily "$RETENTION_DAYS" --keep-weekly "$RETENTION_WEEKS" --keep-monthly "$RETENTION_MONTHS" --keep-yearly "$RETENTION_YEARS"
+10
dot_config/systemd/user/restic-backup.timer
+10
dot_config/systemd/user/restic-backup.timer
+1
dot_config/systemd/user/timers.target.wants/symlink_restic-backup.timer
+1
dot_config/systemd/user/timers.target.wants/symlink_restic-backup.timer
···