Re: [Bacula-users] docker-plugin - volume backup failed

2021-08-06 Thread Radosław Korzeniewski
Glad to hear it!

wt., 3 sie 2021 o 16:52 Fábio Santos  napisał(a):

> It worked with the image baculatar:19Aug19
>
> Regards
>
> --
> Fábio Santos
>
> Em qui., 29 de jul. de 2021 às 06:45, Radosław Korzeniewski <
> rados...@korzeniewski.net> escreveu:
>
>> Hello,
>>
>> śr., 28 lip 2021 o 19:12 Fábio Santos  napisał(a):
>>
>>> Hi,
>>>
>>> I didn't find this image in the rpm package installation,
>>>
>>
>> This should be available in a separate package or the packaging bug
>> should be filled at https://bugs.bacula.org/.
>>
>>
>>> so I compiled bacula from source on another client and copied
>>> baculatar-19Aug19.docker.tar to the server with rpm installation, then I
>>> loaded it, but the error persists.
>>>
>>> # docker load -i baculatar-19Aug19.docker.tar
>>>
>>> REPOSITORYTAG   IMAGE ID   CREATEDSIZE
>>> baculatar latest5ffd4c4ba959   4 hours ago1.52MB
>>>
>>
>> The image tag is invalid. It should be baculatar:19Aug19.
>>
>> $ docker images|grep baculatar
>> baculatar 19Aug19
>>   127d30005c6d18 months ago   1.51MB
>>
>> best regards
>> --
>> Radosław Korzeniewski
>> rados...@korzeniewski.net
>>
>

-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] docker-plugin - volume backup failed

2021-08-03 Thread Fábio Santos
It worked with the image baculatar:19Aug19

Regards

--
Fábio Santos

Em qui., 29 de jul. de 2021 às 06:45, Radosław Korzeniewski <
rados...@korzeniewski.net> escreveu:

> Hello,
>
> śr., 28 lip 2021 o 19:12 Fábio Santos  napisał(a):
>
>> Hi,
>>
>> I didn't find this image in the rpm package installation,
>>
>
> This should be available in a separate package or the packaging bug should
> be filled at https://bugs.bacula.org/.
>
>
>> so I compiled bacula from source on another client and copied
>> baculatar-19Aug19.docker.tar to the server with rpm installation, then I
>> loaded it, but the error persists.
>>
>> # docker load -i baculatar-19Aug19.docker.tar
>>
>> REPOSITORYTAG   IMAGE ID   CREATEDSIZE
>> baculatar latest5ffd4c4ba959   4 hours ago1.52MB
>>
>
> The image tag is invalid. It should be baculatar:19Aug19.
>
> $ docker images|grep baculatar
> baculatar 19Aug19
>   127d30005c6d18 months ago   1.51MB
>
> best regards
> --
> Radosław Korzeniewski
> rados...@korzeniewski.net
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] docker-plugin - volume backup failed

2021-07-29 Thread Radosław Korzeniewski
Hello,

śr., 28 lip 2021 o 19:12 Fábio Santos  napisał(a):

> Hi,
>
> I didn't find this image in the rpm package installation,
>

This should be available in a separate package or the packaging bug should
be filled at https://bugs.bacula.org/.


> so I compiled bacula from source on another client and copied
> baculatar-19Aug19.docker.tar to the server with rpm installation, then I
> loaded it, but the error persists.
>
> # docker load -i baculatar-19Aug19.docker.tar
>
> REPOSITORYTAG   IMAGE ID   CREATEDSIZE
> baculatar latest5ffd4c4ba959   4 hours ago1.52MB
>

The image tag is invalid. It should be baculatar:19Aug19.

$ docker images|grep baculatar
baculatar 19Aug19
127d30005c6d18 months ago   1.51MB

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] docker-plugin - volume backup failed

2021-07-28 Thread Fábio Santos
Hi,

I didn't find this image in the rpm package installation, so I compiled
bacula from source on another client and copied
baculatar-19Aug19.docker.tar to the server with rpm installation, then I
loaded it, but the error persists.

# docker load -i baculatar-19Aug19.docker.tar

REPOSITORYTAG   IMAGE ID   CREATEDSIZE
baculatar latest5ffd4c4ba959   4 hours ago1.52MB
postgres  alpined3a70afcf848   4 weeks ago191MB
hello-world   latestd1165f221234   4 months ago   13.3kB
centoslatest300e315adb2f   7 months ago   209MB

