Do you offer snapshots or backups?
No, we do not support snapshots or backups at this time.
If you store important data on your server, having a backup plan is important. There are many different ways to do that, including:
- Saving files to your local computer.
- Saving files to another remote server.
One way you can backup your files is with 'rsync'.
Enter the following code on your source server (the server with the files you want to back up). It will save a copy of the source folder that you identified onto the remote server.
rsync -avz /home/mysourcefolder/ [email protected]:/home/myremotefolder