Pedro Arreitunandia
Pedro Arreitunandia
As a temporally solution, I've modify the RunJobCommand.php file `/usr/share/elkarbackup/src/Binovo/ElkarBackupBundle/Command/RunJobCommand.php ` In the 277 line I've replaced this line ` $du = (int)shell_exec(sprintf("du -ks '%s' | sed 's/\t.*//'", $job->getSnapshotRoot()));` with...
Hi I've been working in this feature in the branch https://github.com/parreitu/elkarbackup/tree/feature%23353 Now, each Job has a new attribute to decide if once the job is finished, the "du" task to...
Hi @elacunza and @antton I suggest a mix between Antton's and Eneko's proposals. I propose to have two/three/more kind of priorities for background jobs . - 1: Backup jobs -...
Hi @elacunza and @antton What do you think about my proposal ?
Totally agree, with those three options we would cover all cases.
Hi @xezpeleta I started "duc index" command last Thursday and it has not finished yet, and it has been almost 4 days ...
Hi @elacunza , I agree with you, I think that a weekly cronjob would be enough
I think we could use the same approach you proposed for disk use calculation here: https://github.com/elkarbackup/elkarbackup/issues/353#issuecomment-824196817 For each job, 3 options for job deduplication - After job finished, synchronous -...
Hi @michi-80337 According to the documentation (https://github.com/bigbluebutton/bbb-install#install-a-turn-server), I don't think so. They recommend to "Ubuntu 20.04 as it has a newer version of coturn", and also the recommended version for...
See this comment from @ffdixon to another issue: "We recommend you run your TURN server on Ubuntu 20.04 and your BigBlueButton server on 18.04." https://github.com/bigbluebutton/bbb-install/issues/389#issuecomment-881897301