log
02-IP138-sd JobId 10: Sending spooled attrs to the Director. Despooling
1,275 bytes ...
02-IP138-sd JobId 10: Elapsed time=00:00:13, Transfer rate=14.96 M
Bytes/second
client-docker-IP139-fd JobId 10: docker: Backup of Docker Volume: volume1
OK.
client-docker-IP139-fd JobId 10:  Cannot open
"/@docker/volume/volume1.tar": ERR=Erro de entrada/saída.
client-docker-IP139-fd JobId 10: Error: dkcommctx: Docker is unable to find
required Bacula container backup image. Cannot continue!
client-docker-IP139-fd JobId 10: docker: Start Backup Docker Volume: volume1
client-docker-IP139-fd JobId 10: docker: Backup of Docker Container:
postgres-default (25c5d9b97462) OK.
client-docker-IP139-fd JobId 10: dkcommctx: Commit removed:
postgres-default/25c5d9b97462/10:backup
client-docker-IP139-fd JobId 10: dkcommctx: Commit created:
postgres-default/25c5d9b97462/10:backup
client-docker-IP139-fd JobId 10: docker: Start Backup Docker Container:
postgres-default (25c5d9b97462)
02-IP138-sd JobId 10: Ready to append to end of Volume "Vol-0001"
size=1,305,267,116
02-IP138-sd JobId 10: Volume "Vol-0001" previously written, moving to end
of data.
02-IP138-dir JobId 10: Using Device "FileChgr1-Dev2" to write.

Regards

--
Fábio Santos

Em qua., 28 de jul. de 2021 às 11:52, Radosław Korzeniewski <
rados...@korzeniewski.net> escreveu:

> Hello,
>
> You need to load "baculatar:19Aug19" bacula backup image. It is required
> for Docker volume backup.
>
> I hope this helps.
>
> best regards
>
> śr., 28 lip 2021 o 15:49 Fábio Santos  napisał(a):
>
>> Hello,
>>
>> I performed the installation of the bacula rpm packages + docker plugin,
>> but the volume backup is failing, only container backup is working. Can
>> someone help me. Follows log and configuration.
>>
>> Another point, is that I didn't find baculatar in this installation by
>> rpm package.
>>
>> Release 9.6.2
>> 26Feb20
>> - Docker: add baculatar docker image.
>>
>> *Client:*
>> CentOS Linux release 7.9.2009 (Core)
>> Docker version 20.10.7, build f0df350
>>
>> installed packages.
>> bacula-libs-9.6.7-1.el7.x86_64.rpm
>> bacula-client-9.6.7-1.el7.x86_64.rpm
>> bacula-docker-plugin-9.6.7-1.el7.x86_64.rpm
>>
>> *Director:*
>> Connecting to Director 02-IP138:9101
>> 1000 OK: 103 02-IP138-dir Version: 9.6.7 (10 December 2020)
>> Enter a period to cancel a command.
>> *status client=client-docker-IP139-fd
>> Connecting to Client client-docker-IP139-fd at 192.168.1.139:9102
>>
>> client-docker-IP139-fd Version: 9.6.7 (10 December 2020)
>>  x86_64-redhat-linux-gnu-bacula redhat (Core)
>> Daemon started 27-Jul-21 15:16. Jobs: run=5 running=0.
>>  Heap: heap=131,072 smbytes=320,865 max_bytes=1,047,604 bufs=147
>> max_bufs=227
>>  Sizes: boffset_t=8 size_t=8 debug=0 trace=0 mode=0,0 bwlimit=0kB/s
>>  Plugin: bpipe-fd.so docker-fd.so
>>
>> Fileset {
>>   Name = "FS_container_postgres-default_VolumeAll"
>>   Include {
>> Plugin = "docker: container=postgres-default allvolumes"
>>   }
>> }
>>
>>
>> *log:*
>> client-docker-IP139-fd JobId 6: docker: Backup of Docker Volume: volume1
>> OK.
>> client-docker-IP139-fd JobId 6:  Cannot open
>> "/@docker/volume/volume1.tar": ERR=Erro de entrada/saída.
>> client-docker-IP139-fd JobId 6: Error: dkcommctx: Docker is unable to
>> find required Bacula container backup image. Cannot continue!
>> client-docker-IP139-fd JobId 6: docker: Start Backup Docker Volume:
>> volume1
>> client-docker-IP139-fd JobId 6: docker: Backup of Docker Container:
>> postgres-default (25c5d9b97462) OK.
>> client-docker-IP139-fd JobId 6: dkcommctx: Commit removed:
>> postgres-default/25c5d9b97462/6:backup
>> client-docker-IP139-fd JobId 6: dkcommctx: Commit created:
>> postgres-default/25c5d9b97462/6:backup
>> client-docker-IP139-fd JobId 6: docker: Start Backup Docker Container:
>> postgres-default (25c5d9b97462)
>> 02-IP138-sd JobId 6: Ready to append to end of Volume "Vol-0001"
>> size=915,952,768
>> 02-IP138-sd JobId 6: Volume "Vol-0001" previously written, moving to end
>> of data.
>> 02-IP138-dir JobId 6: Using Device "FileChgr1-Dev1" to write.
>>
>> --
>> Fábio Santos
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
> --
> Radosław Korzeniewski
> rados...@korzeniewski.net
>
___
Bacula-users mailing list

