SlideShare a Scribd company logo
Storing & Restoring Data
                             General Introduction To Simpler Methods



                                            Gowtham

                                       sgowtham@mtu.edu




                                                                       2008.09.04
Tuesday, February 24, 2009
Care?
                     Shoul
                      why


                             Be Paranoid?

                        dI
                   Worry?
            What’s the worst that can happen ?
Tuesday, February 24, 2009
Hard Drive WILL                      Shortage of Time
   NOT live
                                          Schedule

                             YE
    forever
                                          Conflicts
                                               Loss of
      Power                                  Time Wall
      Outage
                                      because CPU
           Stealth             Hardware Failure




                              S
                             Virus Attacks
                                             ACCIDENTS
Hackers
                                        friday 5 pm syndrome
           Natural Disasters
Tuesday, February 24, 2009
Backup Solutions
         Floppy, CD, Flash Drives, DVD
              Economical & Portable
                                         Quality HDs
              Easy to loose / corrupt
                                         ~$0.20 / GB
         Tape Backup
                                         Seagate
              Not all of us can afford
                                         Western Digital
                                         Maxtor
         Online Storage
              Costs (a lot of) $$
                                         Enclosure: ~$20
              Data Peepers
                                         External Drives with
         In-House Methods                Push Button
                                         Backup Solutions
              Takes some effort
              FREE (almost)
Tuesday, February 24, 2009
WHAT, WHERE and WHEN


    FAILING TO
       PLAN
         IS

   PLANNING TO
       FAIL
Tuesday, February 24, 2009
WHAT, WHERE and WHEN
                                                     bin
           /home/$USER
                                                     doc
              Usually contains most of user’s data
                                                     lib
                                                     src
           /usr/local and /opt
                                                     tmp
              Locally installed/compiled programs
                                                     research
                                                     .files
           /var                                      .folders
              Websites
              Mail


         Databases
              MySQL
              PostgreSQL

Tuesday, February 24, 2009
WHAT, WHERE and WHEN
         A Reliable Destination
              Not too old of a machine
              Enough free space
              Preferably same version of OS

                                                How many
                                              copies should
                                                one keep?



Tuesday, February 24, 2009
How
    Secure Copy

    mkdir -p /home/$USER/research/rama
    cd /home/$USER/research/rama
    scp -r rama.phy.mtu.edu:/home/$USER/research/ .


                             What if the source
                              grows by few GB
                              every day & the
                             network is slower?

Tuesday, February 24, 2009
How
    rsync over ssh

    rsync -ave ssh -H rama:/home/$USER/research/ 
     /home/$USER/research/rama/



                             Trailing slashes are
                                    crucial!
                             Can SSH not prompt
                                for password?

Tuesday, February 24, 2009
SSH With No Password
    ssh-keygen -t rsa -b 1024

    scp .ssh/id_rsa.pub rama:id_rsa_ganesh.pub

    ssh $USER@rama

    cat id_ssh_ganesh.pub >> .ssh/authorized_keys


                             SOURCE will NOT ask for
                                 password when
                             connecting from CLIENT
                               ssh, scp, rsync+ssh
Tuesday, February 24, 2009
Backing Up At Odd Hours
       # cron job listing - save this file as
       # /home/$USER/bin/cron_jobs
       #
       # Submit to cron via the command
       # crontab /home/$USER/bin/cron_jobs
       #
       09 02 * * * /home/$USER/bin/rama_backup.sh > /dev/null



                             Command

                             Day of the Week (00-06; 0 = Sunday)

                             Month (01-12)

                             Day of the Month (01-31)

                             Hour (0-23)

                             Minute (0-59)
Tuesday, February 24, 2009
BackupPC
         Open source project
         Good Documentation and Support
         Very elegant and effective
         Clients machines can have any operating system
         Works equally well for desktops and laptops
         Sends emails when a client is not backed up
         Requires a working installation of Apache, PHP, PERL




Tuesday, February 24, 2009
BackupPC



                                                                  Open Source
                                                                  Apache, PERL
                                                                  GUI (TUI)

                                                                  Flexible Scheduling
                                                                  Add / remove clients
                                                                  Linux, Mac, Win
                                                                  Email Alerts
                                                                  Effective Disk Usage
           http://sgowtham.net/blog/archives/
                                                                  Initiate backups
               Search for ‘BackupPC’                              Restore files/folders
               Steps to configure Red Hat Enterprise Linux as server
Tuesday, February 24, 2009
Acknowledgments
         Dr. Ravi Pandey

         Center for Experimental Computation @ MTU

         Tim Obermann

         Linux Users’ Group @ MTU




Tuesday, February 24, 2009

More Related Content

Similar to Back Up 101

Linux Performance Analysis and Tools
Linux Performance Analysis and ToolsLinux Performance Analysis and Tools
Linux Performance Analysis and ToolsBrendan Gregg
 
ACN South Florida Chapter Meeting 37 Preso
ACN South Florida Chapter Meeting 37 PresoACN South Florida Chapter Meeting 37 Preso
ACN South Florida Chapter Meeting 37 Presojsazout
 
