Re: [Bacula-users] Error closing volume

2023-12-02 Thread Martin Simmons
Maybe something else is using the space temporarily during the backup, which makes it full and then not full when you look at it later? Does anything write to /mnt/test or does it share disk space with anything else? Does it share space with Bacula's WorkingDirectory? __Martin > On Fri, 1

Re: [Bacula-users] Error closing volume

2023-12-01 Thread Bill Arlofski via Bacula-users
On 12/1/23 12:51, Senor Pascual wrote: Hello, Thanks for the reply. The disk of these volumes is with enough space.The volumes are filled and marked as Full (because I have set the limit with Maximum Volume Bytes). But I have set it to automatically create a new volume within the same pool.

Re: [Bacula-users] Error closing volume

2023-12-01 Thread Rob Gerber
How much free space left on the hard disk that stores the volumes? Robert Gerber 402-237-8692 r...@craeon.net On Fri, Dec 1, 2023, 1:33 PM Senor Pascual wrote: > Hello everyone, > > [SI0202] End of Volume "Backup-test-0050" at 1201665184 on device "test" > (/mnt/test). Write of 64512 bytes got

Re: [Bacula-users] Error closing volume

2023-12-01 Thread Senor Pascual
Hello, Thanks for the reply. The disk of these volumes is with enough space.The volumes are filled and marked as Full (because I have set the limit with Maximum Volume Bytes). But I have set it to automatically create a new volume within the same pool. Bacula should not return error because it i

Re: [Bacula-users] Error closing volume

2023-12-01 Thread Bill Arlofski via Bacula-users
On 12/1/23 12:32, Senor Pascual wrote: Hello everyone, Hello, The message is clear: 8< ERR=No space left on device. 8< In a shell prompt, do: # df -h And you will see that the partition that `/mnt/text` is on is filled to 100%. Hope this helps, Bill -- Bill Arlofski w...

[Bacula-users] Error closing volume

2023-12-01 Thread Senor Pascual
Hello everyone, [SI0202] End of Volume "Backup-test-0050" at 1201665184 on device "test" (/mnt/test). Write of 64512 bytes got 2912. Error: Error closing volume "Backup-test-0050" device "test" (/mnt/test). ERR=No space left on device. I am having these errors in the volumes lately. I don't relat