How to Use UrBackup For Efficient Backups on Ubuntu

by Lenny Zulauf
17 minutes read

How to Use UrBackup For Efficient Backups on Ubuntu

Facility Pic Urbackup

As a gizmo manager, are you consistently peeking for a promising fallback family members that enables you to recommend up your aggravatingly pertinent information to bagged over any unplanned gizmo collision or information loss? Try UrBackup, an open-resource customer/internet server fallback gizmo that guarantees your aggravatingly pertinent documents and also images are tightly endorsed up on a internet server donning rapid renovation capacities, issuing tranquility of mind against information loss.

This fast message will manifest you how to enclosure an UrBackup internet server along donning Abode windows and also Linux targets for optimally stabilize up your information.

Web content
  • Why Utilise UrBackup
  • Installing UrBackup Server on Ubuntu
  • Accessing UrBackup Server Web Interface
  • Making an Admin Borrower on the UrBackup Server
  • Incorporating a New Ago-up Consumer in UrBackup
  • Erecting Consumer Ago-ups on UrBackup
  • Configure Linux Consumer
  • Configure Abode windows Consumer
  • Try Unalike other Ago-up Implementations for Linux

Why Utilise UrBackup

UrBackup is an superb accord for recommend-ups since it’s open-resource and also recommendations both incremental and also complete recommend-ups of documents and also images throughout Abode windows and also Linux lookouts. It goes beyond unexceptional community fallback software agenda since your aggravatingly pertinent information is preserved on a integrated internet server, guaranteing you wear’t lose your information in the wreck of a gizmo destruction to the machine.

UrBackup just as bargains the obeying amenities that make it stand out:

  • Simplified arrangement
  • Cost-free software agenda
  • Speedy renovation
  • Rebuttal amenities
  • Borrower supervising
  • Information deduplication and also compression
  • Invariant recommend-ups while the gizmo is in make swipe advantage of of
  • Complete and also incremental image and also record recommend-ups
  • Correction of fallback manifestations and also retention technicalities
  • Centralized supervising of numerous targets donning the internet interface

Installing UrBackup Server on Ubuntu

Before you start any installation, it’s prescribed to modernize your gizmo’s strategy index to make certain it’s up-to-day:

sudo apt update -y
modernize your gizmo's strategy index

Mount the valuable dependencies of the UrBackup internet server on Ubuntu:

sudo apt install curl gnupg2 software-properties-common -y
Mount dependencies for UrBackup internet server in your gizmo.

Add the UrBackup PPA file source to the list of gizmo databases:

sudo add-apt-repository ppa:uroni/urbackup
Add UrBackup internet server PPA File source in Ubuntu

Ultimately, you can enclosure the UrBackup internet server on your Ubuntu donning the obeying command:

sudo apt update -y && sudo apt install urbackup-server -y
Installation of Urbackup Server in Ubuntu

Throughout the installation process, you’ll appointment a expeditious rendering inquiries about the fallback path. Listed below, you can offer a desired path or vacate it as default. Once done, pick the OK accord:

Configure path in which fallback information will be preserved.

You’ve correctly rated the UrBackup internet server in your Ubuntu gizmo. To inspect if it’s vivid and also sprinting:

sudo systemctl status urbackupsrv
vivid and also sprinting prestige Of Urbackup internet server enterprises

In shuck it’s not vivid, you can sprinted the systemctl start command to make certain your UrBackup internet server enterprises is vivid. In addition, you can just as make swipe advantage of of the systemctl enable command to overture the UrBackup internet server enterprises subconsciously at gizmo boot:

sudo systemctl start urbackupsrv<br>sudo systemctl enable urbackupsrv
sprinted systemctll overture and also enable commands to overture the internet server enterprises subconsciously after reboot.

Accessing UrBackup Server Web Interface

Next, you can access the Urbackup internet server internet interface donning FastCGI (port 55413) and also HTTP (port 55414) by default. To inspect if both these deportments are listening, you can sprinted the commands asserted below:

ss -abon | grep 55414 ss -abon | grep 55413

Presently, open your favored internet internet browser and also either kind http://localhost:55414 or http://:55414 to access your UrBackup internet server:

Tab: Ensure you readjust the IP address donning your Ubuntu’s IP. If you wear’t realize your IP address, sprinted the hostname -I command.

Schedule UrBackup Server Wearing Web interface by typing your http://<your_IP>:55414 in the internet internet browser” prestige=”wp-image-745686 lazyload”   src=Making an Admin Borrower on the UrBackup Server

You have to incarnation an admin account for the UrBackup internet server internet interface. Or else, any individual can access with one voice recommend-ups donning the internet interface.

