version 1.40.130 release
[feisty_meow.git] / scripts / customize / fred / fred_common.alias
1
2 # some aliases that i don't expect very many people to ever want.
3 # these are very specific to drives and such that i use but which other people wouldn't.
4
5 # updates the mounted barkuptree drive with stuff on wildmutt.
6 define_yeti_alias update_barkuptree='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/barkuptreedrive"'
7 # updates buffalonious when mounted.
8 define_yeti_alias update_buffalonious='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/z/buffalonious"'
9
10 # updates local archive drive called catfurnose.
11 define_yeti_alias update_catfurnose='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/catfurnose"'
12
13 # updates the fredmusicprime drive with the latest from /z space.
14 define_yeti_alias update_fredmusicprime='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/fredmusicprime"'
15
16 # updates my little 1 TB "soapbox" style usb drive with any appropriate archives and source.
17 define_yeti_alias update_soapbox='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/soapboxdrive"'
18
19 # does the updating thing on the new tiny flat drive that for a while was serving the ps4 shuttle service but now is an honest ext4 drive.
20 define_yeti_alias update_slimpickenz='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/slimpickenz"'
21
22 # another drive to update; this is a salvaged 5 tb drive.
23 define_yeti_alias update_flabtastic='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/flabtastic"'
24
25 # moo and unmoo mount the local folders i use most.
26 #no longer used.  we are doing mostly full directory stores without nfs mounts these days.
27 #define_yeti_alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid'
28 #define_yeti_alias unmoo='sudo umount /z/stuffing ; sudo umount /z/walrus ; sudo umount /z/chunky ; sudo umount /z/fredgrid'
29
30 # load in the gffs build scripts.
31 # not currently used.  this probably was adding a bit of startup time.
32 #source "$FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh"
33
34