Protecting TYPO3 With Suhosin And Modsecurity
Protecting TYPO3 With Suhosin And ModsecurityProtecting TYPO3 With Suhosin And Modsecurity
Protecting TYPO3 With Suhosin And ModsecurityXavier Perseguers
 
intl me this, intl me that
intl me this, intl me thatintl me this, intl me that
intl me this, intl me thatAndrei Zmievski
 
Using filesystem capabilities with rsync
Using filesystem capabilities with rsyncUsing filesystem capabilities with rsync
Using filesystem capabilities with rsyncHazel Smith
 
Writing malware while the blue team is staring at you
Writing malware while the blue team is staring at youWriting malware while the blue team is staring at you
Writing malware while the blue team is staring at youRob Fuller
 
Farms, Fabrics and Clouds
Farms, Fabrics and CloudsFarms, Fabrics and Clouds
Farms, Fabrics and CloudsSteve Loughran
 
Advanced Level Training on Koha / TLS (ToT)
Advanced Level Training on Koha / TLS (ToT)Advanced Level Training on Koha / TLS (ToT)
Advanced Level Training on Koha / TLS (ToT)Ata Rehman
 
Tech comm presentation 2014 01-16
Tech comm presentation 2014 01-16Tech comm presentation 2014 01-16
Tech comm presentation 2014 01-16Ken Tucker
 
Online backup with netwise hosting
Online backup with netwise hostingOnline backup with netwise hosting
Online backup with netwise hostingNetwise Hosting
 
Accelerate Your Rails Site with Automatic Generation-Based Action Caching
Accelerate Your Rails Site with Automatic Generation-Based Action CachingAccelerate Your Rails Site with Automatic Generation-Based Action Caching
Accelerate Your Rails Site with Automatic Generation-Based Action Cachingelliando dias
 
Cloudify - Scalability On Demand
Cloudify - Scalability On DemandCloudify - Scalability On Demand
Cloudify - Scalability On DemandFederico Feroldi
 
Computer_Troubleshooting.ppt
Computer_Troubleshooting.pptComputer_Troubleshooting.ppt
Computer_Troubleshooting.pptneil448324
 
App cap2956v2-121001194956-phpapp01 (1)
App cap2956v2-121001194956-phpapp01 (1)App cap2956v2-121001194956-phpapp01 (1)
App cap2956v2-121001194956-phpapp01 (1)outstanding59
 

Similar to Back Up 101 (20)

Performance Strategies
Performance StrategiesPerformance Strategies
Performance Strategies
 
Linux Performance Analysis and Tools
Linux Performance Analysis and ToolsLinux Performance Analysis and Tools
Linux Performance Analysis and Tools
 
ACN South Florida Chapter Meeting 37 Preso
ACN South Florida Chapter Meeting 37 PresoACN South Florida Chapter Meeting 37 Preso
ACN South Florida Chapter Meeting 37 Preso
 
Protecting TYPO3 With Suhosin And Modsecurity
Protecting TYPO3 With Suhosin And ModsecurityProtecting TYPO3 With Suhosin And Modsecurity
Protecting TYPO3 With Suhosin And Modsecurity
 
intl me this, intl me that
intl me this, intl me thatintl me this, intl me that
intl me this, intl me that
 
Succor's MyMedCloud& MyMedBackup
Succor's MyMedCloud& MyMedBackupSuccor's MyMedCloud& MyMedBackup
Succor's MyMedCloud& MyMedBackup
 
Using filesystem capabilities with rsync
Using filesystem capabilities with rsyncUsing filesystem capabilities with rsync
Using filesystem capabilities with rsync
 
Writing malware while the blue team is staring at you
Writing malware while the blue team is staring at youWriting malware while the blue team is staring at you
Writing malware while the blue team is staring at you
 
Epidemic Failures
Epidemic FailuresEpidemic Failures
Epidemic Failures
 
Farms, Fabrics and Clouds
Farms, Fabrics and CloudsFarms, Fabrics and Clouds
Farms, Fabrics and Clouds
 
Advanced Level Training on Koha / TLS (ToT)
Advanced Level Training on Koha / TLS (ToT)Advanced Level Training on Koha / TLS (ToT)
Advanced Level Training on Koha / TLS (ToT)
 
Debian on EC2
Debian on EC2Debian on EC2
Debian on EC2
 
Tech comm presentation 2014 01-16
Tech comm presentation 2014 01-16Tech comm presentation 2014 01-16
Tech comm presentation 2014 01-16
 
Online backup with netwise hosting
Online backup with netwise hostingOnline backup with netwise hosting
Online backup with netwise hosting
 
Accelerate Your Rails Site with Automatic Generation-Based Action Caching
Accelerate Your Rails Site with Automatic Generation-Based Action CachingAccelerate Your Rails Site with Automatic Generation-Based Action Caching
Accelerate Your Rails Site with Automatic Generation-Based Action Caching
 
