yunohost/data/hooks/backup/29-system_nginx

4 lines
87 B
Text

backup_dir="$1/nginx"
mkdir -p $backup_dir
sudo cp -a /etc/nginx/conf.d/. $backup_dir