this post was submitted on 02 Jan 2024
26 points (100.0% liked)

Free and Open Source Software

17695 readers
2 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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)

you are viewing a single comment's thread
view the rest of the comments
[–] Barzaria@lemmy.dbzer0.com 1 points 9 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.