Rate this article :
This article was useful to you ?
Yes
No
Vous avez noté 0 étoile(s)
Sommaire
Procédure
Cloud Drive packages allow you to synchronise and back up your various multimedia files online. Numerous configurations are possible for convenient access to all your data.
The backup space is accessible via various protocols: FTP(S), SFTP
You can access the SFTP protocol via the following utilities/binaries: ssh, rsync and scp.
It is important to use the host names assigned to you (for example: rs1.cloudlws.com) instead of the underlying IP address, as well as your username and password.
The download speed of the backup space depends on the number of other clients simultaneously accessing the same backup server. Consider running your backups at a different time if you are experiencing performance problems.
Your files/folders are uploaded to the "files" folder on your backup server. Note also that only the "files" directory is writable on the server. To address directories or folders on the backup server, we recommend that you use relative paths. For example, to download the file /files/licornes.png from the backup server.
It is not possible to create files and folders above the "files" folder on the backup server.
Interactive SSH access is not authorised.
It is not possible to access your backup space with the same host name via IPv6.
For SFTP, you can authenticate with an SSH public key. For more information, please consult this documentation
To create an SSH key on GNU/Linux-based systems
$ ssh-keygen -b 4096 -t rsa
To access the backup server via a graphical interface, there are solutions such as: FileZilla or WinSCP
In order to arrange the commands, the "rsyncscpdrive" utility under the name cdXXXX will be used as an example.
You can use rsync to synchronise the state of your directories with your backup server. For example, to synchronise a local directory with the backup server, you can use rsync as in the following example:
$ rsync -avP images/ cdXXXX@rs1.cloudlws.com:/files
You can also use scp. To upload the contents of a folder via scp, you can run the following command:
$ scp -r images/ cdXXXX@rs1.cloudlws.com:/files
Accessing your backup space via SFTP is similar to accessing it with an FTP client. To start an SFTP session, run the following command:
$ sftp cdXXXX@rs1.cloudlws.com:/files
You can then upload files using put and download them using get. With ls, you get a list of directories:
sftp> put licorne.png Uploading licorne.png to /files/licorne.png licorne.png 100% 56KB 474.9KB/s 00:00 sftp> ls -ahl drwxr-xr-x 0 1001 1000 3B Aug 2 17:41 . drwxr-xr-x 0 0 0 9B May 28 09:30 .. -rw-r--r-- 0 1001 1001 55.9K Aug 2 17:41 licorne.png sftp> get licorne.png Fetching /files/licorne.png to licorne.png /files/licorne.png 100% 56KB 637.1KB/s 00:00 sftp>
Summary of available LWS Cloud Drive packages and their prices excluding VAT:
Cloud Drive S
|
Cloud Drive M
|
Cloud Drive L
|
Cloud Drive XL
|
100GB | 250 GB | 500GB | 1TB |
4.99€* | 9.99€* | 14.99€* | 19.99€* |
*Price excl.
By following this documentation, you will be able to authenticate yourself by various means and back up your various files.
You can consult our different online backup offers on our sales site.
Rate this article :
This article was useful to you ?
Yes
No
1mn reading
How to change a backup formula password from the LWS Panel
0mn reading
How do I back up my Qnap NAS to the LWS Cloud using Rsync?
0mn reading
How can I back up my Synology NAS on the LWS Cloud with Rsync?