Changeset 2309


Ignore:
Timestamp:
01/10/2008 14:42:17 (3 years ago)
Author:
jamesog
Message:

Update comparison page, as requested by the Bacula folks (via Ben).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/boxbackup-web/comparison.html

    r1901 r2309  
    3737<td><b><a href="http://www.nongnu.org/duplicity/">duplicity</a></b></td> 
    3838<td><b><a href="http://miek.nl/projects/hdup16/hdup16.html">hdup</a></b></td> 
     39<td><b><a href="http://www.bacula.org">Bacula</a></b></td> 
    3940</tr> 
    4041 
     
    4344<td>"not stable yet" <a href="http://www.nongnu.org/duplicity/#ToC4">(details)</a></td> 
    4445<td>stable, maintainance only</td> 
     46<td>stable, under development, adding high end features</td> 
    4547</tr> 
    4648 
     
    4951<td>yes</td> 
    5052<td>no</td> 
     53<td>yes</td> 
    5154</tr> 
    5255 
     
    5558<td>ssh/scp, local file access, rsync, ftp</td> 
    5659<td>ssh, local files</td> 
     60<td>TLS (SSL) if configured</td> 
    5761</tr> 
    5862 
     
    6367<td>Traditional file storage accounts on server (eg unix username, 
    6468virtual FTP etc)</td> 
     69<td>CRAM-MD5 (default) plus SSL certificates (all components) if configured</td> 
    6570</tr> 
    6671 
     
    6974<td>Python installation, librsync, GnuPG, remote shell</td> 
    7075<td>ssh, mcrypt/GPG, GNU tar</td> 
     76<td>None after building</td> 
    7177</tr> 
    7278 
     
    7581<td>Explicit with GnuPG</td> 
    7682<td>Implicit/Explicit with GnuPG</td> 
     83<td>With OpenSSL PKI if configured</td> 
    7784</tr> 
    7885 
     
    8188<td>cron job</td> 
    8289<td>cron job</td> 
     90<td>Built-in scheduler</td> 
    8391</tr> 
    8492 
     
    8795<td>No -- takes a snapshot of the filesystem when it is run</td> 
    8896<td>No -- takes a snapshot of the filesystem when it is run</td> 
     97<td>No -- takes a snapshot of your defined FileSet when it is run</td> 
    8998</tr> 
    9099 
     
    93102<td>Full and incremental backups, deletion by user scripts</td> 
    94103<td>Monthly full backups, weekly and daily incremental, deletion of archives by user scripts</td> 
     104<td>Automatic pruning of catalog, Volumes recycled when needed</td> 
    95105</tr> 
    96106 
     
    99109<td>Status and checksums for all files backed up, plus potentially large temporary files. (however, disc space is cheap, so this is not an issue unless the clients are older machines with small hard drives)</td> 
    100110<td>Minimal (latest versions can stream archives directly to server)</td> 
     111<td>Minimal -- runs as a daemon</td> 
    101112</tr> 
    102113 
     
    105116<td>Disc space, remote shell server, UNIX accounts</td> 
    106117<td>Disc space, ssh, UNIX accounts</td> 
     118<td>Minimal -- unless local disks used as Volumes</td> 
    107119</tr> 
    108120 
     
    111123<td>Relies on OS to provide RAID</td> 
    112124<td>Relies on OS to provide RAID</td> 
     125<td>Relies on OS to provide RAID, uses tape</td> 
    113126</tr> 
    114127 
     
    116129</td><td>FTP-like client, or simple command to restore entire directories</td> 
    117130<td>Simple command to restore entire directories, fetch files or directories by name.</td> 
     131<td>Simple command to restore entire directories, fetch files or directories by name, will fetch entire archives for single files.</td> 
    118132<td>Simple command to restore entire directories, fetch files or directories by name, will fetch entire archives for single files.</td> 
    119133</tr> 
     
    136150 
    137151<tr><td><a href="http://www.bacula.org/">Bacula</a></td> 
    138 <td>no</td> 
     152<td>yes</td> 
    139153<td>yes</td> 
    140154<td>LAN</td> 
    141155<td>Comprehensive job control. Stores lists of backed up files in a database for faster retrieval. 
    142 Can backup to disk as well as tape. Supports encrypted transfer, but not storage.</td> 
     156Can backup to disk, DVD, and tape. Supports encrypted transfer and encrypted storage.</td> 
    143157</tr> 
    144158 
     
    178192 
    179193<p>&nbsp;</p> 
    180 <p>&copy; Ben Summers, 2003, 2004</p> 
     194<p>&copy; Ben Summers and contributors, 2003-2008</p> 
    181195<p>&nbsp;</p> 
    182196</div> 
     
    184198</body> 
    185199</html> 
    186  
Note: See TracChangeset for help on using the changeset viewer.