Skip to Content
Mastering Linux Security and Hardening
book

Mastering Linux Security and Hardening

by Donald A. Tevault
January 2018
Intermediate to advanced
376 pages
8h 45m
English
Packt Publishing
Content preview from Mastering Linux Security and Hardening

Hands-on lab – combining gpg and tar for encrypted backups

For this lab, you'll combine tar and gpg to create an encrypted backup on a simulated backup device. You can perform this lab on either one of your virtual machines:

  1. Start off by creating your GPG keys. You will do that with the following command:
        gpg --gen-key
  1. Create some dummy files in your home directory, so that you'll have something to back up:
        touch {file1.txt,file2.txt,file3.txt,file4.txt}
  1. Create a backup directory at the root level of the filesystem. (In real life, you would have the backup directory on a separate device, but for now, this works.) Change ownership of the directory to your own account, and set the permissions so that only you can access it:
 sudo mkdir ...
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

Linux Security and Hardening, The Practical Security Guide

Linux Security and Hardening, The Practical Security Guide

Jason Cannon
Mastering Linux Administration

Mastering Linux Administration

Alexandru Calcatinge, Julian Balog

Publisher Resources

ISBN: 9781788620307Other