summaryrefslogtreecommitdiffstats
path: root/backup.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11backup: remove backup-latest linkCorentin LABBE1-0/+1
When backup-latest destination exists, the new backup-latest is created inside. The simpliest way fo fix that is to always remove backup-latest before creating it.
2018-11-02backup: Create a symlink to recent backupCorentin LABBE1-0/+1
backup will now create a backup-latest symlink to the backup just being made.
2018-07-20Permit to backup/restore lavaserver databaseCorentin LABBE1-0/+22
This patch add an easy way to backup postgresql database and needed data stored in filesystem. In the mean time, a way to restore backup during start is added