4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
### Gitea ###
|
||
|
tar cvzf "$BACKUPDIR"/gitea.tgz /var/lib/gitea/data
|