New User? Register here - Existing Users: Username: Password: [Advanced Login]

 

 

Current Poll

Your preferred Interactive shell?









( 1350 votes ~ 14 comments )

 

I backup files

Submitted by root

Tags: ,

 

Hourly  <-> 1%11 votes
Daily  <-> 27%163 votes
Weekly  <-> 12%71 votes
Monthly  <-> 8%52 votes
Before upgrades only  <-> 13%76 votes
Backups ..?  <-> 35%206 votes
Total 584 votes

Posted by Anonymous (193.237.xx.xx) on Fri 29 Jul 2005 at 21:29
It really isn't so simple as "daily", but that is close enough.

Suggests two ideas for DA.

Poll on backup tools (I use GNU tar for most backups).
(There is an interesting smb backup tool as well if you need to backup Windows boxes).

On our Windows 2003 box we've started to use the (rather badly implemented, and interfaced) snapshot mechanism for simple restores of customer files. Be interested to know if anyone is using XFS to create similar routine snapshots under Debian, assuming they have time and energy to write it up. For all it's faults the Windows shadow copy is very easy to set up on a disk.

We use to do something similar on the NetApps filer... but it grew too long in the tooth, and will be removed this time next week, along with a lot of old and messed up Windows servers.

[ Parent ]

Posted by Steve (82.41.xx.xx) on Sat 30 Jul 2005 at 14:42
[ Send Message | View Steve's Scratchpad | View Weblogs ]

I'll accept poll suggestions, but I'll need to have some idea of the available choices. I guess the obvious ones are tar, rsync, amanda .. but what else?

Personally I use tar.gz files 99% of the time, or literal copies on remote systems maintained with rsync.

I do have access to Legato for a lot of machines all backing up centrally, but that's only within the office so it doesn't cope with my personal backups.

Steve
-- Steve.org.uk

[ Parent ]

Posted by ian_s (81.144.xx.xx) on Tue 2 Aug 2005 at 12:29
[ Send Message ]
i use rar files, split into 10meg files, and emailed to my gmail account. simple but effective offsite backups

[ Parent ]

Posted by wolftales (24.20.xx.xx) on Tue 2 Aug 2005 at 19:56
[ Send Message ]
I utilize filesystem snapshots for hourly, daily and weekly snapshots.

As for archival, I use rsync for most and tar for the rest.

[ Parent ]

Posted by samb (62.252.xx.xx) on Thu 4 Aug 2005 at 08:28
[ Send Message ]
I tend to use plain tar files rather than tar.gz. If the media you're recovering from has issues for whatever reason, with a tar you can usually get at least the majority of the files back - a corrupted .tar.gz will usually allow you to recover much less data, if any.

I too tend to avoid backup programs though - tar and a simple shell script does the job for me. With SSH keys it's easy enough to send/pull backups to/from remote machines too.

Sam Bashton
Bashton Ltd - Linux Consultancy

[ Parent ]

Posted by Anonymous (132.149.xx.xx) on Tue 2 Aug 2005 at 11:16
What tools do you use to backup your system?

Is there any Debian specific solution? I mean, backup tool that only backup the list of installed .deb and modified configuration files, in order to reduce the amount of data (for personal usage).

[ Parent ]

Posted by Anonymous (213.164.xx.xx) on Tue 2 Aug 2005 at 14:09
Use rsnapshot.

[ Parent ]

Posted by Anonymous (213.216.xx.xx) on Wed 3 Aug 2005 at 12:28
pdumpfs (over nfs) for live history/backup on my own hosts and manual offsite archiving.

I've also used amanda a lot. These days it's not even so dependent on tape drives.

Then there's of course version control and other stashes of information that are kept safe and in good order depending on their importance.

I really wish the (v)fs was more flexible or plan9 would be easier to use as a backend ;)

[ Parent ]

Posted by DaveV (24.8.xx.xx) on Sat 6 Aug 2005 at 04:24
[ Send Message ]

That just takes a few cron jobs.

First, to create the list of installed packages we add to /etc/crontab:

07 1  * * * root dpkg -l > /root/.installed_packages

Second, configure rsnapshot to backup the following directories:

  • /etc/
  • /usr/local/etc
  • /root/
  • /home/
  • (and any others you want)

Third, add cron jobs for rsnapshot.

15 1 * * * root rsnapshot daily
20 1 * * 1 root rsnapshot weekly
25 1 1 * * root rsnapshot monthly

[ Parent ]

Posted by wilk (80.65.xx.xx) on Sun 7 Aug 2005 at 12:52
[ Send Message ]
I use backup2l but will look at rsnapshot...

[ Parent ]

Posted by Anonymous (213.164.xx.xx) on Wed 3 Aug 2005 at 08:46
Can we have the ability to comment on users' blogs?
Then we can suggest new polls and reply to questions.

[ Parent ]

Posted by Steve (82.41.xx.xx) on Wed 3 Aug 2005 at 12:30
[ Send Message | View Steve's Scratchpad | View Weblogs ]

blog comments have been something I've been working on for some time now. Hopefully it will arrive soon.

I need to have time to write the code and test it properly, it's a bigger job than you might think, assuming you've looked at the code.

Every new article I post, and other work I have to do, slows down the process of working on the code. But you can follow my comments on what I'm doing with the site via my weblog entries.

Right now though you can suggest polls via the create article link - or mail me direct.

Steve
-- Steve.org.uk

[ Parent ]

Posted by Anonymous (12.35.xx.xx) on Thu 4 Aug 2005 at 20:45
Wish I had been making backups more regularily. It was my personal system but I was relying on it more than Windows or anything else. Then CRUNK a disk failed. It happened to contian /, /usr, /home.. just about anything else that was pretty damned important to me at the time. Okay / not so much, but / can contain lots of your customisation work getting the system to agree with its environment.

Upon rebuilding, regular backups to a safe location are going in early. :)

[ Parent ]

 

 

Flattr

Poll Archive

View Prior Polls