Service manual
Chapter 5: Administration 95
Restore from SSH server : restoreconf ssh <FILE>
<SSH_SERVER> <USER>
Saving or restoring configuration files using CLI
Use the following commands to save or restore configuration files.
• Save to Flash
cli> config savetoflash
• Save to FTP server
cli> administration backupconfig saveto ftpserverip <n.n.n.n> pathname
<string> username <string> password <string>
• Load from FTP server
cli> administration backupconfig loadfrom ftpserverip <n.n.n.n>
pathname <string> username <string> password <string>
Crond
Crond is a service provided by the console server that allows automatic, periodically-run custom-
made scripts. It replaces the need to run commands manually.
The crond daemon configuration is divided in three parts.
• /etc/crontab_files - The name of this file cannot be changed and it must point only to one file.
• Source file - Holds information about frequency of cron jobs and the files that should be
executed. It may have any name, since it is pointed out by the /etc/crontab_files.
• Script files - These are the script files that are scheduled and are pointed by the source file
explained previously.
The following parameters are created in the /etc/crontab_files file.
Table 5.15: Restoreconf Utility and Storage Device Parameters
Media Description
local <File> Read the configuration from the path and local file.
local <File> Read the configuration from the path and filename.
ftp <remote path and filename> <IP address of
the FTP server> <username> <password>
Read the configuration from a remote FTP server.
tftp <remote path and filename> <IP address of
the TFTP server>
Read the configuration from a remote TFTP server.
ssh <remote path and filename> <IP address of
the SSH server> <username>
Read the configuration from a remote SSH server.