6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
|
#!/bin/bash
|
||
|
### Singularity ###
|
||
|
cp /usr/share/webapps/tt-rss/config.php "$BACKUPDIR"/singularity-config.php
|
||
|
sudo -u postgres pg_dump ttrss > "$BACKUPDIR"/ttrss.psql
|
||
|
|