I need to create a daily full backup (snapshot) of a directory tree + hourly differentials. A developer who has only sftp access needs to be able to restore from the backups and hence a solution such as rdiff-backup or duplicity wont work as she would need shell access to restore (afaik). I imagine that rsync and cron would do the job well. What is the best solution?
Asked
Active
Viewed 421 times