yunohost/data/hooks/restore/17-system_home

5 lines
66 B
Bash

#!/bin/bash
backup_dir="$1/home"
sudo cp -a $backup_dir/. /home