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)

  • Barzaria@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    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.