Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread MylesDearBusiness via Bacula-users
I think that just did the trick, Rob. I really appreciate your persistence, common sense is never common, especially the first time one tries to accomplish something. I replaced the ArchiveDevice parameters to point to my /path/to/bacula/archive directory and launched a backup run. This looks

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread Rob Gerber
(resending, deleted quoted text from previous messages so my message will pass the 40kb limit) Myles, 1. Basically, I suspect rclone filled its cache and bacula stopped the backup at that time. My guess is that if you were to run a backup of less than 1GiB right now in bacula, it would succeed. G

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread Rob Gerber
Maybe Dropbox or rclone or some combination of the two are limiting you to 1GiB file sizes? In fact, for your rclone process I see it has a 1GB cache size limit. " --vfs-cache-max-size 1G" I bet in the case of the dd command you did, we filled the write cache and then dd exited. If the cache was l

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread Rob Gerber
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

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread MylesDearBusiness via Bacula-users
Well, I have one file in my Dropbox that is 29.3 GB in length and that synced around to all my client machines without problem. On 2023-12-04 5:31 p.m., Chris Wilkinson wrote: > Does Dropbox have a file size upload limit? > > -Chris- > > On Mon, 4 Dec 2023, 22:23 MylesDearBusiness via Bacula-u

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread Chris Wilkinson
Does Dropbox have a file size upload limit? -Chris- On Mon, 4 Dec 2023, 22:23 MylesDearBusiness via Bacula-users, < bacula-users@lists.sourceforge.net> wrote: > > > Ok, here goes ... > > > root@c1:~# find / -path /mnt -prune -o -type f -print | grep "Vol-0" > root@c1:~# > > > root@c1:~# df -h

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread MylesDearBusiness via Bacula-users
Hi, Rob, Thanks for the response. 1. I'm only using 25% of my 2TB Dropbox account, so I don't expect storage to be full. This particular cloud server is tiny, just a single CPU, 50GB storage, 2GB RAM. The biggest file I managed to write successfully to my rclone/Dropbox mount is 1GB: When I

Re: [Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread MylesDearBusiness via Bacula-users
Ok, here goes ... root@c1:~# find / -path /mnt -prune -o -type f -print | grep "Vol-0" root@c1:~# root@c1:~# df -h Filesystem Size Used Avail Use% Mounted on udev 941M 0 941M 0% /dev tmpfs 198M 1.6M 196M 1% /run /dev/vda1 49G 19G 30G 39% / tmpfs 986M 20K 986M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run

[Bacula-users] Please help me to unblock my backup run

2023-12-04 Thread MylesDearBusiness via Bacula-users
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,