Debian 12 bookworm
Sponsored Link

Bacula : Run Backup2023/08/09

 
This is basic Backup Operation.
[1] Run Backup on Bacula console.
root@dlp:~#
bconsole

Connecting to Director localhost:9101
1000 OK: 103 dlp.srv.world-dir Version: 9.6.7 (10 December 2020)
Enter a period to cancel a command.

# set backup volume and so on
*label
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"

# select resource for backup
# follows are default and they have the same settings, backup data saved under [/tmp]
The defined Storage resources are:
     1: File1
     2: File2
Select Storage resource (1-2): 1
Connecting to Storage daemon File1 at dlp.srv.world:9103 ...
# Enter
Enter autochanger drive[0]:

# input any volume name
Enter new Volume name: Vol-20230809
Enter slot (0 or Enter for none):
# select a pool
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-20230809" Slot 0 ...
3000 OK label. VolBytes=234 VolABytes=0 VolType=1 Volume="Vol-20230809" Device="FileChgr1-Dev1" (/tmp)
Catalog record for Volume "Vol-20230809", Slot 0  successfully created.
Requesting to mount FileChgr1 ...
3906 File device ""FileChgr1-Dev1" (/tmp)" is always mounted.
You have messages.

# run backup job
*run
A job name must be specified.

# select job (follows are default)
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:   dlp.srv.world-fd
FileSet:  Full Set
Pool:     File (From Job resource)
Storage:  File1 (From Job resource)
When:     2023-08-08 20:55:50
Priority: 10
OK to run? (yes/mod/no): yes
Job queued. JobId=1

# show messages (log)
*messages
08-Aug 20:47 dlp.srv.world-dir JobId 0: Security Alert: authenticate.c:451 Unable to authenticate console "*UserAgent*" at client:127.0.0.1:47028.
08-Aug 20:50 dlp.srv.world-dir JobId 0: Security Alert: authenticate.c:451 Unable to authenticate console "*UserAgent*" at client:127.0.0.1:57954.
08-Aug 20:56 dlp.srv.world-dir JobId 1: No prior Full backup Job record found.
08-Aug 20:56 dlp.srv.world-dir JobId 1: No prior or suitable Full backup found in catalog. Doing FULL backup.
08-Aug 20:56 dlp.srv.world-dir JobId 1: Start Backup JobId 1, Job=BackupClient1.2023-08-08_20.56.13_03
08-Aug 20:56 dlp.srv.world-dir JobId 1: Using Device "FileChgr1-Dev1" to write.
08-Aug 20:56 dlp.srv.world-sd JobId 1: Wrote label to prelabeled Volume "Vol-20230809" on File device "FileChgr1-Dev1" (/tmp)
08-Aug 20:56 dlp.srv.world-sd JobId 1: Elapsed time=00:00:01, Transfer rate=2.202 M Bytes/second
08-Aug 20:56 dlp.srv.world-sd JobId 1: Sending spooled attrs to the Director. Despooling 296,092 bytes ...
08-Aug 20:56 dlp.srv.world-dir JobId 1: Bacula dlp.srv.world-dir 9.6.7 (10Dec20):
  Build OS:               x86_64-pc-linux-gnu debian bookworm/sid
  JobId:                  1
  Job:                    BackupClient1.2023-08-08_20.56.13_03
  Backup Level:           Full (upgraded from Incremental)
  Client:                 "dlp.srv.world-fd" 9.6.7 (10Dec20) x86_64-pc-linux-gnu,debian,bookworm/sid
  FileSet:                "Full Set" 2023-08-08 20:56:13
  Pool:                   "File" (From Job resource)
  Catalog:                "MyCatalog" (From Client resource)
  Storage:                "File1" (From Job resource)
  Scheduled time:         08-Aug-2023 20:55:50
  Start time:             08-Aug-2023 20:56:15
  End time:               08-Aug-2023 20:56:16
  Elapsed time:           1 sec
  Priority:               10
  FD Files Written:       1,472
  SD Files Written:       1,472
  FD Bytes Written:       2,016,948 (2.016 MB)
  SD Bytes Written:       2,202,934 (2.202 MB)
  Rate:                   2016.9 KB/s
  Software Compression:   None
  Comm Line Compression:  51.7% 2.1:1
  Snapshot/VSS:           no
  Encryption:             no
  Accurate:               no
  Volume name(s):         Vol-20230809
  Volume Session Id:      1
  Volume Session Time:    1691545813
  Last Volume Bytes:      2,236,102 (2.236 MB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK

08-Aug 20:56 dlp.srv.world-dir JobId 1: Begin pruning Jobs older than 6 months .
08-Aug 20:56 dlp.srv.world-dir JobId 1: No Jobs found to prune.
08-Aug 20:56 dlp.srv.world-dir JobId 1: Begin pruning Files.
08-Aug 20:56 dlp.srv.world-dir JobId 1: No Files found to prune.
08-Aug 20:56 dlp.srv.world-dir JobId 1: End auto prune.

*exit

root@dlp:~#
ll /tmp

drwx------ 3 root   root    4096 Aug  8 19:45 systemd-private-070ff360c3ed4083925287b3c9d330de-systemd-logind.service-1CFpMg
drwx------ 3 root   root    4096 Aug  8 19:45 systemd-private-070ff360c3ed4083925287b3c9d330de-systemd-timesyncd.service-MqNYUP
-rw-r----- 1 bacula tape 2236102 Aug  8 20:56 Vol-20230809
# backup data just saved
Matched Content