Where to install bitwarden on Linux

Hi there,
I have bitwarden self hosted up and running, I installed in the /root directory, but this is making it hard to safely backup the data. where is the best place to to install bitwarden. Can I just move the bitwarden.sh and ./bwdata directories, or will I need to build again?

I just did this as a test:

  1. cd to location of bwdata folder and my copy of bitwarden.sh
  2. ./bitwarden.sh stop
  3. mv bitwarden.sh bwdata /usr/local
  4. cd /usr/local
  5. ./bitwarden.sh start

Works fine.

Yes, I did the same in the end and it also worked. Thanks.