An open API service indexing awesome lists of open source software.

https://github.com/koenkk/rpi-docker-backup

Docker image to backup files on your rpi
https://github.com/koenkk/rpi-docker-backup

Last synced: about 1 month ago
JSON representation

Docker image to backup files on your rpi

Awesome Lists containing this project

README

          

# rpi-docker-backup
This image automatically:
* Backups your files at 04:00 (overwrite `/crontab` to change this)
* Keeps only the last 5 backups (removes older ones)

Source: https://github.com/Koenkk/rpi-docker-backup

## Running
```bash
docker run \
-d \
--name=backup \
--restart=unless-stopped \
-v [DIRECTORY_YOU_WANT_TO_BACKUP]:/backup \
-v [OUTPUT_DIRECTORY]:/output \
koenkk/rpi-backup
```