Hi!
I use restic for quite some time to backup some linux boxs to a sftp share. Now I tried to backup my FreeNAS (FreeBSD based NAS) to a B2 bucket. To do this, I create a iocage jail and install restic via `pkg install restic`.
After setting the required B2 env variables i try to `restic -r b2:$BUCKET_ID init`, but the command just hangs. For a long time. No error or any response. Bucket stays empty.
Notes
* restic is able to init a local folder
* restic fails and prints an error if I get my B2 credetials wrong
* if I copy and paste the environment and the init command to a linux box, the init works
* There's also no output if I pass one or more `-v`
Anybody knows why restic (to b2) isn't working from a jail? Anybody uses restic from a jail?
EDIT: I just setup up a clean FreeBSD 11 and encouter the same issue. ATM I think restic with B2 doens't work from FreeBSD at all.
I use restic for quite some time to backup some linux boxs to a sftp share. Now I tried to backup my FreeNAS (FreeBSD based NAS) to a B2 bucket. To do this, I create a iocage jail and install restic via `pkg install restic`.
After setting the required B2 env variables i try to `restic -r b2:$BUCKET_ID init`, but the command just hangs. For a long time. No error or any response. Bucket stays empty.
Notes
* restic is able to init a local folder
* restic fails and prints an error if I get my B2 credetials wrong
* if I copy and paste the environment and the init command to a linux box, the init works
* There's also no output if I pass one or more `-v`
Anybody knows why restic (to b2) isn't working from a jail? Anybody uses restic from a jail?
EDIT: I just setup up a clean FreeBSD 11 and encouter the same issue. ATM I think restic with B2 doens't work from FreeBSD at all.
Last edited: