On Sun, 14 Aug 2022 17:08:23 -0400
Bill Cunningham wrote:

> Does anyone use any of these or other backups?

My main backup is rsyncing everything to a big old NAS I put together
from an old PC and truenas software. I use the --link-dest option
to get a complete copy of everything on every backup (with 99% of it
just being hard links to the previous days backup).

Unless you are on dial up or something, the least of your problems
will be re-downloading all the rpms. I just keep a list of rpms
using:

 rpm -q --qf "%{NAME}.%{ARCH}\n" -a > f36-rpms.txt

and update it every day on cron (and that list gets backed up
along with everything else).
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to