In the UrBackup Server internet interface, attend Placements -> Individuals and also click on the Invent consumer button.

In the internet interface, attend Placements > Individuals and also click on the Invent Borrower accord.” prestige=”wp-image-745688 lazyload”   src=offer admin password and also click on Invent button to incarnation admin account.

Presently, you have to offer this password for accessing your internet server’s internet interface as an admin. No one else can access this internet interface besides an admin. You can just as incarnation numerous other individuals donning polymorphous rights to grant them internet interface access.

Incorporating a New Ago-up Consumer in UrBackup

Presently, you criterion to incorporate fallback targets whose documents and also images will be endorsed up on the UrBackup internet server.

To incarnation a sizeable fallback customer to the UrBackup internet server, head to the Stomaching tab and also click on the Add sizeable customer button:

Click on the Stomaching > Add sizeable customer button to incorporate a Urbackup Consumer.” prestige=”wp-image-745690 lazyload”   src=incorporate sizeable Consumer's moniker and also IP address and also press Add customer button.

You’ll appointment the Consumer encompassed correctly post along donning some numerous other niceties under it noted putting up Abode windows or Linux targets:

Successful invention of Linux Consumer along donning its setup niceties under it

Even more, I’ll just as incarnation a Abode windows customer so that we can demonstrate the setup of both Abode windows and also Linux targets. You can incarnation numerous targets as per your needs.

Side Tab: For objection, the moniker for my Abode windows customer is Abode windows-customer and also the Linux customer is neem-customer.

Erecting Consumer Ago-ups on UrBackup

Let’s learn how you can configure Linux and also Abode windows UrBackup targets.

Configure Linux Consumer

For the Linux customer, you can either download preconfigured customer installer for Linux and also enclosure it on the customer tools. Alternatively, you can totally photocopy the installation command launched under the customer encompassed correctly post and also implement it in your customer’s terminal. For instance, in my shuck, it’s the obeying command:

TF= `mktemp && wget "http://192.168.15.129:55414/x?a=download_client&lang=en& clientid=1&authkey=q8Y3FYBpd5&os=linux" -0 $TF && sudo sh $TF; rm -f $TF

Throughout the UrBackup customer installation on your Ubuntu tools, you’ll recover a expeditious rendering inquiries you to pick a snapshot gizmo. Enter a digit (1-5) depending on your desired snapshot strategy and also press Enter:

glean in accord to configure snapshot gizmo of UrBackup Consumer while Installing

After the installation of the UrBackup customer, you can authenticate its prestige making make swipe advantage of of of the systemctl status command:

sudo systemctl status urbackupclientbackend
Result of the systemctl prestige command, which reflects the vivid and also sprinting insurance claim of the UrBackup Ubuntu Consumer enterprises.

Ultimately, configure the fallback directory site of your UrBackup customer by sprinting the obeying command:

/usr/local/bin/urbackupclientctl -x -f -d /home/maketecheasier/imp-date

Tab: Really feel exhaust to configure the directory site as per your taste.

Presently, you can attend your UrBackup internet server and also monitor this customer’s fallback prestige donning the internet interface.

Configure Abode windows Consumer

To configure a Abode windows customer, initially you have to incarnation its customer as asserted looming in the UrBackup internet server. After that, download preconfigured customer installer for Abode windows to the Abode windows customer.

Consumer encompassed correctly post of Urbackup Abode windows Consumer

Next, dual-click on the UrBackup Consumer Arrangement to enclosure it. It’ll open the installer. Click on the Next button:

Press Next accord in the UrBackup Consumer arrangement welcome filter.

Adhere to the filter instructions and also enclosure your UrBackup customer. After the installation, you’ll recover a window rendering inquiries what you pine to recommend up. Configure it as per your preferring and also click on the Coating button:

you criterion to pick Documents As well as Volumes selections for the Abode windows customer fallback and also after that press Coating button.

Head recommend to the internet server’s internet interface to appointment the customer’s current prestige:

Urbackup Abode windows Consumer prestige is Yes and also the Last image fallback is in progress.

You’ve now correctly enclosure the UrBackup internet server and also targets. Really feel exhaust to locate its internet interface to learn numerous other obtainable selections.

Try Unalike other Ago-up Implementations for Linux

If you wear’t like UrBackup, you can make swipe advantage of of numerous other fallback entreaties for Linux, compeling Rsync, Timeshift, SparkleShare, Syncthing, and also rclone. Even more, for your Abode windows tools, you can just as make swipe advantage of of polymorphous fallback tools, compeling its default Abode windows Document Recovery gizmo.

Pic economic debts: Nimrach Chaudhry. All modifications and also screenshots by Nimrah Chaudhry.

Related Posts