Skip to content

Commit 68da1c1

Browse files
committed
removed personal user example and added generic
1 parent 20be806 commit 68da1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fullsysbackup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
###### Configuration ######
44

55
# Enter the backup location - Where should we save our files?
6-
backuplocation="/home/spithash/fullsysbackup"
6+
backuplocation="/home/user/fullsysbackup"
77

88
# Enter full paths of folders to include in our backup archive.
99
backuppaths=(
10-
/home/spithash
10+
/home/user
1111
/root
1212
/etc
1313
/usr/share/coreruleset

0 commit comments

Comments
 (0)