Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Use raspiBackup without installation

1st download of raspiBackup: curl -sSLO https://www.linux-tips-and-tricks.de/raspiBackup.sh

  1. mount the backup partition under /backup or specify the backup partition as the last parameter parameter in the call, e.g. sudo bash ./raspiBackup.sh /media/pi

  2. configuration of raspiBackup. See Call and options and the configuration in the raspiBackup configuration file or use the corresponding invocation options when calling.

  3. start the backup: sudo bash ./raspiBackup.sh

If no rsync backup is desired, the backup type tar or dd with option -t must be specified. option, i.e. sudo bash ./raspiBackup.sh -t tar or sudo bash ./raspiBackup.sh -t dd.

Brief information on all call options of raspiBackup can be obtained with bash ./raspiBackup.sh -h.