From 299723d3bc5b9d273662d8325179ad5c3355b0d8 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 20 Jun 2026 15:10:12 -0700 Subject: [PATCH] Stop running backup vortex in sd-before-copy script --- sd-before-copy | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/sd-before-copy b/sd-before-copy index 6b748a8..4c6e0c5 100755 --- a/sd-before-copy +++ b/sd-before-copy @@ -1,11 +1,3 @@ -#!/bin/zsh -# -# sd-before-copy - Pre-backup script for SuperDuper! to run the backup vortex -# -# Usage: sd-before-copy (called automatically by SuperDuper!) +#!/bin/bash -# Redirect stderr to stdout because SuperDuper! interprets any output to stderr as a failure. -# Mystifying decision but whatever. Easy to work around it. -# For some reason we have to explicitly set LC_CTYPE for jsonpretty to work in the feedbin plugin. -# Again, whatever. -sudo -i -u sjs <<<'source ~/.zshrc && cd ~/Developer/vortex && LC_CTYPE=en_US.UTF-8 script/vortex ingest' 2>&1 +echo skipped, backup vortex moved to mudge