Anyone know of any user friendly, FOSS, backup programs that work on Windows? If they were cross-platform that would be a bonus. Asking for a friend (no really, a family member)
Anyone know of any user friendly, FOSS, backup programs that work on Windows? If they were cross-platform that would be a bonus. Asking for a friend (no really, a family member)
Rsync on a scheduled task is dead simple. If your friend can stomach WSL (Windows subsystem for Linux) being on the machine you might try using that. The command is a one liner:
$rsync -r /path/to/source /path/to/backup
and can be automated with cron.