Remove calibre library from google drive cloud backup
This commit is contained in:
@@ -6,12 +6,10 @@ home_path="/home/sravan"
|
|||||||
|
|
||||||
# Define arrays
|
# Define arrays
|
||||||
declare -a source_dirs=(
|
declare -a source_dirs=(
|
||||||
"$home_path/Calibre_Library/"
|
|
||||||
"$home_path/Pictures/Wallpapers/"
|
"$home_path/Pictures/Wallpapers/"
|
||||||
"$home_path/Documents/"
|
"$home_path/Documents/"
|
||||||
)
|
)
|
||||||
declare -a target_dirs=(
|
declare -a target_dirs=(
|
||||||
"$gdrive_personal_path/Calibre Library/"
|
|
||||||
"$gdrive_personal_path/Customization/Wallpapers/Desktop/"
|
"$gdrive_personal_path/Customization/Wallpapers/Desktop/"
|
||||||
"$gdrive_personal_path/Documents/"
|
"$gdrive_personal_path/Documents/"
|
||||||
)
|
)
|
||||||
|
@@ -7406,12 +7406,10 @@ home_path="/home/sravan"
|
|||||||
|
|
||||||
# Define arrays
|
# Define arrays
|
||||||
declare -a source_dirs=(
|
declare -a source_dirs=(
|
||||||
"$home_path/Calibre_Library/"
|
|
||||||
"$home_path/Pictures/Wallpapers/"
|
"$home_path/Pictures/Wallpapers/"
|
||||||
"$home_path/Documents/"
|
"$home_path/Documents/"
|
||||||
)
|
)
|
||||||
declare -a target_dirs=(
|
declare -a target_dirs=(
|
||||||
"$gdrive_personal_path/Calibre Library/"
|
|
||||||
"$gdrive_personal_path/Customization/Wallpapers/Desktop/"
|
"$gdrive_personal_path/Customization/Wallpapers/Desktop/"
|
||||||
"$gdrive_personal_path/Documents/"
|
"$gdrive_personal_path/Documents/"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user