elemental-lf / benji

Benji Backup: A block based deduplicating backup software for Ceph RBD images, iSCSI targets, image files and block devices
https://benji-backup.me
Other
136 stars 43 forks source link

benji with celery ? #145

Open tuantdxyz opened 2 years ago

tuantdxyz commented 2 years ago

i use Celery to evolve schedule job in benji which allow data backup according to schedule. When schedule job running, It will back up for multi-volume at the same time, In case traffic is smaller than 200GB, it works normaly, but when it more than 2TB, the systems often pending and affected to benji back up, plz help to show us the causal and how to fix it.

elemental-lf commented 2 years ago

Is the forked benji process actually failing unexpectedly or otherwise misbehaving? If yes, please submit the information outlined in https://github.com/elemental-lf/benji/blob/master/.github/ISSUE_TEMPLATE/bug_report.md. Thanks!