Looking for Rsync Backup Tips

0
11
Asked By CuriousCat99 On

I'm looking to set up a good backup system for some recently archived materials in an ongoing project. I've received a suggestion to use Rsync along with other tools, but I'm nervous about making a mistake. Can anyone offer some advice on how to get started with this?

1 Answer

Answered By TechWhiz23 On

First off, it's great you're considering Rsync for your backup! Before diving in, you should check what file systems you're working with on your source and target drives. Rsync works well with ext4, which you mentioned is on your laptop. As for the external hard drives, you might want to format them to ext4 as well if you're sticking with Linux, but NTFS is also a good choice if you plan on using them with Windows machines too.

CuriousCat99 -

Thanks for the tip! I'm actually still looking for HDD recommendations, so I appreciate any suggestions on what might work best for this setup.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.