Backup and Restore a Contabo VPS to Google Drive, Dropbox, OneDrive etc

Ғылым және технология

In this video i show you how you can take a Disk Image of a Contabo VPS in one datacentre , and via rclone, restore it in a completely different one. The image can be stored on Dropbox, Onedrive or Google drive to name but 3 of 30+ Cloud Storage Providers.
Contabo VPS link : cloudtechlinks.com/V33-Contab...
VULTR VPS link : cloudtechlinks.com/V33-VULTR-...
0.00 Video Purpose
1.20 Overall Process Diagram
2.50 Install Rclone on the windows local PC
5.00 Starting the Rescue System
6.00 SSH commands in VPS Rescue System
14.00 How to make and Test a VPS Disk Image
16.50 How to Restore a VPS Disk Image
==========================================================
Please feel free to include any of my videos on any websites, you may have, and please keep any addition income you may for yourself, selling adverts for those pages etcetera. All I am interested in, this just being my hobby, is that people watch the videos, and any chance I get to improve that, the better.
==========================================================
If you are looking for a particular video try,
1) Channel : cloudtechlinks.com/YTChannel
2) then : cloudtechlinks.com/All-Videos
======================================================
V33 - 01 - Video Purpose
V33 - 02 - CloudTech Introduction
V33 - 03 - Overall Process Diagram
V33 - 03point5 - Install Rclone on the windows local PC
V33 - 04 - Starting the Rescue System
Demian 10 - Recommended
rescue system root password : SFB666demo
V33 - 05 - SSH commands in VPS Rescue System
apt-get update && curl rclone.org/install.sh | sudo bash && mkdir /mnt/clouddir && rclone config
rclone mount gdrive: /mnt/clouddir/ --daemon
mkdir -p /mnt/clouddir/rclone-disk-images && ls -la /mnt/clouddir/rclone-disk-images
V33 - 06 - How to make and Test a VPS Disk Image
To Create Disk Image
--------------------
syntax :
dd if=/dev/sda status=progress| xz --compress -0 -T0 [GREATER THAN SYMBOL] {Disk-Image-File}
examples :
dd if=/dev/sda status=progress| xz --compress -0 -T0 [GREATER THAN SYMBOL] /mnt/clouddir/rclone-disk-images/eur-50gb-w2022-nvme-176-57-189-176.xz
dd if=/dev/sda status=progress| xz --compress -0 -T0 [GREATER THAN SYMBOL] /mnt/clouddir/rclone-disk-images/eur-50gb-zorin-nvme-176-57-189-176.xz
dd if=/dev/sda status=progress| xz --compress -0 -T0 [GREATER THAN SYMBOL] /mnt/clouddir/rclone-disk-images/eur-50gb-u2204resticted-nvme-176-57-189-176.xz
dd if=/dev/sda status=progress| xz --compress -0 -T0 [GREATER THAN SYMBOL] /mnt/clouddir/rclone-disk-images/eur-50gb-kali2203-nvme-176-57-189-176.xz
To Test a VPS Disk Image
------------------------
syntax :
xz --test -T0 --verbose {Disk-Image-File}
examples :
xz --test -T0 --verbose /mnt/clouddir/rclone-disk-images/eur-50gb-zorin-nvme-176-57-189-176.xz
xz --test -T0 --verbose /mnt/clouddir/rclone-disk-images/eur-50gb-kali2203-nvme-176-57-189-176.xz
xz --test -T0 --verbose /mnt/clouddir/rclone-disk-images/eur-50gb-w2022-nvme-176-57-189-176.xz
xz --test -T0 --verbose /mnt/clouddir/rclone-disk-images/eur-50gb-u2204resticted-nvme-176-57-189-176-damaged.xz
V33 - 07 - How to Restore a VPS Disk Image
To Restore Disk Image (NOTE: ALL DATA STORED ON THE HARD DISK WILL BE LOST!!)
---------------------
syntax :
xz --decompress --stdout -T0 {Disk-Image-File} | dd of=/dev/sda status=progress
examples :
xz --decompress --stdout -T0 /mnt/clouddir/rclone-disk-images/eur-50gb-zorin-nvme-176-57-189-176.xz | dd of=/dev/sda status=progress
xz --decompress --stdout -T0 /mnt/clouddir/rclone-disk-images/eur-50gb-kali2203-nvme-176-57-189-176.xz | dd of=/dev/sda status=progress
xz --decompress --stdout -T0 /mnt/clouddir/rclone-disk-images/eur-50gb-w2022-nvme-176-57-189-176.xz | dd of=/dev/sda status=progress
xz --decompress --stdout -T0 /mnt/clouddir/rclone-disk-images/eur-50gb-u2204resticted-nvme-176-57-189-176-damaged.xz | dd of=/dev/sda status=progress

