CentOS Stream 9
Sponsored Link

Bacula : バックアップ取得の操作2022/07/20

 
バックアップ取得の操作方法です。
[1] Bacula コンソールからバックアップの取得を実行します。
[root@dlp ~]#
bconsole

Connecting to Director localhost:9101
1000 OK: 10002 bacula-dir Version: 11.0.1 (05 February 2020)
Enter a period to cancel a command.

# バックアップボリュームの定義
*label
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"

# バックアップに使用する領域を選択
# 選択肢はいずれもデフォルト 且つ 同じ設定で [/tmp] 配下にバックアップデータが取得される
The defined Storage resources are:
     1: File1
     2: File2
Select Storage resource (1-2): 1

# Enter
Enter autochanger drive[0]:

# 任意のボリューム名を入力
Enter new Volume name: Vol-20220719
Enter slot (0 or Enter for none):
# プールを選択
Defined Pools:
     1: Default
     2: File
     3: Scratch
Select the Pool (1-3): 2
Connecting to Storage daemon File1 at dlp.srv.world:9103 ...
Sending label command for Volume "Vol-20220719" Slot 0 ...
3000 OK label. VolBytes=228 VolABytes=0 VolType=1 Volume="Vol-20220719" Device="FileChgr1-Dev1" (/tmp)
Catalog record for Volume "Vol-20220719", Slot 0  successfully created.
Requesting to mount FileChgr1 ...
3906 File device ""FileChgr1-Dev1" (/tmp)" is always mounted.
You have messages.

# バックアップジョブ実行
*run
A job name must be specified.

# ジョブ名を選択 (下例は全てデフォルト)
The defined Job resources are:
     1: BackupClient1
     2: BackupCatalog
     3: RestoreFiles
Select Job resource (1-3): 1
Run Backup job
JobName:  BackupClient1
Level:    Incremental
Client:   bacula-fd
FileSet:  Full Set
Pool:     File (From Job resource)
Storage:  File1 (From Job resource)
When:     2022-07-19 11:29:34
Priority: 10
OK to run? (yes/mod/no): yes
Job queued. JobId=1

# メッセージ (ログ) を表示
*messages
19-Jul 11:30 bacula-dir JobId 1: No prior or suitable Full backup found in catalog. Doing FULL backup.
19-Jul 11:30 bacula-dir JobId 1: Start Backup JobId 1, Job=BackupClient1.2022-07-19_11.30.03_03
19-Jul 11:30 bacula-dir JobId 1: Using Device "FileChgr1-Dev1" to write.
19-Jul 11:30 bacula-sd JobId 1: Wrote label to prelabeled Volume "Vol-20220719" on File device "FileChgr1-Dev1" (/tmp)
19-Jul 11:30 bacula-sd JobId 1: Elapsed time=00:00:01, Transfer rate=913  Bytes/second
19-Jul 11:30 bacula-sd JobId 1: Sending spooled attrs to the Director. Despooling 899 bytes ...
19-Jul 11:30 bacula-dir JobId 1: Bacula bacula-dir 11.0.1 (05Feb20):
  Build OS:               x86_64-redhat-linux-gnu redhat
  JobId:                  1
  Job:                    BackupClient1.2022-07-19_11.30.03_03
  Backup Level:           Full (upgraded from Incremental)
  Client:                 "bacula-fd" 11.0.1 (05Feb20) x86_64-redhat-linux-gnu,redhat,
  FileSet:                "Full Set" 2022-07-19 11:30:03
  Pool:                   "File" (From Job resource)
  Catalog:                "MyCatalog" (From Client resource)
  Storage:                "File1" (From Job resource)
  Scheduled time:         19-Jul-2022 11:29:34
  Start time:             19-Jul-2022 11:30:05
  End time:               19-Jul-2022 11:30:05
  Elapsed time:           1 sec
  Priority:               10
  FD Files Written:       5
  SD Files Written:       5
  FD Bytes Written:       446 (446 B)
  SD Bytes Written:       913 (913 B)
  Rate:                   0.4 KB/s
  Software Compression:   None
  Comm Line Compression:  0.8% 1.0:1
  Snapshot/VSS:           no
  Encryption:             no
  Accurate:               no
  Volume name(s):         Vol-20220719
  Volume Session Id:      1
  Volume Session Time:    1658197581
  Last Volume Bytes:      1,673 (1.673 KB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK

19-Jul 11:30 bacula-dir JobId 1: Begin pruning Jobs older than 6 months .
19-Jul 11:30 bacula-dir JobId 1: No Jobs found to prune.
19-Jul 11:30 bacula-dir JobId 1: Begin pruning Files.
19-Jul 11:30 bacula-dir JobId 1: No Files found to prune.
19-Jul 11:30 bacula-dir JobId 1: End auto prune.

*exit

[root@dlp ~]#
ll /tmp

total 4
drwx------. 3 root   root   17 Jul 19 10:53 systemd-private-d3b1149a310a44809a705611ca12eae6-chronyd.service-UlTTNu
drwx------. 3 root   root   17 Jul 19 10:53 systemd-private-d3b1149a310a44809a705611ca12eae6-dbus-broker.service-wfWRDe
drwx------. 3 root   root   17 Jul 19 11:07 systemd-private-d3b1149a310a44809a705611ca12eae6-mariadb.service-zCBSBd
drwx------. 3 root   root   17 Jul 19 10:53 systemd-private-d3b1149a310a44809a705611ca12eae6-systemd-logind.service-kLHyfw
-rw-r-----. 1 bacula tape 1673 Jul 19 11:30 Vol-20220719
# バックアップが取得された
関連コンテンツ