Skip to Content
Mastering Linux Security and Hardening - Second Edition
book

Mastering Linux Security and Hardening - Second Edition

by Donald A. Tevault
February 2020
Intermediate to advanced
666 pages
15h 45m
English
Packt Publishing
Content preview from Mastering Linux Security and Hardening - Second Edition

Using the tar --acls option to prevent the loss of ACLs during a backup

If you ever need to use tar to create a backup of either a file or a last two files:

[donnie@localhost ~]$ cd perm_demo_dir[donnie@localhost perm_demo_dir]$ ls -ltotal 0-rw-rw-r--. 1 donnie accounting 0 Nov  5 20:17 file1.txt-rw-rw-r--. 1 donnie accounting 0 Nov  5 20:17 file2.txt-rw-rw-r--. 1 donnie accounting 0 Nov  5 20:17 file3.txt-rw-rw-r--. 1 donnie accounting 0 Nov  5 20:17 file4.txt-rw-rw----+ 1 donnie donnie     0 Nov  9 15:19 frank_file.txt-rw-rw----+ 1 donnie donnie     0 Nov 12 12:29 new_file.txt[donnie@localhost perm_demo_dir]$

Now, I'll do the backup without --acls:

[donnie@localhost perm_demo_dir]$ cd[donnie@localhost ~]$ tar cJvf perm_demo_dir_backup.tar.xz perm_demo_dir/ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Linux Security and Hardening - Third Edition

Mastering Linux Security and Hardening - Third Edition

Donald A. Tevault
UNIX and Linux System Administration Handbook, 5th Edition

UNIX and Linux System Administration Handbook, 5th Edition

Trent R. Hein, Evi Nemeth, Garth Snyder, Ben Whaley, Dan Mackin

Publisher Resources

ISBN: 9781838981778Supplemental Content