Re: [Bacula-users] docker-plugin - volume backup failed

2021-07-28 Thread Elias Pereira
Hello Fabio,

Where did you get that "allvolumes" from?

On Wed, Jul 28, 2021 at 10:54 AM Fábio Santos  wrote:

> Hello,
>
> I performed the installation of the bacula rpm packages + docker plugin,
> but the volume backup is failing, only container backup is working. Follows
> log and configuration.
>
> Another point, is that I didn't find baculatar in this installation by rpm
> package.
>
> Release 9.6.2
> 26Feb20
> - Docker: add baculatar docker image.
>
> *Client:*
> CentOS Linux release 7.9.2009 (Core)
> Docker version 20.10.7, build f0df350
>
> installed packages.
> bacula-libs-9.6.7-1.el7.x86_64.rpm
> bacula-client-9.6.7-1.el7.x86_64.rpm
> bacula-docker-plugin-9.6.7-1.el7.x86_64.rpm
>
> *Director:*
> Connecting to Director 02-IP138:9101
> 1000 OK: 103 02-IP138-dir Version: 9.6.7 (10 December 2020)
> Enter a period to cancel a command.
> *status client=client-docker-IP139-fd
> Connecting to Client client-docker-IP139-fd at 192.168.1.139:9102
>
> client-docker-IP139-fd Version: 9.6.7 (10 December 2020)
>  x86_64-redhat-linux-gnu-bacula redhat (Core)
> Daemon started 27-Jul-21 15:16. Jobs: run=5 running=0.
>  Heap: heap=131,072 smbytes=320,865 max_bytes=1,047,604 bufs=147
> max_bufs=227
>  Sizes: boffset_t=8 size_t=8 debug=0 trace=0 mode=0,0 bwlimit=0kB/s
>  Plugin: bpipe-fd.so docker-fd.so
>
> Fileset {
>   Name = "FS_container_postgres-default_VolumeAll"
>   Include {
> Plugin = "docker: container=postgres-default allvolumes"
>   }
> }
>
>
> *log:*
> client-docker-IP139-fd JobId 6: docker: Backup of Docker Volume: volume1
> OK.
> client-docker-IP139-fd JobId 6:  Cannot open
> "/@docker/volume/volume1.tar": ERR=Erro de entrada/saída.
> client-docker-IP139-fd JobId 6: Error: dkcommctx: Docker is unable to find
> required Bacula container backup image. Cannot continue!
> client-docker-IP139-fd JobId 6: docker: Start Backup Docker Volume: volume1
> client-docker-IP139-fd JobId 6: docker: Backup of Docker Container:
> postgres-default (25c5d9b97462) OK.
> client-docker-IP139-fd JobId 6: dkcommctx: Commit removed:
> postgres-default/25c5d9b97462/6:backup
> client-docker-IP139-fd JobId 6: dkcommctx: Commit created:
> postgres-default/25c5d9b97462/6:backup
> client-docker-IP139-fd JobId 6: docker: Start Backup Docker Container:
> postgres-default (25c5d9b97462)
> 02-IP138-sd JobId 6: Ready to append to end of Volume "Vol-0001"
> size=915,952,768
> 02-IP138-sd JobId 6: Volume "Vol-0001" previously written, moving to end
> of data.
> 02-IP138-dir JobId 6: Using Device "FileChgr1-Dev1" to write.
>
> --
> Fábio Santos
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
Elias Pereira
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] docker-plugin - volume backup failed

2021-07-28 Thread Radosław Korzeniewski
Hello,

You need to load "baculatar:19Aug19" bacula backup image. It is required
for Docker volume backup.

I hope this helps.

best regards

śr., 28 lip 2021 o 15:49 Fábio Santos  napisał(a):

