Changeset 2309
- Timestamp:
- 01/10/2008 14:42:17 (3 years ago)
- File:
-
- 1 edited
-
box/boxbackup-web/comparison.html (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/boxbackup-web/comparison.html
r1901 r2309 37 37 <td><b><a href="http://www.nongnu.org/duplicity/">duplicity</a></b></td> 38 38 <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> 39 40 </tr> 40 41 … … 43 44 <td>"not stable yet" <a href="http://www.nongnu.org/duplicity/#ToC4">(details)</a></td> 44 45 <td>stable, maintainance only</td> 46 <td>stable, under development, adding high end features</td> 45 47 </tr> 46 48 … … 49 51 <td>yes</td> 50 52 <td>no</td> 53 <td>yes</td> 51 54 </tr> 52 55 … … 55 58 <td>ssh/scp, local file access, rsync, ftp</td> 56 59 <td>ssh, local files</td> 60 <td>TLS (SSL) if configured</td> 57 61 </tr> 58 62 … … 63 67 <td>Traditional file storage accounts on server (eg unix username, 64 68 virtual FTP etc)</td> 69 <td>CRAM-MD5 (default) plus SSL certificates (all components) if configured</td> 65 70 </tr> 66 71 … … 69 74 <td>Python installation, librsync, GnuPG, remote shell</td> 70 75 <td>ssh, mcrypt/GPG, GNU tar</td> 76 <td>None after building</td> 71 77 </tr> 72 78 … … 75 81 <td>Explicit with GnuPG</td> 76 82 <td>Implicit/Explicit with GnuPG</td> 83 <td>With OpenSSL PKI if configured</td> 77 84 </tr> 78 85 … … 81 88 <td>cron job</td> 82 89 <td>cron job</td> 90 <td>Built-in scheduler</td> 83 91 </tr> 84 92 … … 87 95 <td>No -- takes a snapshot of the filesystem when it is run</td> 88 96 <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> 89 98 </tr> 90 99 … … 93 102 <td>Full and incremental backups, deletion by user scripts</td> 94 103 <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> 95 105 </tr> 96 106 … … 99 109 <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> 100 110 <td>Minimal (latest versions can stream archives directly to server)</td> 111 <td>Minimal -- runs as a daemon</td> 101 112 </tr> 102 113 … … 105 116 <td>Disc space, remote shell server, UNIX accounts</td> 106 117 <td>Disc space, ssh, UNIX accounts</td> 118 <td>Minimal -- unless local disks used as Volumes</td> 107 119 </tr> 108 120 … … 111 123 <td>Relies on OS to provide RAID</td> 112 124 <td>Relies on OS to provide RAID</td> 125 <td>Relies on OS to provide RAID, uses tape</td> 113 126 </tr> 114 127 … … 116 129 </td><td>FTP-like client, or simple command to restore entire directories</td> 117 130 <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> 118 132 <td>Simple command to restore entire directories, fetch files or directories by name, will fetch entire archives for single files.</td> 119 133 </tr> … … 136 150 137 151 <tr><td><a href="http://www.bacula.org/">Bacula</a></td> 138 <td> no</td>152 <td>yes</td> 139 153 <td>yes</td> 140 154 <td>LAN</td> 141 155 <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 notstorage.</td>156 Can backup to disk, DVD, and tape. Supports encrypted transfer and encrypted storage.</td> 143 157 </tr> 144 158 … … 178 192 179 193 <p> </p> 180 <p>© Ben Summers , 2003, 2004</p>194 <p>© Ben Summers and contributors, 2003-2008</p> 181 195 <p> </p> 182 196 </div> … … 184 198 </body> 185 199 </html> 186
Note: See TracChangeset
for help on using the changeset viewer.
