We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def9b5a commit d166420Copy full SHA for d166420
README.md
@@ -28,7 +28,7 @@ Find the script here: [rsync-backup-script.sh](https://github.com/uhk-ditig/rsyn
28
29
### Set Key Variables
30
31
-* `backuppath`: The directory to back up (`/home/user`).
+* `backuppath`: The directory to back up (`$HOME`).
32
* `mountpoint`: The backup destination (`/media/user/backup`).
33
* `date`: Current date in `YYYY-MM-DD` format.
34
* `time`: Current time in `HH:MM:SS` format.
rsync-backup-script.sh
@@ -26,7 +26,7 @@ function usage ()
26
# Variables
27
#
# source directory to back up
-backuppath="/home/user"
+backuppath=$HOME
# back up destination location
# Arch
0 commit comments