Will be writing a bash script soon... need input

datawinds

Newbie
Joined
Jan 26, 2017
Messages
12
Reaction score
2
I will be writing a bash script soon to package home directories and a SQL dump into a zipfile... that's not what I need help with... I need help with encrypting the package at the server level... any ideas?
 
that's what I do with my VPS too
I encrypt the file using GPG
create a key ring
encrypt with public key
only the private key can decrypt it
 
Back
Top