Created
June 2, 2022 20:25
-
-
Save orther/34f90cd5ca2444c0623fa8e2dd227cab to your computer and use it in GitHub Desktop.
unifi-protect-backup docker command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
-e UFP_USERNAME='orther' \ | |
-e UFP_PASSWORD='' \ | |
-e UFP_ADDRESS='10.4.8.1' \ | |
-e UFP_SSL_VERIFY='false' \ | |
-e RCLONE_DESTINATION='unifi-protect-s3:/unifi_protect_backup' \ | |
-v '/volume1/data/backups/unifi-protect-backup':'/data' \ | |
-v '/volume1/docker/appdata/unifi-protect-backup':'/config' \ | |
-v '/volume1/docker/appdata/unifi-protect-backup':'/root/.config/rclone' \ | |
ghcr.io/ep1cman/unifi-protect-backup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment