Categories
Backups Docker Linux Windows

Urbackup – Open Source Network Backup

I know this is a little late for world backup day, but backups are needed everyday!

Today we will be talking about Urbackup. It is a Open Source network backup solution that you can use in your home or office network. I cannot express to you all the importance of a good backup solution. Working in the IT field as a consultant and MSP provider for many years I have seen my share of Clients who neglected their backups. Let me tell you, recovering from a failure without a good backup is not cheap. Remember it the question is not IF a failure will occur it is WHEN it will occur.

What is UrBackup?

Urbackup is a Web based backup solution that can backup Windows, Linux, FreeBSD and Mac (in beta) Operating systems. You can install Urbackup Server on both Linux or Windows.

There are two types of agents that you can install, Local or Internet. Internet Agents allow your computers to be backed up over the internet, however it is slower and requires a lot more configurations and infrastructure. For the purpose of this article we will focus on local.

How does Urbackup Work?

As you can see from the above screen shot the interface is pretty easy to read. Each computer that you have an agent on will be listed in the dashboard and the status columns are color coded to let you know how your backups are looking.

Installed Local agents will allow your machine to connect to 1 (you can do more, but it requires addtional configuration) Urbackup server. Urbackup will automatically perform file and image based backups (Image based is for Windows Only).

Imaged based restores can be intitated by either converting the image to a .vhd and mounting the image to a Windows computer or as a virtual machine such as Hyper-V. You can also use the bootable recovery disk to restore your image to your hardware in the event of a hardware failure.

Urbackup also allows you to view the backups that have been taken and drill down into them to restore individual files as seen below.

Reports and Statistics are also available and will show you how much space you are using without having to log into the actual server.

How can I get Urbackup?

As I mentioned earlier Urbackup is able to be installed on Linux and Windows. It is also able to be installed in a container such as Docker and there are many NAS appliances such as Synology which you can run the container on and provide storage.

Closing

I hope you found this article helpful and if you would like to learn more about it please feel free to reach out. Also if you want to learn about a different backup solution, check out this post on Duplicati.

Please share this out ot your friends as it could helpful to others.

Categories
Docker Linux PiHole Raspberry PI

Protect Your Family from Ads and Viruses with Pi-hole

I wanted to share with you all about a tool that I have been running in my house for several years now. As you can see in the title I want to show you how you can protect your family from Ads and Viruses with Pi-hole.

What is Pi-hole?

Pi-hole is a Linux application that was originally created to run on a Raspberry Pi. The purpose of the application is to block ads for all devices on your network. You think of it as an ad-blocker that you have on your computer but for your whole house.

A few years ago I would have told you the best way to run Pi-hole would be to purchase a Raspberry Pi, but now it is next to impossible to find one new for less than double MSRP.

As this program has matured so has the installation options. Now you can install it on any version of Linux, Run it in a Docker Container.

Once the installation has been completed and you log in you will be presented with your dashboard. Obviously your dashboard will not be populated with data like my example below.

pihole dashboard

From here you can configure Pi-hole to act as your DHCP server which will allow all the devices on your network to use Pi-hole as an Ad blocker. I will go into more details about these advanced features some time soon.

What does Pi-hole do?

Pi-hole is a DNS based Ad blocker that protects your network devices from Ads. You might not think that Ads are that big of a deal, but the New York Times did a study on their own website and found that over 300 ads were being purchased by bad actors who embedded viruses and malware.

Pi-hole uses DNS to block Ads from showing up on your browser. If the browser is not able to show the Ad then malware is not able to load and therefore you are safe.

What are the downsides?

As we all know there are downsides to everything. Pi-Hole is no exception to this rule. Here are a list of the issues that I have ran into why using Pi-Hole:

  • Ads in Mobile games on your network will not work (this could annoy your family)
  • Constant Contact Links will not work.
  • Ads on web pages will not work and could result in web pages not loading correctly
  • Certain News sites will detect that you are running an ad blocker and not allow you to read the articles.
  • Ads that are blocked prevent content creators from gaining revenue from monetized ads on their site.

Closing

As with all things you will need to balance the good with the bad. If you don’t see the downsides as being doing much of a hindrance and would like to learn more. Please feel free to reach out to me for more information on how to get setup with your own Pi-hole.

I hope you found this post helpful and if so please feel free to share it around with your friends.