How to install SBackup on Ubuntu

Sbackup is a basic GUI backup program designed for desktop use, with a full set of features. It allows you to backup selected files and directories, define the file size limit, use regular expressions to exclude files and folders, and much more.
sBackup Logo

Features:

  • It creates both compressed and uncompressed backups.
  • It can split uncompressed backups into multiple parts.
  • It has very useful options such as email notification.
  • It supports scheduled backups and manual backups.
  • It can backup files either to local destinations or remote destinations.
  • Let’s see how to install and configure SBackup for creating a backup and restore solution for an Ubuntu machine.

    Step #1: Install SBackup

    Run the following command to install SBackup on your Ubuntu machine:

    # apt-cache search sbackup
    

    Output:

    rsbackup - rsync-based backup utility
    sbackup - Simple Backup Suite for desktop use (core functionality)
    sbackup-gtk - Simple Backup Suite GTK+ graphical user interface
    sbackup-plugins-fuse - Simple Backup Suite FUSE plugins
    
    # sudo apt-get install sbackup
    

    Step #2: Run SBackup

    Run the following command to run SBackup on your Ubuntu machine:

    # sbackup-config-gtk
    

    Step #3: Backing up using SBackup

    At first launch, Sbackup will notify you to create a new backup profile.
    sbackup
    The main interface of SBackup will shown as below.
    sbackup_1

    Create New profile:
    By default sbackup comes with a profiles called “Default profile”, you can edit this profile and changes the values accordingly. But you cannot delete this profile.
    Go to Tools -> Profile Manager
    New_Profile
    Click on Add -> Give a name to your profile.
    New_Profile_2

    New_Profile_1

    Now, you should see the new profile.
    sBackup_New_profile

    General Section:
    By default SBackup will do full backup at regular intervals. At that point you can define the compression format for your backup file.
    sbackup_1

    Include Section:
    Here you can include the list of files or directories that you want to include in your backup.
    sbackup_2

    Exclude Section:
    Here you can exclude the list of files or directories that you don’t want to include in your backup.

  • Paths: Here you can specifically add files or directories that needs to be excluded from the backup.
    sbackup_3

  • File types: Here you can specify the types of files that needs to be excluded from the backup.
    sBackup_10

  • Regular expressions: You can also exclude files base don regular expression.
    sbackup_11

  • Others: Here you can specify to exclude files that are bigger than a specific size.
    sbackup_12
  • Destination Section:
    you can indicate the destination area where the backup should be put away. You can store your backup either on your local machine, or on a remote server using ssh.
    sbackup_4

    Schedule Section:
    Now you can select “Time” option here you can schedule when do you want to run your backup.
    sbackup_5

    Purging Section:
    Next choice is “Purging” here you can choose old backups and you set the no.of days you need to purge
    sbackup_6

    Report Section:
    In the event that you need the report to be consequently sent to you whenever the backup job keeps running from the background, you have to indicate your mail server information as shown as follows.
    sbackup_7

    Step #4: Save Options and Take backup

    Now, it’s time to save the configuration and make sample backup.
    sbackup_Save

    Enjoy it!

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

    The reCAPTCHA verification period has expired. Please reload the page.