luckybackup command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
luckybackup: command not found
or when using sudo you get the following error message
sudo: luckybackup: command not found
Solutions to luckybackup: command not found
How To Fix luckybackup: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu luckybackup is provided by luckybackup package.
luckybackup is:
luckyBackup is an application that backs-up and/or synchronizes any directories with the power of rsync. Its main features are: backup, safety, synchronization, exclude/only include options, allows custom rsync options, remote connections, restore and dry-run operations, scheduling, profiles and command line mode.
It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding in any data manipulation ), reliable and fully customizable.
To fix this problem, we can install more using the command below.
sudo apt-get -y install luckybackup
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install luckybackup.
sudo apt -y install luckybackup
Or if you have aptitude installed you can use the following command.
sudo aptitude install luckybackup
Summary
In this tutorial we learn how to fix luckybackup command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.