Saturday, May 17.

Header Ads

BackupPC Installation

Download and Install Ubuntu server

https://www.ubuntu.com/download/server/thank-you?version=18.04&architecture=amd64

First you need to check system time 


#date 
If it is not correct set the correct time 
# sudo date --set ="2017-07-31 15:30:00"


Then check Hardware time ,


sudo hwclock --show


If it is wrong then merge current system time to hardware time
#sudo hwclock --systohc

Then check Physical or Virtual machines bios time and time zone


Restart PC or VM and enter to BIOS and change appropriate setup


Then check Linux  OS time zone 


#sudo dpkg-reconfigure tzdata
Choose correct time zone



After Check internet connection is working and configure a static IP.


Then download and install backuppc


apt-get install backuppc

Select Apache

Select_apache

Next screen you will get a temporary password with Web access URL for =example http://192.168.1.100/backuppc
Username: backuppc
Password: Some random password

After Finish installation,
Change backuppc temporary complex password to your own password
Change_Password

# htpasswd /etc/backuppc/htpasswd backuppc

 Then access the link by any browser and type username and password.If for any reasons, the web page does not show up but it asks you to download a file that contains garbage characters in it (most probably happens in Ubuntu ), you need to perform the followings to fix it:

rm /etc/apache2/conf-enabled/backuppc.conf
sudo ln /etc/backuppc/apache.conf /etc/apache2/conf-enabled/backuppc.conf
service apache2 restart

Then try again. When prompted for a credentials, use backuppc as the user name and the password you changed earlier.

After Succesfully configure you will get below console ,

backuppc


Configure or schedule Backup 

For Windows PC Files,

Continue..............



No comments

Post Top Ad

Post Bottom Ad