If you encounter problems, think of consulting the FAQS
Caution! The login of connection (of type XX123-EUROPE) does not make it possible to be connected on an account of safeguard.
To obtain an account of safeguard, you must order it by connecting you on manager.
Here is the procedure to follow:
-Connect on the account which goes upload/download the files on the account
-Generate a RSA key by typing ssh-keygen - T rsa - B 1024 (do not enter of password)
-Copy the public key by typing cat .ssh/id_rsa.pub
In the manager section Backup/accounts, Click on "RSA SSH" to add this key:
Your key is added. To connect you, 2 solutions:
-sftp while typing sftp username@backupXX.europe-backup.com
-scp while typing scp file_to_up username@backupXX.europe-backup.com:/folder
The username and the host are indicated on the page of addition of the keys on the manager.
Caution!! you must have a recent version of rsync to use this.
Here the basic command with the basic options to save whole or part of folders towards your account backup: rsync -alHvzcpog --delete -e 'ssh' /folder_has_to_backup username@backupXX.europe-backup.com:/folder_in_backup_account
Contrary, to recover all your data, you must just reverse the fodlers, which gives: rsync -alHvzcpog -e 'ssh' username@backupXX.europe-backup.com:/folder_in_backup_account /local_folder
Caution!!! rsync gives to your files the uid username of your account backup and the gid users with all your files.
If you wish to preserve the rights of origin, you must before compress your files.
If you use this order in the crontab, do not forget to show the complete ways of rsync and ssh
For more options on rsync, visit the page of official assistance of rsync
If your customer scp/sftp/rsync turns over you errors, either your quota is full, or your account is expired.
To know the state of your account, you must connect yourselves to the manager.
There is no utility making it possible to carry out this without some efforts.
We can propose to you "script", under Cisneo licence, carrying out compression, and the versionning file of your data.
This paying script is a derivative of the script used on Intranet servers (pro offers).