Skip to main content

How to create a backup manually?

Sometimes you will need to create a backup manually. Here is how to do it.

  1. run over CLI:
    export SKIP_DAILY_BACKUP_CHECK=1 \
    && sudo bash /var/scripts/daily-borg-backup.sh
  2. Wait until it reports that the backup is successfull.
    (You can cancel the backup any time by pressing [CTRL] + [C])