RSYNC Laptop to HDD Re-Order & Yuzu
- Update dwm and doom emacs submodules - Re-order rsync laptop to hdd script directories alphabetically - Add Yuzu config and cache folders to laptop to hdd rsync script
This commit is contained in:
parent
7e270ed2de
commit
8fbc5c6ca0
@ -1 +1 @@
|
||||
Subproject commit 12bf6baa213686afb80b62c19773fdddad14e88e
|
||||
Subproject commit 02bb28dc8207fc57fd7139d9d9727d26ae0680f4
|
@ -1 +1 @@
|
||||
Subproject commit e55861f8a2125448cd18a191ecd6f7ab86822cc2
|
||||
Subproject commit ed439ddee498ee58e70ae214c5099899775d671a
|
@ -6,34 +6,38 @@ home_path="/home/sravan"
|
||||
|
||||
# Define arrays
|
||||
declare -a source_dirs=(
|
||||
"$home_path/.config/lutris/"
|
||||
"$home_path/.cache/lutris/"
|
||||
"$home_path/.cache/yuzu/"
|
||||
"$home_path/.config/PCSX2/"
|
||||
"$home_path/.config/dolphin-emu/"
|
||||
"$home_path/.config/lutris/"
|
||||
"$home_path/.config/retroarch/"
|
||||
"$home_path/.config/rpcs3/"
|
||||
"$home_path/.config/PCSX2/"
|
||||
"$home_path/.cache/lutris/"
|
||||
"$home_path/.config/yuzu/"
|
||||
"$home_path/Calibre_Library/"
|
||||
"$home_path/Games/"
|
||||
"$home_path/ISOs/"
|
||||
"$home_path/Manga/"
|
||||
"$home_path/Music/"
|
||||
"$home_path/Pictures/"
|
||||
"$home_path/Videos/"
|
||||
"$home_path/Games/"
|
||||
)
|
||||
declare -a target_dirs=(
|
||||
"$backup_path/.config/lutris/"
|
||||
"$backup_path/.cache/lutris/"
|
||||
"$backup_path/.cache/yuzu/"
|
||||
"$backup_path/.config/PCSX2/"
|
||||
"$backup_path/.config/dolphin-emu/"
|
||||
"$backup_path/.config/lutris/"
|
||||
"$backup_path/.config/retroarch/"
|
||||
"$backup_path/.config/rpcs3/"
|
||||
"$backup_path/.config/PCSX2/"
|
||||
"$backup_path/.cache/lutris/"
|
||||
"$backup_path/.config/yuzu/"
|
||||
"$backup_path/Calibre_Library/"
|
||||
"$backup_path/Games/"
|
||||
"$backup_path/ISOs/"
|
||||
"$backup_path/Manga/"
|
||||
"$backup_path/Music/"
|
||||
"$backup_path/Pictures/"
|
||||
"$backup_path/Videos/"
|
||||
"$backup_path/Games/"
|
||||
)
|
||||
|
||||
# Loop through arrays
|
||||
|
20
README.org
20
README.org
@ -8458,34 +8458,38 @@ home_path="/home/sravan"
|
||||
|
||||
# Define arrays
|
||||
declare -a source_dirs=(
|
||||
"$home_path/.config/lutris/"
|
||||
"$home_path/.cache/lutris/"
|
||||
"$home_path/.cache/yuzu/"
|
||||
"$home_path/.config/PCSX2/"
|
||||
"$home_path/.config/dolphin-emu/"
|
||||
"$home_path/.config/lutris/"
|
||||
"$home_path/.config/retroarch/"
|
||||
"$home_path/.config/rpcs3/"
|
||||
"$home_path/.config/PCSX2/"
|
||||
"$home_path/.cache/lutris/"
|
||||
"$home_path/.config/yuzu/"
|
||||
"$home_path/Calibre_Library/"
|
||||
"$home_path/Games/"
|
||||
"$home_path/ISOs/"
|
||||
"$home_path/Manga/"
|
||||
"$home_path/Music/"
|
||||
"$home_path/Pictures/"
|
||||
"$home_path/Videos/"
|
||||
"$home_path/Games/"
|
||||
)
|
||||
declare -a target_dirs=(
|
||||
"$backup_path/.config/lutris/"
|
||||
"$backup_path/.cache/lutris/"
|
||||
"$backup_path/.cache/yuzu/"
|
||||
"$backup_path/.config/PCSX2/"
|
||||
"$backup_path/.config/dolphin-emu/"
|
||||
"$backup_path/.config/lutris/"
|
||||
"$backup_path/.config/retroarch/"
|
||||
"$backup_path/.config/rpcs3/"
|
||||
"$backup_path/.config/PCSX2/"
|
||||
"$backup_path/.cache/lutris/"
|
||||
"$backup_path/.config/yuzu/"
|
||||
"$backup_path/Calibre_Library/"
|
||||
"$backup_path/Games/"
|
||||
"$backup_path/ISOs/"
|
||||
"$backup_path/Manga/"
|
||||
"$backup_path/Music/"
|
||||
"$backup_path/Pictures/"
|
||||
"$backup_path/Videos/"
|
||||
"$backup_path/Games/"
|
||||
)
|
||||
|
||||
# Loop through arrays
|
||||
|
Loading…
x
Reference in New Issue
Block a user