yunohost/hooks/restore/18-data_multimedia
2021-12-08 22:19:03 +01:00

11 lines
262 B
Bash

#!/bin/bash
# Exit hook on subcommand error or unset variable
set -eu
# Source YNH helpers
source /usr/share/yunohost/helpers
backup_dir="data/multimedia"
ynh_restore_file --origin_path="${backup_dir}" --dest_path="/home/yunohost.multimedia" --not_mandatory