summaryrefslogtreecommitdiffstats
path: root/backup.sh
AgeCommit message (Collapse)AuthorFilesLines
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