Buy Now

Backup4all Professional
$62.44 $49.95

Backup4all Standard
$53.27 $39.95

Backup4all Lite
$24.94 $19.95

Backup4all Portable
$53.27 $39.95

Awards & Reviews

  • 1_ico
  • 2_ico
  • 3_ico
  • 4_ico

Lockergnome feature

Backup4all is a bargain

"Backup4all lives up to its marketing claims. It’s versatile, has all the features you need, and is easy to use. The beginner can easily get a good backup the first time. And the professional can tweak the program until his backup hums along exactly as he wants it to. It runs on every Windows OS from 95 to XP, too. From $25 - $45, depending on the version you buy, Backup4all is a bargain."

ProNetworks review

A wealth of features

"We were quite pleasantly surprised to find that Backup4all installed and worked well on the latest Vista release. While this is still a Beta Operating system, it is nice to see that this program seems to be Vista compatible and that it will even use the Vista Aero theme without difficulties."

Sofpedia pick

Rated excellent by Softpedia

"To be honest, I always say "I'll burn that backup folder someday this week" and the week passes without having my files backed up. With a program like Backup4all this issue can disappear, and the stress related to “what if my hard drive crashes” problem will disappear. I think that I'll leave the backup tasks for this program from now on. What about you?"

The Office Letter review

Backup4all is flexible

"You can’t be too careful about your data, and Backup4All does a good job using a well-designed interface, with plenty of bells and whistles for more experienced users. A "standard" version may be all you need if you don’t want e-mail notification or AES 128, 192, and 256-bit encryption."

Latest News

January 20, 2010

Backup4all 4.4 was released.

Changes in version 4.4:
  • New option added to open backups from specific locations (Local, Network, FTP/SFTP)
  • Backup jobs can now be moved in the backup list(drag-and-drop)
  • Test runs after the merge operation too
  • Auto-complete path for network locations
  • User interface now available in Swedish

You can download version 4.4 here: Download Backup4all 4.4

Stay Updated

To join, simply enter your email address below and click on Subscribe.

About Us

Softland, the company that develops Backup4all, achieved the Microsoft Certified Partner status with an ISV/Software Solutions Competency.

Microsoft Certified Partner
Add comment
Votes: 0
Comments: 0

Summary

This article explains how to generate a self signed certificate. A self-signed certificate is an identity certificate signed by its own creator. That is, the person that created the certificate also signed off on its legitimacy.

On this page:

Details

In typical public key infrastructure (PKI) arrangements, a valid public key certificate is validated (i.e., contains correct information) by a digital signature from a certificate authority (CA). Users, or their software on their behalf, check that the private key used to sign some certificate matches the public key in the CA's certificate. Since CA certificates are often signed by other, "higher ranking," CAs, there must necessarily be a highest CA, which provides the ultimate in attestation authority in that particular PKI scheme.

Create a self signed certificate

The applications required in this section:
  • Makecert.exe can be downloaded from: http://msdn.microsoft.com/en-us/library/bfsktky3%28VS.80%29.aspx
  • Pvk.exe can be downloaded from http://www.drh-consultancy.demon.co.uk/pvktool.zip
  • Ssh-keygen (which is part of openssh) can be downloaded from http://www.openssh.com
  • FileZilla can be downloaded from http://filezilla-project.org/download.php
  • FreeSSHd can be downloaded from http://www.freesshd.com
  • OpenSSL can be download from: http://www.openssl.org/source
  • WordPad - included in Windows

Follow these steps:

  1. Put Makecert.exe application on C: drive.
  2. Open a command line window.
  3. Type C:\makecert -r -n "CN=NewStart" -pe -ss my to create a self signed certificate
  4. Type C:\makecert -n "CN=roma" -pe -ss my -in NewStart -is my to create a new certificate linked to previous one
  5. Export key to pfx using this command: certmgr -c -s my -put roma.pfx
  6. Extract private key as .pem from .pfx
    Type D:\OpenSSL\openssl.exe pkcs12 -in D:\roma.pfx -nocerts -out d:\roma.pem
  7. Open D:\roma.pem with WordPad and delete everything before -----BEGIN RSA PRIVATE KEY-----
  8. Load roma.pem in FileZilla client (go to Edit menu->Settings->Connection->SFTP)
    It will convert roma.pem to roma.ppk (PUTTY key format)
  9. Extract public key from roma.pem and create roma.pub
    D:\ssh-keygen -e -f d:\roma.pem D:\roma.pub
  10. In freeSSHd server, go to Settings->Authentication
  11. Select the Public key authentication and disable all other methods.
  12. Indicate the public key folder and make sure you copy the roma.pub file in that folder.

Backup to SFTP server using personal certificate store

To make a backup to SFTP server with Backup4all, please follow these steps:
  1. Open Backup4all, press File->New Backup
  2. Press Advanced mode 
  3. Type a name for your backup job 
  4. On SFTP server press Edit configuration
  5. Enter the SFTP server details
  6. Under Private key section, select Personal certificate store and choose roma certificate from the list.
  7. Press OK.
  8. Go to Sources page and add the backup sources.
  9. On Type page, select the backup type to use.
  10. Press Save and run.

Applies to:

Backup4all 4.x or later.

Add comment
Name:
Email:
* Comment:
(Use BBcode - No HTML)
code
* Confirmation code:
Write the characters in the image above exactly as you see it


Others in this Category
document How to disable warning messages during the backup
document How to create a private-public key pair
document How to configure backups to run sequentially
document Backup strategy: Make a full backup locally and subsequent incremental backups to FTP
document How to create a backup plugin
» More articles
RSS

Legal Notices Terms of Use

Copyright Softland 2009. All rights reserved.