I am running UrBackup on a BananaPi as plug-in in Openmediavault. Everything is working fine. However I am concerned about the location of the database of UrBackup. May the frequent writes destroy the SD card the system is located on?
Is it be possible to move the location of the database to an HDD attached?
In OMV forum following is suggested:
Stopp the service
usermod -m -d /path/to/new/homedir urbackup
restarted the service.
Is this a feasible way? Any better way? Or just don’t care?
Thanks
Yeah, most SD cards are designed for media (pictures, movies, music) storage and not databases and tend to be really slow (with ridiculously large rmw blocks) with databases.
Either buy a good USB stick and put the OS there or move the /var/urbackup directory somewhere else and then bind mount or symlink it (ln -s /media/foo/urbackup /var/urbackup)
Confusing. Server GUI says client is online, but menue of client does not show option to start backup (though enabled in the server).
When trying to start backup on the server, get the message “starting backup failed”, But no log is created.