Update External HDD Path in Rsync Script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Define base paths
|
||||
external_hdd_path="/mnt/Seagate 5TB"
|
||||
external_hdd_path="/run/media/sravan/Seagate 5TB"
|
||||
backup_path="$external_hdd_path/Backups"
|
||||
home_path="/home/sravan"
|
||||
|
||||
|
@@ -8104,7 +8104,7 @@ done
|
||||
|
||||
#+BEGIN_SRC shell :shebang #!/bin/bash :tangle .scripts/rsync_laptop_to_external_hdd.sh
|
||||
# Define base paths
|
||||
external_hdd_path="/mnt/Seagate 5TB"
|
||||
external_hdd_path="/run/media/sravan/Seagate 5TB"
|
||||
backup_path="$external_hdd_path/Backups"
|
||||
home_path="/home/sravan"
|
||||
|
||||
|
Reference in New Issue
Block a user