Google Anlytics shows that average time a visitor spends on our site is: 12min. 23sec. Think about how Your Ad would look like here.
11/01/2007 Relevance: 9.30Everyone knows they should make regular backups of their data. But hardly anyone is as diligent with backups as they should be. So in this two-part series we're going to learn some nice simple methods for making regular backups on single PCs or small networks. Part 1 covers external backup media, and bendingudev to your will so that your backup devices will have persistent names.Search further
11/15/2007 Relevance: 9.19Today we're going to create menu icons for launching our backups whenever we darned well feel like it, set up a simple network backup scheme, and create automatic scheduled backups.Search further
11/19/2008 Relevance: 8.71All the time you hear the constant nagging"Backups! Backups! Always have good current backups!" But this is often easier said than done, especially in the world of expensive, restrictive, overly-complex proprietary backup applications. But, as usual, Free software takes a sensible, user-friendly approach to backups and recovery. Deann Corum shows us how to get started with Bacula, the powerful backup and recovery application that supports both tape and disk storage.Search further
04/13/2008 Relevance: 7.90This document describes how to set up and configure rsyncbackup on Debian Etch. Rsyncbackup is a Perl script that cooperates with rsync. It is easy to configure and able to create scheduled backups (partial and incremental backups).Search further
01/28/2007 Relevance: 7.80This tutorial shows how you can back up Linux and Windows systems with BackupPC. BackupPC acts as a server and is installed on a Linux system, and from there it can connect to all Linux and Windows systems in your local network to back them up and restore them without interfering with the user's work on that system. On the clients minimal to no configuration is needed. BackupPC supports full and incremental backups, and it comes with a neat web frontend for the administrator and normal user so that backups and recoveries can be managed through a web browser. It should be noted, however, that BackupPC does file-based backups, not bit-wise backups like Ghost4Linux, for example, so it is not made for disk/partition imaging.Search further
02/10/2008 Relevance: 7.65File backups are a key element for every user and on every computer. Whether it be an office setting or a home desktop machine, backups are essential - your hard drive will fail at some point; you will need a backup, and you'll be kicking yourself if you learn this lesson the hard way. Linux users have usually resorted to CRON and Rsync to manage their backups - until now. TimeVault finally offers a complete, easy-to-use, intuitive backup system for Linux.Search further
12/19/2007 Relevance: 7.17When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and ftplicity to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c't) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).Search further
09/28/2006 Relevance: 6.91This guide describes how to back up and recover your MySQL databases with mysql-zrm on a Debian Sarge system. mysql-zrm is short for Zmanda Recovery Manager for MySQL, it is a new tool that lets you create full logical or raw backups of your databases (regardless of your storage engine and MySQL configuration), generate reports about the backups, verify the integrity of the backups, and recover your databases. It can also send email notifcations about the backup status, and you can implement multiple backup policies (based on your applications and based on time (e.g. daily, weekly, etc.)).Search further
02/28/2008 Relevance: 6.89This document describes how to set up, configure and use Fwbackups on a Fedora 8 desktop. The result is an easy-to-use backup system for desktop usage. Fwbackups creates partial backups which can be stored locally or on a removable device. You have also the option to run scheduled backups.Search further
12/26/2008 Relevance: 6.80Iâve been using Jungle Disk to do offsite backups of my data. Jungle Disk uses Amazonâs cheap online storage service, Amazon S3, to host backups. (15 cents a gig!) I donât like Jungle Disk because itâs not open source and because the app is a little clunky, at least on Linux. I recently found that s3cmd could do an rsync-like sync of a directory. Thatâs cool, but it doesnât do encrypted backups like Jungle Disk did. In this post, Iâll demonstrate how to make an encrypted backup of locally unencrypted data using EncFS, Amazon S3, and s3cmd.Search further