mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
9 lines
177 B
Bash
9 lines
177 B
Bash
#!/bin/bash
|
|
|
|
source /usr/share/yunohost/helpers
|
|
ynh_abort_if_errors
|
|
YNH_CWD="${YNH_BACKUP_DIR%/}/conf/dkim"
|
|
mkdir -p "$YNH_CWD"
|
|
cd "$YNH_CWD"
|
|
|
|
ynh_backup --src_path="/etc/dkim"
|