MySQL Sandbox 3
MySQL Sandbox 3MySQL Sandbox 3
MySQL Sandbox 3
 
How to compile a kernel suse 2
How to compile a kernel   suse 2How to compile a kernel   suse 2
How to compile a kernel suse 2
 
Cloudify - Scalability On Demand
Cloudify - Scalability On DemandCloudify - Scalability On Demand
Cloudify - Scalability On Demand
 
Computer_Troubleshooting.ppt
Computer_Troubleshooting.pptComputer_Troubleshooting.ppt
Computer_Troubleshooting.ppt
 
App cap2956v2-121001194956-phpapp01 (1)
App cap2956v2-121001194956-phpapp01 (1)App cap2956v2-121001194956-phpapp01 (1)
App cap2956v2-121001194956-phpapp01 (1)
 

Recently uploaded

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Product School
 
Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfChristopherTHyatt
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2DianaGray10
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfCheryl Hung
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersSafe Software
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Tobias Schneck
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyJohn Staveley
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlPeter Udo Diehl
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCzechDreamin
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀DianaGray10
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Product School
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekCzechDreamin
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Alison B. Lowndes
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeCzechDreamin
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...Product School
 

Recently uploaded (20)

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 

Back Up 101

  • 1. Storing & Restoring Data General Introduction To Simpler Methods Gowtham sgowtham@mtu.edu 2008.09.04 Tuesday, February 24, 2009
  • 2. Care? Shoul why Be Paranoid? dI Worry? What’s the worst that can happen ? Tuesday, February 24, 2009
  • 3. Hard Drive WILL Shortage of Time NOT live Schedule YE forever Conflicts Loss of Power Time Wall Outage because CPU Stealth Hardware Failure S Virus Attacks ACCIDENTS Hackers friday 5 pm syndrome Natural Disasters Tuesday, February 24, 2009
  • 4. Backup Solutions Floppy, CD, Flash Drives, DVD Economical & Portable Quality HDs Easy to loose / corrupt ~$0.20 / GB Tape Backup Seagate Not all of us can afford Western Digital Maxtor Online Storage Costs (a lot of) $$ Enclosure: ~$20 Data Peepers External Drives with In-House Methods Push Button Backup Solutions Takes some effort FREE (almost) Tuesday, February 24, 2009
  • 5. WHAT, WHERE and WHEN FAILING TO PLAN IS PLANNING TO FAIL Tuesday, February 24, 2009
  • 6. WHAT, WHERE and WHEN bin /home/$USER doc Usually contains most of user’s data lib src /usr/local and /opt tmp Locally installed/compiled programs research .files /var .folders Websites Mail Databases MySQL PostgreSQL Tuesday, February 24, 2009
  • 7. WHAT, WHERE and WHEN A Reliable Destination Not too old of a machine Enough free space Preferably same version of OS How many copies should one keep? Tuesday, February 24, 2009
  • 8. How Secure Copy mkdir -p /home/$USER/research/rama cd /home/$USER/research/rama scp -r rama.phy.mtu.edu:/home/$USER/research/ . What if the source grows by few GB every day & the network is slower? Tuesday, February 24, 2009
  • 9. How rsync over ssh rsync -ave ssh -H rama:/home/$USER/research/ /home/$USER/research/rama/ Trailing slashes are crucial! Can SSH not prompt for password? Tuesday, February 24, 2009
  • 10. SSH With No Password ssh-keygen -t rsa -b 1024 scp .ssh/id_rsa.pub rama:id_rsa_ganesh.pub ssh $USER@rama cat id_ssh_ganesh.pub >> .ssh/authorized_keys SOURCE will NOT ask for password when connecting from CLIENT ssh, scp, rsync+ssh Tuesday, February 24, 2009
  • 11. Backing Up At Odd Hours # cron job listing - save this file as # /home/$USER/bin/cron_jobs # # Submit to cron via the command # crontab /home/$USER/bin/cron_jobs # 09 02 * * * /home/$USER/bin/rama_backup.sh > /dev/null Command Day of the Week (00-06; 0 = Sunday) Month (01-12) Day of the Month (01-31) Hour (0-23) Minute (0-59) Tuesday, February 24, 2009
  • 12. BackupPC Open source project Good Documentation and Support Very elegant and effective Clients machines can have any operating system Works equally well for desktops and laptops Sends emails when a client is not backed up Requires a working installation of Apache, PHP, PERL Tuesday, February 24, 2009
  • 13. BackupPC Open Source Apache, PERL GUI (TUI) Flexible Scheduling Add / remove clients Linux, Mac, Win Email Alerts Effective Disk Usage http://sgowtham.net/blog/archives/ Initiate backups Search for ‘BackupPC’ Restore files/folders Steps to configure Red Hat Enterprise Linux as server Tuesday, February 24, 2009
  • 14. Acknowledgments Dr. Ravi Pandey Center for Experimental Computation @ MTU Tim Obermann Linux Users’ Group @ MTU Tuesday, February 24, 2009

Editor's Notes