Myles, Some thoughts (apologies if I missed something obvious in your GitHub post):
1. I recommend testing your setup to verify that a 50gb file can be stored the way you think it can. Maybe storage is full. Maybe it is rate limiting you. Maybe there is a maximum file size set somewhere. To test for this and maybe some other possibilities, as whichever appropriate user, try writing a (mostly true random) 50gb file to the Dropbox storage. In my mind randomness is important here because it will evade any possible compression, or deduplication. dd if=/dev/urandom of=/mnt/yourdropboxmountpoint/someuniquefilename.img bs=50G count=1 WARNING: DD WILL SILENTLY OVERWRITE ANY TARGET SPECIFIED UNDER "of="! BE CERTAIN THAT DD'S OUTPUT TARGET IS UNIQUE/DOESN'T EXIST/ISN'T IMPORTANT! 2. Is Vol-001 really stored where you think it is? Please post an 'ls -lah' of the storage location where Vol-001 is stored. If the volume isn't being stored where you told Bacula to store it, has Bacula been restarted since you last told it where to store the volume? Maybe Bacula hasn't loaded the new configuration. Robert Gerber 402-237-8692 r...@craeon.net On Mon, Dec 4, 2023, 10:43 AM MylesDearBusiness via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > Hello again, > > I'm using a cloud server with rclone / Dropbox back end (which is working). > > I'm having trouble with a stuck Bacula run. I have ample storage space > but Bacula appears to be having trouble creating additional volumes. I > have one volume created, which was sized to a maximum of 50G, but > appears to have bottomed out at around 30G. > > I want to be able to back up my entire server without any blockages, and > to save multiple daily/weekly/monthly backups. > > As I've been receiving "message too long" errors from the mailing list > server, I have placed most of the details in the following link (sorry > for the inconvenience) : > > https://gist.github.com/mdear/1f15e51584d17d070cb13290a48419d7 > > Can you help me get unstuck ? Any concepts I'm missing? Any > extra/missing configuration ? > > > Thanks, > > <Myles> > > > > > > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users >
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users