@@ -, +, @@ Fix path --- a/star.sh +++ a/star.sh @@ -355,7 +355,7 @@ clean_tmp_files # Set and source the configuration file for Backup mode. If -w is given don't source, the gui wrapper will source it if [ "$BRmode" = "0" ] && [ -z "$BRwrap" ]; then if [ -z "$BRconf" ]; then - BRconf="/etc/backup.conf" + BRconf="/etc/conf.d/system-tar-and-restore-Backup.conf" elif [ -n "$BRconf" ] && [ ! -f "$BRconf" ]; then echo -e "[${RED}ERROR${NORM}] File does not exist: $BRconf" >&2 exit