LuckyBackup is a very user-friendly GUI backup program. It uses rsync as a backend and transfers over only changes made rather than all data.
Update: The container will check on every start/restart if there is a newer version available
| Name | Value | Example |
|---|---|---|
| DATA_DIR | Folder for configfiles and the application | /luckybackup |
| UID | User Identifier | 99 |
| GID | Group Identifier | 100 |
| UMASK | Umask value for new created files | 0000 |
| DATA_PERMS | Data permissions for config folder | 770 |
docker run --name luckyBackup -d \
-p 8080:8080 \
--env 'UID=99' \
--env 'GID=100' \
--env 'UMASK=0000' \
--env 'DATA_PERMS=770' \
--volume /mnt/cache/appdata/luckybackup:/luckybackup \
--volume /mnt/user/:/mnt/user \
ich777/luckybackup
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
Content type
Image
Digest
sha256:7aa0f37b7…
Size
558.2 MB
Last updated
9 months ago
docker pull ich777/luckybackup