> Hello,
>
> I performed the installation of the bacula rpm packages + docker plugin,
> but the volume backup is failing, only container backup is working. Can
> someone help me. Follows log and configuration.
>
> Another point, is that I didn't find baculatar in this installation by rpm
> package.
>
> Release 9.6.2
> 26Feb20
> - Docker: add baculatar docker image.
>
> *Client:*
> CentOS Linux release 7.9.2009 (Core)
> Docker version 20.10.7, build f0df350
>
> installed packages.
> bacula-libs-9.6.7-1.el7.x86_64.rpm
> bacula-client-9.6.7-1.el7.x86_64.rpm
> bacula-docker-plugin-9.6.7-1.el7.x86_64.rpm
>
> *Director:*
> Connecting to Director 02-IP138:9101
> 1000 OK: 103 02-IP138-dir Version: 9.6.7 (10 December 2020)
> Enter a period to cancel a command.
> *status client=client-docker-IP139-fd
> Connecting to Client client-docker-IP139-fd at 192.168.1.139:9102
>
> client-docker-IP139-fd Version: 9.6.7 (10 December 2020)
>  x86_64-redhat-linux-gnu-bacula redhat (Core)
> Daemon started 27-Jul-21 15:16. Jobs: run=5 running=0.
>  Heap: heap=131,072 smbytes=320,865 max_bytes=1,047,604 bufs=147
> max_bufs=227
>  Sizes: boffset_t=8 size_t=8 debug=0 trace=0 mode=0,0 bwlimit=0kB/s
>  Plugin: bpipe-fd.so docker-fd.so
>
> Fileset {
>   Name = "FS_container_postgres-default_VolumeAll"
>   Include {
> Plugin = "docker: container=postgres-default allvolumes"
>   }
> }
>
>
> *log:*
> client-docker-IP139-fd JobId 6: docker: Backup of Docker Volume: volume1
> OK.
> client-docker-IP139-fd JobId 6:  Cannot open
> "/@docker/volume/volume1.tar": ERR=Erro de entrada/saída.
> client-docker-IP139-fd JobId 6: Error: dkcommctx: Docker is unable to find
> required Bacula container backup image. Cannot continue!
> client-docker-IP139-fd JobId 6: docker: Start Backup Docker Volume: volume1
> client-docker-IP139-fd JobId 6: docker: Backup of Docker Container:
> postgres-default (25c5d9b97462) OK.
> client-docker-IP139-fd JobId 6: dkcommctx: Commit removed:
> postgres-default/25c5d9b97462/6:backup
> client-docker-IP139-fd JobId 6: dkcommctx: Commit created:
> postgres-default/25c5d9b97462/6:backup
> client-docker-IP139-fd JobId 6: docker: Start Backup Docker Container:
> postgres-default (25c5d9b97462)
> 02-IP138-sd JobId 6: Ready to append to end of Volume "Vol-0001"
> size=915,952,768
> 02-IP138-sd JobId 6: Volume "Vol-0001" previously written, moving to end
> of data.
> 02-IP138-dir JobId 6: Using Device "FileChgr1-Dev1" to write.
>
> --
> Fábio Santos
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] docker-plugin - volume backup failed

2021-07-28 Thread Fábio Santos
Hello,

I performed the installation of the bacula rpm packages + docker plugin,
but the volume backup is failing, only container backup is working. Follows
log and configuration.

Another point, is that I didn't find baculatar in this installation by rpm
package.

Release 9.6.2
26Feb20
- Docker: add baculatar docker image.

*Client:*
CentOS Linux release 7.9.2009 (Core)
Docker version 20.10.7, build f0df350

installed packages.
bacula-libs-9.6.7-1.el7.x86_64.rpm
bacula-client-9.6.7-1.el7.x86_64.rpm
bacula-docker-plugin-9.6.7-1.el7.x86_64.rpm

*Director:*
Connecting to Director 02-IP138:9101
1000 OK: 103 02-IP138-dir Version: 9.6.7 (10 December 2020)
Enter a period to cancel a command.
*status client=client-docker-IP139-fd
Connecting to Client client-docker-IP139-fd at 192.168.1.139:9102

client-docker-IP139-fd Version: 9.6.7 (10 December 2020)
 x86_64-redhat-linux-gnu-bacula redhat (Core)
Daemon started 27-Jul-21 15:16. Jobs: run=5 running=0.
 Heap: heap=131,072 smbytes=320,865 max_bytes=1,047,604 bufs=147
max_bufs=227
 Sizes: boffset_t=8 size_t=8 debug=0 trace=0 mode=0,0 bwlimit=0kB/s
 Plugin: bpipe-fd.so docker-fd.so

