Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Dedicated Server Backup & Restore

aetherstreams

Extended Member
Ext. Member
Joined
Dec 24, 2019
Messages
8
Reaction score
5
Points
14
Location
United States
Hello,
Does any currently use and recommend software that can protect your servers software? I am looking to have an option to restore a server to its previous state prior to hardware or software failure or changes due that negatively impacts the server after an upgrade. The servers will be running the Xtream-UI panel software. I have looked at backup software for MySQL such as Backup Bird (https://www.backupbird.com/mysql-backup-software) but I'm looking for the best possible solution to make sure I have a disaster recovery plan in place. How are you protecting your servers today? Thanks!
 
Hello, you can use a "dd" utility to create a system backup image.
Example:
PHP:
sudo dd if=/dev/sda conv=sync,noerror bs=64K | gzip -c > /PATH/TO/DRIVE/backup_image.img.gz
PHP:
/dev/sda - your HDD/SDD
/PATH/TO/DRIVE - place, where you will store backup
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top