brainupdaters / drlm

Disaster Recovery Linux Manager
http://drlm.org
GNU General Public License v3.0
68 stars 15 forks source link

This is less of an issue and more of a question #197

Closed chumunga closed 8 months ago

chumunga commented 1 year ago

Is there a complete documentation some where? There is no mention of how to configure backup, do i configure the client /etc/rear/local.conf

or do i configure the backup from the server (DRLM) /etc/drlm/client/client_name.conf? and if so, how do even change the backup location?

Disaster Recovery Linux Manager (DRLM) Issue Template

Quick response time is not guaranteed with free support, if you are using DRLM in a production environment and enterprise grade level support services are required, please see: http://www.brainupdaters.net/en/drlm-services.

Please fill in the following items before submitting a new issue:

Issue details:
DRLM Server information:
DRLM Client information:
proura commented 1 year ago

Hi @chumunga,

https://www.drlm.org

The client config is automatically generated when a client is added to drlm server. This configuration is stored at /etc/drlm/client/client_name.conf and generates by default a rsync backup with an iso rescue image. The backup files are stored at /var/lib/drlm of DRLM server. You can also have multiple configurations per client, like /etc/drlm/client/client_name.conf.d/config_name.cfg, and then run this configurations specifying it at runbackup command (ex. drlm runbackup -c client_name -C config_name)

DRLM clients (ReaR) backups are stored by default in "/var/lib/drlm/arch" of DRLM server root. You can change it at /etc/drlm/local.conf variables

# DRLM STORAGE LOCATIONS #
STORDIR=$VAR_DIR/store
ARCHDIR=$VAR_DIR/arch

You can find more costumizable vars at /usr/share/drlm/conf/default.conf

Regards,

chumunga commented 1 year ago

Thank you,

for STOREDIR & ARCHDIR will this accept UNC paths //someserver/folder

Also, is there a way to reset or regenerate local.conf I definitely botched mine.

My /var/lib/drlm/arch is empty

And finally, i tried using the link on from the homepage to go to the google forum and received error 503 is that still a thing?

Version: [root@sysmon-vm ~]# yum list installed | grep drlm drlm.noarch 2.4.3-1git.el7 @/drlm-2.4.3-1git.el7.noarch

proura commented 1 year ago

Hi @chumunga,