Had to fix btrfs path type

This commit is contained in:
Tristan Ancelet 2023-11-24 17:47:10 -06:00
parent de8c7de945
commit 60ab5840ba

View File

@ -39,7 +39,7 @@ LOG_FILE=$LOG_DIR/$DATE.log
LIMIT=5 LIMIT=5
## Because cron fucks our env, and loading /etc/bashrc doesn't always fix it ## Because cron fucks our env, and loading /etc/bashrc doesn't always fix it
alias btrfs='/usr/bin/btrfs' alias btrfs='/usr/sbin/btrfs'
## The subvols that we want to backup ## The subvols that we want to backup
### <actual-directory>:<name-of-backup-dir> ### <actual-directory>:<name-of-backup-dir>