Tiny Url for this post: http://tinyurl.com/3lssf5r
Welcome, Twitter visitor! If you enjoy this post, don't hesitate to retweet!

Linux Mint 9 offers new software manager, backup tool

This item was filled under [ Linux ]

Linux Mint 9 offers new software manager, backup tool
The Linux Mint team has released the final version of Linux Mint 9 (“Isadora”), based on Ubuntu 10.04. Linux Mint 9 features a new software manager with 30,000 packages, a new backup tool, and menu and interface improvements, says the team.
Read more on Desktop Linux

Vale Java? Scala Vala palava – and Go too
Dave Megginson (who drove the development of the SAX API that will be familiar to many XML developers who use Java) recently wrote Java is dead. Java stood out as a programming language (though not as a platform) in that…
Read more on O’Reilly Media

Installing development tools with fink
Developers should take note of Fink, a collection of open source programs built for OS X. Vincent Danen explains the basics of working with Fink.
Read more on TechRepublic




Incoming search terms:

  • backup tool linux mint
Share and Enjoy:
  • printfriendly Linux Mint 9 offers new software manager, backup tool
  • digg Linux Mint 9 offers new software manager, backup tool
  • delicious Linux Mint 9 offers new software manager, backup tool
  • facebook Linux Mint 9 offers new software manager, backup tool
  • yahoobuzz Linux Mint 9 offers new software manager, backup tool
  • twitter Linux Mint 9 offers new software manager, backup tool
  • googlebookmark Linux Mint 9 offers new software manager, backup tool
  • email link Linux Mint 9 offers new software manager, backup tool
  • linkedin Linux Mint 9 offers new software manager, backup tool
  • live Linux Mint 9 offers new software manager, backup tool
  • myspace Linux Mint 9 offers new software manager, backup tool
  • pdf Linux Mint 9 offers new software manager, backup tool
  • plurk Linux Mint 9 offers new software manager, backup tool
  • slashdot Linux Mint 9 offers new software manager, backup tool
  • technorati Linux Mint 9 offers new software manager, backup tool
  • tumblr Linux Mint 9 offers new software manager, backup tool
  • hackernews Linux Mint 9 offers new software manager, backup tool
Tagged with: [ , , , , , , ]

Related Posts:

Win XP Tip, Hidden Back-Up Utility.

How extract win 7 ultimate iso image for backup from hard disk?

IDrive Online Backup Exceeds 500,000 User Base

How should I backup my users mail in ubuntu?

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
  • edman274

    Set up a cron script to copy everything in /var/mail to an external drive (be it tape, internal drive or portable drive), and set it up to do this daily.

    Webmin makes this pretty easy. You do sudo apt-get install webmin and then to get to it you go to https://server:10000 where server is the IP or hostname of whichever server it is you’re managing. From there, you would’ve entered in your username and address and then you’d navigate to the left hand pane and chosen “System – Scheduled cron Jobs”. Choose “Create a new cron job” and run through the steps. The actual command for copying the mail would be something like

    cp -r /var/mail/ /dev/sdx1

    where sdx1 is whichever drive you’re copying the mail into. You could copy it into an NFS drive, but that’s beyond the scope of this answer.

Powered by Yahoo! Answers

Page optimized by WP Minify WordPress Plugin