Change the repository location

How do I change the database location for CloudBerry Backup?
It is now filling up /-volume on my CentOS 6 fileserver.

Yes, here is how it is done:

  1. Stop the backup daemon:
    sudo service cloudberry-backup stop

  2. Move the database to the desired location.

  3. Create a symlink from the desired location to the original location.

  4. Run the backup daemon again:
    sudo service cloudberry-backup start

Here is also a command to see the current status of daemon:
sudo service cloudberry-backup status