#!/bin/bash

backup_dir="$1/cron"
mkdir -p $backup_dir

sudo cp -a /etc/cron.d/yunohost* $backup_dir/