yunohost/hooks/restore/17-system_home
2014-10-25 20:05:04 +02:00

5 lines
66 B
Bash

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