yunohost/data/hooks/backup/32-system_cron

4 lines
89 B
Text

backup_dir="$1/cron"
mkdir -p $backup_dir
sudo cp -a /etc/cron.d/yunohost* $backup_dir/