#!/bin/bash backup_dir="$1/yunohost" mkdir -p $backup_dir sudo cp -a /etc/yunohost/* $backup_dir/