simple soapbox drive comparator
authorChris Koeritz <fred@gruntose.com>
Sat, 8 Jul 2017 21:01:12 +0000 (17:01 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 8 Jul 2017 21:01:12 +0000 (17:01 -0400)
scripts/customize/fred/scripts/compare_soapbox.sh [new file with mode: 0644]

diff --git a/scripts/customize/fred/scripts/compare_soapbox.sh b/scripts/customize/fred/scripts/compare_soapbox.sh
new file mode 100644 (file)
index 0000000..24a841b
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+# compares the soapbox with the real archive to see if any older stuff might be
+# left behind.  if it's got a less than in front, then it's only on the soapbox drive
+# now rather than the pc's hard drive.
+
+sep
+echo "comparing musix where 'less than' is on the soapbox..."
+compare_dirs /media/fred/soapboxdrive/musix /z/musix
+
+sep
+echo "comparing imaginations where 'less than' is on the soapbox..."
+compare_dirs /media/fred/soapboxdrive/imaginations /z/imaginations
+
+sep
+echo "comparing walrus where 'less than' is on the soapbox..."
+compare_dirs /media/fred/soapboxdrive/walrus /z/walrus
+
+sep