mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
. /usr/share/yunohost/helpers.d/filesystem
|
|
|
|
ynh_backup /var/mail "${1}/data/mail" 1
|