How To Backup On Ubuntu 4.4.2 (Amd64) With Back In Time (Amd) On Windows Xp) On A Windows Xp (Amd32) On Ubunus 2.5.2.2 On A Ubuntu



Similar documents
Ulteo Open Virtual Desktop Installation

Configuration Guide. Remote Backups How-To Guide. Overview

Lab: Data Backup and Recovery in Windows XP

Code::Blocks Student Manual

Lab - Data Backup and Recovery in Windows XP

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

5.6.2 Optional Lab: Restore Points in Windows Vista

BACKUP YOUR SENSITIVE DATA WITH BACKUP- MANAGER

THANK YOU FOR INSTALLING CARBONITE SERVER BACKUP!

MTA Course: Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.

Partek Flow Installation Guide

How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher

SonicWALL CDP Local Archiving

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU (TRUSTY TAHR)

Create!form Folder Monitor. Technical Note April 1, 2008

Changing Your Cameleon Server IP

Virtual Office Remote Installation Guide

Installation documentation for Ulteo Open Virtual Desktop

OpenGeo Suite for Linux Release 3.0

13.1 Backup virtual machines running on VMware ESXi / ESX Server

The Linux System. o Updating without touching the user's files and configurations.

Step One: Installing Rsnapshot and Configuring SSH Keys

Linux Development Environment Description Based on VirtualBox Structure

Online Backup - Installation and Setup

