bacula
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bacula [2020/11/16 21:17] – created mduersch | bacula [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 | ||
| + | |||
| + | working example | ||
| + | | ||
| + | |||
| + | create system.d mountfile for mountpoint / | ||
| + | |||
| + | root@bacula:/ | ||
| + | [Unit] | ||
| + | Description=Synology Mount | ||
| + | After=networtk.target | ||
| + | [Mount] | ||
| + | Where=/ | ||
| + | What=/ | ||
| + | Type=xfs | ||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | |||
| + | |||
| + | |||
| + | ==== Dumping catalog DB results in Error: ==== | ||
| + | |||
| + | |||
| + | root@bacula:/ | ||
| + | mysqldump: Error: ' | ||
| + | |||
| + | |||
| + | mysql> GRANT PROCESS on *.* to `bacula`@`localhost`; | ||
| + | Query OK, 0 rows affected (0.00 sec) | ||
| + | |||
| + | mysql> flush privileges; | ||
| + | Query OK, 0 rows affected (0.01 sec) | ||
| + | |||
| + | DONE. | ||
| - | Option A (Recommended). | ||
| - | In the / | ||
| - | Add the line | ||
| - | ACTION==" | ||
| - | Change the /etc/fstab file to use | ||
| - | / | ||
| - | instead of | ||
| - | / | ||
bacula.1605561445.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
