This is a fork of the famous https://github.com/dmpop/little-backup-box from dmpop.
A bash shell scripts that transforms your Raspberry Pi (or any single-board computer running a Debian-based Linux distribution) into an inexpensive, fully-automatic, pocketable data backup device.
IMPORTANT BackupPi is designed to work with USB sticks as backup media. Theoretically, it’s possible to make Little Backup Box work with an external hard disk, but this setup is not officially supported.
curl -sSL https://raw.githubusercontent.com/danielschmalhofer/BackupPi/master/install-backuppi.sh | bash
BackupPi supports three operation modes:
During the installation, choose the desired mode from the selection dialog.
When prompted, reboot the Raspberry Pi.
The exact steps depend on the operational mode.
Note: To differentiate between different storage cards, the backup script creates a datetime-based .id file in the root of each storage card. The name of the .id file is also used as the destination backup folder on the storage device.
The remote control mode gives you access to the Device backup action that backs up the /home/pi/BACKUP folder on the Raspberry Pi to an external storage device. This can be useful when you transfer files in the camera backup mode, and later want to back up the transferred files to a external storage device.
Please report bugs and issues in the Issues section.
If you’ve found a bug or have a suggestion for improvement, open an issue in the Issues section.
To add a new feature or fix issues yourself, follow the following steps.
git checkout -b new-feature
commandgit commit -am 'Add a new feature'
command to commit changesgit push origin new-feature
commandDmitri Popov dmpop@linux.com
danielschmalhofer.net