Fileset {
  Name = "FS_container_postgres-default_VolumeAll"
  Include {
Plugin = "docker: container=postgres-default allvolumes"
  }
}


*log:*
client-docker-IP139-fd JobId 6: docker: Backup of Docker Volume: volume1 OK.
client-docker-IP139-fd JobId 6:  Cannot open
"/@docker/volume/volume1.tar": ERR=Erro de entrada/saída.
client-docker-IP139-fd JobId 6: Error: dkcommctx: Docker is unable to find
required Bacula container backup image. Cannot continue!
client-docker-IP139-fd JobId 6: docker: Start Backup Docker Volume: volume1
client-docker-IP139-fd JobId 6: docker: Backup of Docker Container:
postgres-default (25c5d9b97462) OK.
client-docker-IP139-fd JobId 6: dkcommctx: Commit removed:
postgres-default/25c5d9b97462/6:backup
client-docker-IP139-fd JobId 6: dkcommctx: Commit created:
postgres-default/25c5d9b97462/6:backup
client-docker-IP139-fd JobId 6: docker: Start Backup Docker Container:
postgres-default (25c5d9b97462)
02-IP138-sd JobId 6: Ready to append to end of Volume "Vol-0001"
size=915,952,768
02-IP138-sd JobId 6: Volume "Vol-0001" previously written, moving to end of
data.
02-IP138-dir JobId 6: Using Device "FileChgr1-Dev1" to write.

--
Fábio Santos
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] docker-plugin - volume backup failed

2021-07-28 Thread Fábio Santos
Hello,

I performed the installation of the bacula rpm packages + docker plugin,
but the volume backup is failing, only container backup is working. Can
someone help me. Follows log and configuration.

Another point, is that I didn't find baculatar in this installation by rpm
package.

Release 9.6.2
26Feb20
- Docker: add baculatar docker image.

*Client:*
CentOS Linux release 7.9.2009 (Core)
Docker version 20.10.7, build f0df350

installed packages.
bacula-libs-9.6.7-1.el7.x86_64.rpm
bacula-client-9.6.7-1.el7.x86_64.rpm
bacula-docker-plugin-9.6.7-1.el7.x86_64.rpm

*Director:*
Connecting to Director 02-IP138:9101
1000 OK: 103 02-IP138-dir Version: 9.6.7 (10 December 2020)
Enter a period to cancel a command.
*status client=client-docker-IP139-fd
Connecting to Client client-docker-IP139-fd at 192.168.1.139:9102

client-docker-IP139-fd Version: 9.6.7 (10 December 2020)
 x86_64-redhat-linux-gnu-bacula redhat (Core)
Daemon started 27-Jul-21 15:16. Jobs: run=5 running=0.
 Heap: heap=131,072 smbytes=320,865 max_bytes=1,047,604 bufs=147
max_bufs=227
 Sizes: boffset_t=8 size_t=8 debug=0 trace=0 mode=0,0 bwlimit=0kB/s
 Plugin: bpipe-fd.so docker-fd.so

Fileset {
  Name = "FS_container_postgres-default_VolumeAll"
  Include {
Plugin = "docker: container=postgres-default allvolumes"
  }
}


*log:*
client-docker-IP139-fd JobId 6: docker: Backup of Docker Volume: volume1 OK.
client-docker-IP139-fd JobId 6:  Cannot open
"/@docker/volume/volume1.tar": ERR=Erro de entrada/saída.
client-docker-IP139-fd JobId 6: Error: dkcommctx: Docker is unable to find
required Bacula container backup image. Cannot continue!
client-docker-IP139-fd JobId 6: docker: Start Backup Docker Volume: volume1
client-docker-IP139-fd JobId 6: docker: Backup of Docker Container:
postgres-default (25c5d9b97462) OK.
client-docker-IP139-fd JobId 6: dkcommctx: Commit removed:
postgres-default/25c5d9b97462/6:backup
client-docker-IP139-fd JobId 6: dkcommctx: Commit created:
postgres-default/25c5d9b97462/6:backup
client-docker-IP139-fd JobId 6: docker: Start Backup Docker Container:
postgres-default (25c5d9b97462)
02-IP138-sd JobId 6: Ready to append to end of Volume "Vol-0001"
size=915,952,768
02-IP138-sd JobId 6: Volume "Vol-0001" previously written, moving to end of
data.
02-IP138-dir JobId 6: Using Device "FileChgr1-Dev1" to write.

--
Fábio Santos
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users