I've never had an Oracle Cloud server. However, I do image backups of the server once a month, then test them in a VM, After hearing so much about Borg, I finally pulled the trigger and ran it from the cli for a while. Then I deployed Borg UI, and that's pretty amazing. I used to use Duplicati, but while Duplicati seems great at making backups, it's not so keen about doing restores. At least, that's my experience.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I've done similar things with ssh pipe tunneling and dd ala:
,,, dd if=/dev/sda | ssh user@host "dd of=/some/other/file/or/disk" ,,,
Should really do it while the root is ro, but in a pinch this will mostly be ok on a quiet machine.
You might be able to run rsync afterwards to spot check if you are paranoid.
If you didn't need block level I would have suggested just using rsync or rclone.
Way over my head for filthy casual like me, but I get the gist.
I also have OCI instance (it just run wireguard), so what is the proper way of doing this?
I only use this really to get a free public ipv4. (Since not all clients support ipv6 only) Is there any other free/better way to get an ipv4?
nfs over the internet is usually bad idea. Network delays is killer for NFS. You can use ssh instead. And add some mbuff for better results.
I'm completely with you regarding ssh/scp
But I don't know what you mean with mbuff (guess, memory buffer?)
Haven't found anything with a quick search, but as I often need ssh/scp to work through customer VPNs, everything that makes that faster or more stable is a very welcomed thing :-)
What changes are they making to always free?
Yeah that's a reasonable way to take a backup. I mean I would have recommended an actual backup tool, but dd is perfectly good. Especially since you zeroed as much as you can, since you didn't have a tool skipping unused blocks.
But the Wi-Fi bit was pretty gross, yeah. Fine to test but never ever for something I actually wanted to use.