added alias for new drive
authorChris Koeritz <fred@gruntose.com>
Tue, 17 May 2022 15:22:21 +0000 (11:22 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 17 May 2022 15:22:21 +0000 (11:22 -0400)
scripts/customize/fred/fred_common.alias

index 4e761c32285dc5642c328b38b2efcab18d980a70..84ea0b7714cf697822f2de5f5a45c06fbe9b6e41 100644 (file)
@@ -4,8 +4,6 @@
 
 # updates the mounted barkuptree drive with stuff on wildmutt.
 define_yeti_alias update_barkuptree='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/barkuptreedrive"'
-# updates the mounted bittybarky drive (barkuptree's successor) with stuff on wildmutt.
-define_yeti_alias update_bittybarky='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/bittybarky"'
 # updates buffalonious when mounted.
 define_yeti_alias update_buffalonious='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/z/buffalonious"'
 
@@ -24,6 +22,12 @@ define_yeti_alias update_slimpickenz='source "$FEISTY_MEOW_SCRIPTS/archival/gene
 # another drive to update; this is a salvaged 5 tb drive.
 define_yeti_alias update_flabtastic='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/flabtastic"'
 
+# updates the bittybarky drive with the prime assortment.
+define_yeti_alias update_bittybarky='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/bittybarky"'
+
+# synch up the new fairly large seagate drive named swirler.
+define_yeti_alias update_swirler='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/swirler"'
+
 # moo and unmoo mount the local folders i use most.
 #no longer used.  we are doing mostly full directory stores without nfs mounts these days.
 #define_yeti_alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid'