update music transfer script
This commit is contained in:
parent
89ef16ca80
commit
2de4d621eb
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
SOURCE_DIR="/media/samsung-T7"
|
||||
DEST_DIR="/media/dap"
|
||||
SOURCE_DIR="/home/thomas/Music/"
|
||||
DEST_DIR="/run/media/thomas/6339-3034"
|
||||
|
||||
# Ensure directories exist
|
||||
if [ ! -d "$SOURCE_DIR" ]; then
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ echo -e "${BLUE}INFO Syncing music library to DAP SD card...${NO_COLOR}"
|
|||
|
||||
sleep 3
|
||||
|
||||
echo -e "${BLUE}INFO Backing up music library to additional external drive...${NO_COLOR}"
|
||||
"${HOME}/repos/utilities/music_sync/backup_music_library.sh"
|
||||
# echo -e "${BLUE}INFO Backing up music library to additional external drive...${NO_COLOR}"
|
||||
# "${HOME}/repos/utilities/music_sync/backup_music_library.sh"
|
||||
|
||||
echo -e "${BLUE}INFO Backup completed...${NO_COLOR}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue