On Monday, February 9, 2026 12:57:07 PM CET Anders Gustafsson wrote:
> Hi again,
> 
> I tried following the docs here:
> https://docs.baculasystems.com/BEAdvancedFeaturesUsage/CopyMigrationJobsRe
> plication/ExampleCopyJob/index.html
> 
> 
> But I cannot seem to get it to work:
> 
> debian-sd: vol_mgr.c:701-4348 vol_unused: no vol on "RemoteFileStorage"
> (/media/usb/BACKUP1) debian-sd: vol_mgr.c:590-4348 lock_volumes at
> vol_mgr.c:590 precnt=0 debian-sd: vol_mgr.c:590-4348 lock_volumes: got
> lock
> debian-sd: vol_mgr.c:597-4348 unlock_volumes at vol_mgr.c:597 precnt=1
> debian-sd: wait.c:81-4348 blocked=BST_DOING_ACQUIRE
> debian-sd: wait.c:93-4348 I'm going to sleep on device "RemoteFileStorage"
> (/media/usb/BACKUP1). HB=300 rem_wait=2527 add_wait=300
> 
> I tried creating a label manually but there was no change.
> 
> 
> 09-Feb 13:25 bacula-dir JobId 4346: Start Copying JobId 4346,
> Job=CopyLocal2Remote.2026-02-09_13.25.24_56 09-Feb 13:25 bacula-dir JobId
> 4353: Connected to Storage "Remote-Storage" at x.x.x.237:9103 without
> encryption
> 09-Feb 13:25 bacula-dir JobId 4346: Connected to Storage "File" at
> x.x.x.45:9103 without encryption 09-Feb 13:25 debian-sd JobId 4348: Job
> BackupCatalog.2026-02-09_13.25.24_58 is waiting. Cannot find any
> appendable volumes.
> Please use the "label" command to create a new Volume for:
>     Storage:      "RemoteFileStorage" (/media/usb/BACKUP1)
>     Pool:         Remote-Pool
>     Media type:   File
> 
> this is what I have in bacula-dir.conf
> 
> # Kopiera till remote
> Job {
>    Name = "CopyLocal2Remote"
>    Type = "Copy"
>    #JobDefs = "DefaultJob"
>    NextPool = "Remote-Pool"
>    Pool = "Cat-Pool"
>    SelectionType = PoolUncopiedJobs
>    Storage = "File"
>    WriteBootstrap = "/opt/bacula/bsr/%c_%n.bsr"
> }
> 
> # Remote pool for replicated storage
> Pool {
>    Name = Remote-Pool
>    Pool Type = Backup
>    Storage = Remote-Storage
>    Recycle = yes
>    AutoPrune = no
>    Volume Retention = 20 days
>    Maximum Volume Bytes = 50G
>    Maximum Volumes = 100
>    Label Format = "Remote-Vol-"
> }
> 
> # Definition of remote file Storage
> Storage {
>   Name = Remote-Storage
> # Do not use "localhost" here
>   Address = x.x.x.237                # N.B. Use a fully qualified name
> here SDPort = 9103
>   Password = "****************"
>   Device = RemoteFileStorage
>   Media Type = File
>   Maximum Concurrent Jobs = 10        # run up to 10 jobs a the same time
>   TLS Enable = no
>   TLS PSK Enable = no
>   TLS Require = no
> }

Seems like Bacula couldn't label the volume on your remote storage daemon
and it is now waiting for the device to become available.
Please, check the ownership and permissions of the directory you have
prepared for storing of Bacula file volumes (on the remote storage daemon
server).

Also, check the configuration of the device(s) on the remote storage daemon
and don't forget to restart the storage daemon if you make changes to its
configuration.

-- 
Josip Deanovic





_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to