Sign inSign up

ich777/luckybackup

By ich777

Updated 9 months ago

Image
5

500K+

ich777/luckybackup repository overview

luckyBackup in Docker optimized for Unraid

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

Env params

NameValueExample
DATA_DIRFolder for configfiles and the application/luckybackup
UIDUser Identifier99
GIDGroup Identifier100
UMASKUmask value for new created files0000
DATA_PERMSData permissions for config folder770

Run example

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!

Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Tag summary

Content type

Image

Digest

sha256:7aa0f37b7

Size

558.2 MB

Last updated

9 months ago

docker pull ich777/luckybackup