How to create a backup manually?
Sometimes you will need to create a backup manually. Here is how to do it.
- run over CLI:
export SKIP_DAILY_BACKUP_CHECK=1 \
&& sudo bash /var/scripts/daily-borg-backup.sh - Wait until it reports that the backup is successfull.
(You can cancel the backup any time by pressing[CTRL] + [C]
)