Skip to content

Commit

Permalink
fix backup path
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux authored Dec 26, 2023
1 parent 9a4f060 commit 3db92a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vackup all/systemd/vallbackup
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ volumes=$(docker volume ls -q)
dts=$(date +%d%m%y_%H%M%S)

## Where should the backups be saved. Define pathroot=
pathroot=~/home/ubuntu/vallbackup
pathroot=~/home/ubuntu/vallbackup-local
pathbkp=$pathroot/$dts

## Remove subfolders from the backup directory that are more than 7 days old
Expand Down

0 comments on commit 3db92a8

Please sign in to comment.