1 |
wellsi |
1.1 |
diff -ruN e-smith-backup-2.4.0.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup e-smith-backup-2.4.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup |
2 |
|
|
--- e-smith-backup-2.4.0.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2013-02-13 07:21:38.000000000 -0800 |
3 |
|
|
+++ e-smith-backup-2.4.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2013-11-30 19:25:12.000000000 -0800 |
4 |
|
|
@@ -35,34 +35,34 @@ |
5 |
|
|
<base>BACKUP_DESC_DAR</base> |
6 |
|
|
<trans> |
7 |
|
|
<![CDATA[ |
8 |
|
|
- <P>The server provides three ways to back up and restore your |
9 |
|
|
- server: using your local desktop, a tape drive or a workstation drive.</P> |
10 |
|
|
+ <P>Three ways are provided to back up and restore your |
11 |
|
|
+ server: using a tape drive, using a network share or a local |
12 |
|
|
+ removable disk, or using your local desktop.</P> |
13 |
|
|
|
14 |
|
|
- <P>The first method creates a copy of your server configuration and user |
15 |
|
|
- data files, and downloads it to your local desktop via your web browser. |
16 |
|
|
- Currently your configuration and data files total approximately |
17 |
|
|
- <b>$tarsize</b>. The backup file will be somewhat less than this, |
18 |
|
|
- depending on how compressible the data are. This file can be used to restore |
19 |
|
|
- the server from the console if you copy it to removable storage media |
20 |
|
|
- such as a local removable disk.</P> |
21 |
|
|
- |
22 |
|
|
- <P>The tape backup method uses a software package called <I>$module</I> |
23 |
|
|
+ <P>Tape Backup. This method uses a software package called <I>$module</I> |
24 |
|
|
to back up your entire hard disk to tape every night. This requires a |
25 |
|
|
supported tape drive and a tape that is not write-protected. The backup |
26 |
|
|
is performed automatically at the selected time every night (with a |
27 |
|
|
reminder automatically e-mailed to the administrator during the day). |
28 |
|
|
Currently your hard disk contains <b>$dumpsize</b> of data.</P> |
29 |
|
|
|
30 |
|
|
- <P>The workstation backup method uses a software package called <I>dar</I> |
31 |
|
|
- to back up your server configuration and data files to a workstation |
32 |
|
|
- on your LAN (or a local removable disk). This requires that you provide a |
33 |
|
|
- writable share (cifs or nfs) on the backup workstation or have a local |
34 |
|
|
- removable disk such as a USB disk. You can manage how many rotating |
35 |
|
|
+ <P>Workstation backup. This method uses a software package called <I>dar</I> |
36 |
|
|
+ to back up your server configuration and data files to a network share |
37 |
|
|
+ on your LAN or a local removable disk such as a USB disk. You can manage how many rotating |
38 |
|
|
sets of backup are kept on the backup share, and also make each |
39 |
|
|
set doing incremental backup upon several days. The backup is performed |
40 |
|
|
automatically at the selected time every day. Currently |
41 |
|
|
configuration and data files total approximately <b>$tarsize</b> uncompressed. |
42 |
|
|
- Twice the compressed data size must be available on the backup share.</P> |
43 |
|
|
+ Twice the compressed data size must be available on the backup share.</P> |
44 |
|
|
+ |
45 |
|
|
+ <P>Backup to Desktop. This method creates a copy of your server |
46 |
|
|
+ configuration and user data files, and downloads it to your |
47 |
|
|
+ local desktop via your web browser. |
48 |
|
|
+ Currently your configuration and data files total approximately |
49 |
|
|
+ <b>$tarsize</b>. The backup file will be somewhat less than this, |
50 |
|
|
+ depending on how compressible the data are. This file can be used to restore |
51 |
|
|
+ the server from the console if you copy it to removable storage media |
52 |
|
|
+ such as a local removable disk.</P> |
53 |
|
|
|
54 |
|
|
<P>All restore methods allow you to restore your configuration and user |
55 |
|
|
data files. Workstation backup provides individual file restore. <b>Ideally, |