- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Encrypted Backup (Tru64 Unix)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2009 07:25 AM
тАО01-21-2009 07:25 AM
We have a customer still working on an ES40 Alpha server running Tru64 Unix 5.1.
He is using fdump command to make backup using 40/80GB Super DLT scsi drive.
The customer is asking for an encrypted backup.
Could someone help me to propose a solution.
Thanks and Regards
Roger
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2009 12:53 PM
тАО01-21-2009 12:53 PM
Solutionhttp://unixfoo.blogspot.com/2008/06/encrypting-tar-file-using-openssl.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2009 11:09 PM
тАО01-22-2009 11:09 PM
Re: Encrypted Backup (Tru64 Unix)
Thank you for your concern.
The command "openssl" is not found.
Is there another solution.
Can i use the command "crypt" for the encrypted backup.
Regards
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2009 11:55 PM
тАО01-22-2009 11:55 PM
Re: Encrypted Backup (Tru64 Unix)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2009 05:14 AM
тАО01-23-2009 05:14 AM
Re: Encrypted Backup (Tru64 Unix)
How can i use the "crypt" command.
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2009 09:05 PM
тАО01-26-2009 09:05 PM
Re: Encrypted Backup (Tru64 Unix)
EXAMPLES
The following examples use KEY as the key to encrypt and decrypt files. The
first example encrypts the file plain.File, naming the resulting encrypted
file crypt.File. The second example decrypts the file crypt.File, naming
the resulting decrypted file decrypt.File. The third example prints the
encrypted file in clear text.
$ crypt KEY < plain.File > crypt.File
$ crypt KEY < crypt.File > decrypt.File
$ crypt KEY < crypt.File | pr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2009 03:11 AM
тАО01-28-2009 03:11 AM
Re: Encrypted Backup (Tru64 Unix)
It is better to use openssl or crypt commands.
What about performance in case the backup is more than 50GB.
How can i use the vdump command with crypt or openssl command. (all instructions)
Thanks
Roger