To reduce backup size of the following gitea update command:
```bash
VERSION=1.21.7 && cd /usr/local/bin/ && wget https://github.com/go-gitea/gitea/releases/download/v$VERSION/gitea-$VERSION-linux-amd64 -O newgitea && chmod +x newgitea && mv newgitea gitea && killall gitea; zip -r /var/backups/gitea-$VERSION.zip /etc/gitea/ /var/lib/gitea/ /var/lib/mysql/gitea/ && sudo -u gitea GITEA_WORK_DIR=/var/lib/gitea/ nohup /usr/local/bin/gitea web -c /etc/gitea/app.ini &
```
Could first measure on last two backups how much space would have been spared.
Is it possible to compress the backup?
See #2.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
To reduce backup size of the following gitea update command:
Could first measure on last two backups how much space would have been spared.
Is it possible to compress the backup?
See #2.