mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
5 lines
102 B
Text
5 lines
102 B
Text
backup_dir="$1/data/mail"
|
|
|
|
. /usr/share/yunohost/apps/helpers
|
|
|
|
ynh_bind_or_cp /var/mail $backup_dir 1
|