Articles

What is Storage VPS?

Quick answer: A Storage VPS is a Cloud2Y virtual server built around large disk capacity instead...

When should you use Storage VPS?

Quick answer: Use a Storage VPS whenever you need lots of disk space that does not need to be...

How to order a Storage VPS

Quick answer: Log in at cloud2y.com, open the Store and pick a plan from the Storage VPS group....

How to connect to a Storage VPS

Quick answer: A Storage VPS is a normal Linux server — connect over SSH for administration, and...

How to configure backups to a Storage VPS

Quick answer: Create a dedicated user on the Storage VPS, install your SSH key, then run rsync...

How to back up a Linux server with rsync

Quick answer: rsync copies directories over SSH and, after the first run, transfers only what...

How to automate backups with cron

Quick answer: Put your backup commands in a script, make it executable, and add a crontab line...

How to back up WordPress to remote storage

Quick answer: A complete WordPress backup is the database plus wp-content. Dump the database with...

How to restore a website from backup

Quick answer: Restore in the reverse order of backup: copy the files back, import the database...

How often should you back up your server?

Quick answer: Back up as often as the amount of data you can afford to lose — your RPO. For most...

Backup retention policy explained

Quick answer: Retention is how long each backup is kept before deletion. The classic...

Local backup vs remote backup

Quick answer: Local backups (same server or same rack) restore fastest; remote backups (another...

How to test backup integrity

Quick answer: A backup is only proven when you have restored from it. Test on three levels:...

How to create a disaster recovery plan

Quick answer: A disaster recovery plan is a written, tested procedure answering four questions:...

How to estimate backup storage size

Quick answer: Start from your current data size, multiply by how many copies your retention...

How to secure backup access

Quick answer: Give backups their own credentials: a dedicated user on the storage server, a...

How to encrypt backups

Quick answer: Encrypt backups before or as they leave the source: restic and borg encrypt by...

Common backup mistakes

Quick answer: The classics: backups on the same server they protect, jobs that silently died...

What to do if your server is compromised

Quick answer: Isolate the machine, do not wipe it yet, and restore service on a fresh server from...

Backup FAQ

Quick answer: The short version of everything in this category: back up nightly at minimum, keep...