Unifomize license headers

This commit is contained in:
Alexandre Iooss 2022-03-11 17:16:11 +01:00
parent 9dc40279fa
commit 8d44182af8
51 changed files with 249 additions and 135 deletions

View file

@ -1,4 +1,7 @@
#!/bin/sh
# Backup script to put in /etc/cron.montly/
# This file is part of photo21
# Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
rsync -avP /var/www/photos/photo21 /backup/
sudo -u postgres pg_dump photo21 > /backup/pg_dump_photo21.sql