imthenachoman / How-To-Secure-A-Linux-Server

An evolving how-to guide for securing a Linux server.
Creative Commons Attribution Share Alike 4.0 International
17.25k stars 1.1k forks source link

Use --archive instead of --preserve to backup files #48

Closed nidamanx closed 4 years ago

imthenachoman commented 4 years ago

I've merged but I don't know if it matters much. Per my understanding, archive is the same as preserve plus recursive and don't follow sym-links. It shouldn't matter for any of the configuration files I mention. But I agree it is a good habbit to get into to use archive over preserve -- so thank you for the commit!