Rsync HDD Backup Update & Redshift Location Fix
- Fix redshift location (needed negative longitude for West) - Remove `Documents` from hdd rsync backup - Remove `PCSX2` from hdd rsync backup - Add lutris cache to hdd rsync backup - Update restart patches in dwm-flexipatch submodule - Update doom-emacs submodule
This commit is contained in:
@@ -7,7 +7,6 @@ home_path="/home/sravan"
|
||||
# Define arrays
|
||||
declare -a source_dirs=(
|
||||
"$home_path/Calibre_Library/"
|
||||
"$home_path/Documents/"
|
||||
"$home_path/ISOs/"
|
||||
"$home_path/Music/"
|
||||
"$home_path/Pictures/"
|
||||
@@ -15,23 +14,22 @@ declare -a source_dirs=(
|
||||
"$home_path/Games/"
|
||||
"$home_path/.config/lutris/"
|
||||
"$home_path/.config/dolphin-emu/"
|
||||
"$home_path/.config/PCSX2/"
|
||||
"$home_path/.config/retroarch/"
|
||||
"$home_path/.config/rpcs3/"
|
||||
"$home_path/.cache/lutris/"
|
||||
)
|
||||
declare -a target_dirs=(
|
||||
"$backup_path/Calibre_Library/"
|
||||
"$backup_path/Documents/"
|
||||
"$backup_path/ISOs/"
|
||||
"$backup_path/Music/"
|
||||
"$backup_path/Pictures/"
|
||||
"$backup_path/Videos/"
|
||||
"$backup_path/Games/"
|
||||
"$backup_path/Config/Lutris/"
|
||||
"$backup_path/Config/Dolphin-Emu/"
|
||||
"$backup_path/Config/PCSX2/"
|
||||
"$backup_path/Config/RetroArch/"
|
||||
"$backup_path/Config/RPCS3/"
|
||||
"$backup_path/.config/lutris/"
|
||||
"$backup_path/.config/dolphin-emu/"
|
||||
"$backup_path/.config/retroarch/"
|
||||
"$backup_path/.config/rpcs3/"
|
||||
"$backup_path/.cache/lutris/"
|
||||
)
|
||||
|
||||
# Loop through arrays
|
||||
|
Reference in New Issue
Block a user