Backups with active files_antivirus slow.
@ArtificialOwl is already working on this.
Since Jan 3, 2022.
- Dominant language
- PHP
- Stars
- 272
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Since the backup-chunks are stored in a directory scanned by files_antivirus while in maintenance mode, it is as good as impossible to do (full) backups automated by background job with files_antivirus activated. So I have to do backups with occ after
/occ app:disable files_antivirus.
The resource used by antivirus is huge and slows down the first step unacceptably.
Since one only backups already scanned and "safe" data, it could be tested by backup app, if files_antivirus is active and deactivate it while in maintenance mode.
https://github.com/nextcloud/files_antivirus/issues/178#issuecomment-1003733331
(Edit: Link not clickable,Typo)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.