Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions not-supported/daily-backup-wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ fi
# Install needed tools
msg_box "We will now install all needed tools, initialize the Borg backup repository and create the daily backup script now."
install_if_not borgbackup
apt-get install python3-pyfuse3 --no-install-recommends -y

# Initialize the borg backup repository
export BORG_PASSPHRASE="$ENCRYPTION_KEY"
Expand Down
1 change: 1 addition & 0 deletions not-supported/restore-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ fi
# Install borg
print_text_in_color "$ICyan" "Installing borgbackup..."
install_if_not borgbackup
apt-get install python3-pyfuse3 --no-install-recommends -y

# Enter password
while :
Expand Down