Installation Guide. (You can get these files from

Imprint. ecodms Version: (krusty) Manual Build Number: 20 Language: Copyright 2016: ecodms GmbH Salierallee 18a Aachen Germany

How To Set Up Dataprotect

QUANTIFY INSTALLATION GUIDE

How To Manage A System Image Backup Using Windows Environment

Getting TechWizard Version 4 Started Using Excel 2007 or Higher

INASP: Effective Network Management Workshops

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

DraganFly Guardian: API Instillation Instructions

Tips for getting started! with! Virtual Data Center!

Moving the Web Security Log Database

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

TERAcloud w w w. t e r a c l o u d. u k

Beckhoff TwinCAT. Creating Boot Projects for TwinCAT

Ascent Capture's MSDE 2000 Backup and Restore Instructions (For Ascent Capture 7.x and 6.x using the default MSDE 2000 database)

Microsoft Outlook 2007 to Mozilla Thunderbird and Novell Evolution Conversion Guide

Data Containers. User Guide

NAS 259 Protecting Your Data with Remote Sync (Rsync)

Transferring AIS to a different computer

Optional Lab: Data Backup and Recovery in Windows 7

K-Backup: Network automatic backup data to free iscsi SAN

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

How to Backup XenServer VM with VirtualIQ

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

SecureVault Online Backup Service. Quick Start Guide

Attix5 Pro Server Edition

Lab - Data Backup and Recovery in Windows 7

Remote Desktop In OpenSUSE 10.3

Rstudio Server on Amazon EC2

Backing up Microsoft Outlook For the PC Using MS Outlook 2000 Keith Roberts

USB HSPA Modem. User Manual

Acronis Backup & Recovery 10 Server for Linux. Quick Start Guide

ULTEO OPEN VIRTUAL DESKTOP UBUNTU (PRECISE PANGOLIN) SUPPORT

1. Data Domain Pre-requisites. 2. Enabling OST

How to Disable Browser Support for the SSL 3.0 Protocol

Installing and Using No Machine to connect to the Redhawk Cluster. Mac version

École des Ponts Paristech DSI. Installing OpenVPN

Backup & Restore Instructions

Installation Instructions Release Version 15.0 January 30 th, 2011

Network Shutdown Module V3 Extension of the User Manual for IBM BladeCenter architecture

Use Remote Desktop capabilities to Access your Work PC from home over VPN

Technical Support Set-up Procedure

ENABLE LOGON/LOGOFF AUDITING

Upgrading a computer to Windows 10 with PetLinx

NAS 109 Using NAS with Linux

NAS 323 Using Your NAS as a VPN Server

BackupAssist v6 quickstart guide

Using the IPMI interface

Work. MATLAB Source Control Using Git

Installing and configuring TrueConf client application for Linux

Free Dynamic DNS account you can use one of your choosing I like DynDNS but there's also No-IP and probably others.

BACKUP & RESTORE (FILE SYSTEM)

Using iscsi with BackupAssist. User Guide

JAMF Software Server Installation Guide for Linux. Version 8.6

VirtualXP Users Guide

Working with Office Applications and ProjectWise

Online Backup Client User Manual

NovaBACKUP Storage Server User Manual NovaStor / April 2013

Laptop Backup - User Guide (Windows)

GPG installation and configuration

Copy Documents from your Computer (H Drive) to a Flash Drive

Cassandra Installation over Ubuntu 1. Installing VMware player:

IMPORTING AND EXPORTING CERTIFICATES IN IE AND FIREFOX FOR BPIA AND PRACS

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0

Rapid Access Cloud: Se1ng up a Proxy Host

Stellar Phoenix Exchange Server Backup

Procedure for updating Firmware of EZ4 W or ICC50 W

1. Product Information

Cloudwords Drupal Module. Quick Start Guide

Online Backup Client User Manual Linux

Transcription:

BACKUP SERVER AIM: ABOUT : To install and configure Back in Time Backup server in Linux. Back In Time is a simple backup tool for Linux inspired from "TimeVault".The backup is done by taking snapshots of a specified set of directories.back In Time is just a GUI.The real work is done by the commands:rsync(taking snapshots and restores),diff(checks if something is changed) and cp(makes hardlinks).this server acts as a "user mode" backup system. PROCEDURE: 1.First edit /etc/apt/sources.list file sudo gedit /etc/apt/sources.list 2.Add the following line deb http://le-web.org/repository stable main 3.Save and exit the file 4.Then add the GPG key information: wget http://le-web.org/repository/le-web.key sudo apt-key add le-web.key 5.Update the source list sudo apt-get update 6.Install back in time using the following command sudo apt-get install backintime-common backintime-gnome Using Back In Time 1.Open Back In Time from Applications-->System Tools-->Back In Time

2.When it opens first time you would see the similar screenshot as below.select the location of snapshots and the scheduled time.

3.Click on Include tab and start adding the folders for backup.

4.Once you completed the selection of your files click on backup now. 5.After completing the backup you should see similar to the following screen.

6.You can view the Backup folder details. Using Back In Time

Ubuntu includes Deja Dup an integrated backup tool, but some people prefer Back In Time instead. Back In Time has several advantages over Deja Dup, including a less-opaque backup format, integrated backup file browser, and more configurability. Deja Dup still has a few advantages, notably its optional encryption and simpler interface, but Back In Time gives Deja Dup a run for its money. Installation Back In Time is available in Ubuntu s Software Center. Unlike Deja Dup, Back In Time also has a GUI that integrates with KDE. If you re using Ubuntu s default Unity desktop, install the GNOME version. Back In Time is also available in Fedora, Mandriva, and other Linux systems repositories. Backing Up Files

Back In Time installs two shortcuts Back In Time and Back In Time (root). The root version runs with root permissions, which are required to access and back up certain system files. If you re just backing up your personal files, select the Back In Time shortcut. You ll see the Settings window after you launch Back In Time. This window is more complex than Déjà Dup s, but it also offers greater configurability. For example, Back In Time lets you create different profiles with separate backup settings, a feature Deja Dup lacks.

You ll have to specify a location for your backup snapshots in the Where to save snapshots box on the General tab and a list of files or folders you want to back up on the Include tab. The other options in the Settings window are optional.

Unlike Deja Dup, Back In Time allows you to configure when your backups are automatically removed. Deja Dup only removes older backups when the storage space fills up, while Back In Time offers much finer-grained control on the Auto-remove tab.

Once you re done configuring your backups, click the OK button and use the Take snapshot button to take your first snapshot. Back In Time uses rsync as its backend, which offers incremental backups future backups will only copy changes and will complete quickly.

Restoring Files Unlike Deja Dup, which uses a Duplicity-based, opaque backup format, Back In Time uses rsync directly. Your backup snapshots are stored as files and folders on your hard disk, allowing you to browse them directly. You could perform a backup to a removable hard drive, plug it directly into Windows, and access your files without converting or extracting anything. Unfortunately, this does mean that Back In Time doesn t offer the same encrypted backup feature Deja Dup does.

Back In Time offers a graphical snapshot browser that makes it easy to browse your backup snapshots and restore individual files, while Deja Dup offers no such browser. Deja Dup s Nautilus integration allows you to restore individual files from a file browser window, but only if you know the folder they were originally contained in. There s no way to browse a snapshot without restoring the entire thing to another folder.

Back In Time is a more powerful, configurable tool with a less opaque backup format. RESULT: Thus the backup server is installed and configured successfully.