Пікірлер: 21

  • @MichaelSharpTechniSmart
    @MichaelSharpTechniSmart Жыл бұрын

    Thank you for all your research. I can only imagine how much effort you put into making sure this this.tutorial worked. I have subscribed.

  • @Junaid360Tech
    @Junaid360Tech Жыл бұрын

    informative Video Please make more video on complete VPS Backups.

  • @mindaugaskucinskas8941
    @mindaugaskucinskas8941 Жыл бұрын

    Nice stuff man :)

  • @vm123
    @vm123 Жыл бұрын

    Great Stuff, subscribed right away

  • @cloud-tech

    @cloud-tech

    Жыл бұрын

    Thanks for subbing

  • @vangog13
    @vangog136 ай бұрын

    Great video! Thank you!

  • @masszero3521
    @masszero3521 Жыл бұрын

    Thank you for this video!

  • @cloud-tech

    @cloud-tech

    Жыл бұрын

    Glad it was helpful!

  • @Servidormail
    @Servidormail5 ай бұрын

    I thought this worked as a back-up, but it actually deleted my whole VPS! Fortunately, I made a snapshot first. Just be aware!

  • @luckymancvp
    @luckymancvp Жыл бұрын

    Hi, thanks for your videos. I have question that, can image file (*.xz) can use for aws ec2 ?

  • @mindaugaskucinskas8941
    @mindaugaskucinskas8941 Жыл бұрын

    Can you create video about CLOUDFLARE security options for domains control?

  • @rfs830
    @rfs830 Жыл бұрын

    Good info. I have the info from your windows set up on contabo but looks like you took the video down. Is there a way we can get the video from you? I still have the steps for it though. Looks like you removed the link to to server2022 image. Will you be hosting that again?

  • @cloud-tech

    @cloud-tech

    Жыл бұрын

    ========================================================== ## If you are looking for a particular video try, ## 1) Channel : cloudtechlinks.com/YTChannel ## 2) then : cloudtechlinks.com/All-Videos ======================================================

  • @artshaposhnikov3721
    @artshaposhnikov37218 ай бұрын

    This stopped working with google drive and contabo VPSes. rclone can't mount the google drive. First, the contabo debian was missing the fusermount3. After installing fusermount3, it keeps saying that it is checking for changes on remote google drive for hours.

  • @juliaromina578
    @juliaromina578 Жыл бұрын

    Hi, you make great Videos. i have a question can you tell me the names of the Backgroundmusics that you are using in your videos please? Thank you

  • @blade1551431
    @blade1551431 Жыл бұрын

    where can i find a video how to install windows server free on contabo via rescue disk method sorry if my English is bad

  • @ProshopPk
    @ProshopPk Жыл бұрын

    I installed a windows 10 in my contabo watching one of your videos and it’s deleted now and I don’t remember login passwords or anything about those servers can you send me that video its very important and also can you please tell my why it’s deleted?

  • @camitaniyah8880
    @camitaniyah8880 Жыл бұрын

    why did you delete the video of Contabo, it was really helpful is there any way i can get the video?

  • @vanhung-ov8sm
    @vanhung-ov8sm Жыл бұрын

    some of your videos about Contabo have been removed or hidden, please check again

  • @alterdevi2791
    @alterdevi2791Ай бұрын

    Forget about good review about contabol services.They did not offer simple service as boot from rescue images. Second, How can I trust them that os installed are clean? Suppose I want to install so from my very iso or else. Simple you cannot. Bleah.

  • @frozen91
    @frozen91 Жыл бұрын

    Hello, do you have telegram?

Келесі