User Tools

Site Tools


bacula

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bacula [2020/12/01 08:25] mduerschbacula [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== BACULA ====== ====== BACULA ======
  
-mount iscsi even if not present at boot:+==== mount iscsi even if not present at boot: ====
  
  
-SUSE??+-  check for systemctl status remote-fs.target\\ 
 +-  change fstab to use UUID for device 
  
-Option A (Recommended). +working example 
-In the /lib/udev/rules.d/64-lvm2.rules file +   UUID=123456-7891-462d-9c9e-007fb89e8f96       /bacula/mountpoint        xfs     _netdev,x-systemd.requires=iscsi.service,x-systemd.mount-timeout=60           2 
-Add the line + 
-  ACTION=="add", KERNEL=="sd*", GOTO="lvm_work" +create system.d mountfile for mountpoint /backup/mystorage 
-Change the /etc/fstab file to use + 
-  /dev/mapper/vgname-lvname +  root@bacula:/etc/systemd/system# cat bacula-mountpoint.mount 
-instead of +  [Unit] 
-  /dev/vgname/lvname +  Description=Synology Mount 
-   +  After=networtk.target 
- +  [Mount] 
 +  Where=/bacula/mountpoint 
 +  What=/dev/disk/by-uuid/123456-7891-462d-9c9e-007fb89e8f96 
 +  Type=xfs 
 +  [Install] 
 +  WantedBy=multi-user.target 
 + 
 + 
 + 
 +==== Dumping catalog DB results in Error: ====
  
-Dumping catalog DB results in Error: 
  
 root@bacula:/etc/bacula/scripts# ./make_catalog_backup.pl MyCatalog root@bacula:/etc/bacula/scripts# ./make_catalog_backup.pl MyCatalog
bacula.1606811141.txt.gz · Last modified: 2021/04/24 07:38 (external edit)