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:
-
Stop the backup daemon:
sudo service cloudberry-backup stop -
Move the database to the desired location.
-
Create a symlink from the desired location to the original location.
-
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