Skip to content

How to backup? #785

Answered by CFox243
minsungbr asked this question in Q&A
Dec 2, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

I believe you should have a mount for "var/www/remotely"
make a backup of that create new container and move that mount over to the new container.
after that, everything should load up as is.

Docker mount:
volumes:
- ./var/www/remotely:/remotely-data

that dir should have

  • Appsettings.json
  • /logs
  • /recordings
  • Remotely.db
  • remotely.db-shm
  • remotely.db-wal

However i don't use the Synology so out side of that not 100%

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@minsungbr
Comment options

Answer selected by minsungbr
Comment options

You must be logged in to vote
1 reply
@CFox243
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants