-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Restoring backup files
dgtlmoon edited this page May 24, 2021
·
16 revisions
Important first is to stop the changedetection.io instance, as it will be monitoring and writing to the disk.
docker kill changedetection.io
Change the path in BACKUP_PATH to be the FULL path the file..
export BACKUP_PATH=/home/dgtlmoon/Downloads/changedetection-backup-1616751572.zip
docker run -v datastore-volume:/datastore -v $BACKUP_PATH:/backup.zip python:3.8-slim bash -c "apt-get update && apt-get install unzip -y; unzip /backup.zip -d /"
then restart
docker restart changedetection.io