Downloading a file containing a backup copy of the program from the Central Node or PCN server to the hard drive of the computer

It is recommended to save files containing a backup copy of the program to the hard drive of your computer.

To download a file containing a backup copy of the program to the hard drive of your computer, run the following command in the command line interface of the Linux operating system on your computer:

scp <name of the account used for working in the administrator menu and in the server management console>@<IP address of the server>:<name of the file containing the backup copy of the program in the form of settings-<date and time of backup copy creation>.tar.gz>

Example:

Command for downloading to the hard drive of your computer an archive containing a backup copy of the program that was created on a Central Node server with the IP address 10.0.0.10 under the admin account on April 10, 2020 at 10 hours 00 minutes 00 seconds:

scp admin@10.0.0.10:settings-20200410-100000.tar.gz

The file containing a backup copy of the program will be saved to the hard drive of your computer in the current folder.

Page top