initial commit of file from CVS for smeserver-rsync-backup2disk on Sat Sep 7 19:58:58 AEST 2024
This commit is contained in:
110
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/rsync
Normal file
110
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/rsync
Normal file
@@ -0,0 +1,110 @@
|
||||
<lexicon lang="en-us">
|
||||
<!-- vim: ft=xml:
|
||||
-->
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Enable/Disable Nightly Rsync Backup</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>OPERATION_STATUS_REPORT</base>
|
||||
<trans>
|
||||
Operation status report
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_DESC</base>
|
||||
<trans>
|
||||
This backup method uses a software package called rsync to create a copy of your server
|
||||
configuration and user data files, and copies it to an attached local hard drive every night.
|
||||
The initial backup will match your current data size. Subsequent backups will synchronize
|
||||
your data and only copy changes which will make your actual backup time very efficient.
|
||||
This method allows you to restore your configuration and user data files easily using command-line tools.
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATUS</base>
|
||||
<trans>
|
||||
Select whether you wish to enable nightly rsync backups
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_INCLUDE</base>
|
||||
<trans>
|
||||
Enter any file or directories to include. One entry per line. Full path is required.
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_INCLUDE</base>
|
||||
<trans>Include</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_EXCLUDE</base>
|
||||
<trans>
|
||||
Enter any file or directories to exclude. One entry per line. Full path is required.
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_EXCLUDE</base>
|
||||
<trans>Exclude</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_MOUNT</base>
|
||||
<trans>
|
||||
The rsync backup requires a supported device that must be manually
|
||||
configured and formatted ext3. One example is an external USB drive mounted
|
||||
on /media/usbdisk. Enter your mount point below.
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_MOUNT</base>
|
||||
<trans>Mount</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_REMINDER_TIME</base>
|
||||
<trans>
|
||||
Enter the time you would like a reminder message to be automatically e-mailed
|
||||
to the administrator to attach your disk in 24 hr (hh:mm) format.
|
||||
Leave blank to disable.
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_REMINDER_TIME</base>
|
||||
<trans>Reminder time of day</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
<entry>
|
||||
<base>DESC_BACKUP_TIME</base>
|
||||
<trans>
|
||||
Enter the time you would like this backup to occur in 24 hr (hh:mm) format.
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_BACKUP_TIME</base>
|
||||
<trans>Backup time of day</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>Update</base>
|
||||
<trans>Update</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
Reference in New Issue
Block a user