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