Guide - Technical Know-how
Here you will learn the technical details about our backup services
• How to use the ftp to store files on remote server?
File Transfer Protocol (FTP) is a network protocol used to transfer data from one computer to another through a network such as the Internet. FTP is a file transfer protocol for exchanging and manipulating files over a TCP computer network. An FTP client may connect to an FTP server to manipulate files on that server. View Tutorial>>
• How to use rsync technology to backup data?
rsync is a software application for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer.An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. rsync can copy or display directory contents and copy files, optionally using compression and recursion. View Tutorial>>
• How to use Windows Explorer to store files from Windows PC?
To use Windows Explorer to connect to your backup server please first open Windows Explorer and then enter
ftp://<USER_NAME>:<PASSWORD>@69.9.191.226
Replace <USER_NAME> with your assigned user name and <PASSWORD> with your account password. Put these information in the Address bar of Windows Explorer. Please Enter key and wait for few moments until on right-side the backup server content appears. Now, you can copy-paste content from left-side (local PC) to the right-side (Backup server).
• How to connect with SAMBA?
"Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients." Samba is software that can be run on a platform other than Microsoft Windows, for example, UNIX, Linux, IBM System 390, OpenVMS, and other operating systems. Samba uses the TCP/IP protocol that is installed on the host server. When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server. |