Re: Backing up programs
From: Dany (dany_list_at_natzo.com)
Date: 12/31/03
- Previous message: jan.muenther_at_nruns.com: "Re: Soekris machines"
- In reply to: Francisco Reyes: "Backing up programs"
- Next in thread: Francisco Reyes: "Re: Backing up programs"
- Reply: Francisco Reyes: "Re: Backing up programs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Dec 2003 13:24:07 -0500 To: Francisco Reyes <lists@natserv.com>
On my file server I have 2 drives. I looked at RAID but it doesn't help
solving the major issue ... me, user removing files that are not
supposed to be removed so incremental backup is a plus.
On the first one there is the linux system (sorry... I promise I will
switch to fbsd) as well as data (2 directories) :
DISK 1
/
OS
current
|
|---- user 1 current <---> UNISON with laptop/desktop...
backup
|
|----- user 1 backup <---- RSYNC-BACKUP of "user 1 current",
incremental backup
DISK 2
/
backup
|
| ---- linux backup <----- RSYNC of the file system from
the first drive excluding data
| ----- user 1 backup (2) <----- RSYNC of the user 1 backup
directory (already incremental in the first place)
I use 3 different programs :
- Unison : 2-way synchronization using rsync/ssh, multi platform
graphical interface. I can have the same files on my file server, laptop
running win2k as well as my desktop running Linux/BSD. Very convenient
especially with laptops when you can't be connected all the time.Very
fast too (only transmit diffs)
- rsync : typical rsync that will mirror the source to the destination
- rsync-backup : it's based on rsync but you get the advantage of
incremental backups so you can restore from a specific date. You can
also purge the backup by removing old stuff.
A couple of cron jobs take care of the different backups at night.
I don't know if that answers to your question but I thought that could
give you some ideas.
Dany
Francisco Reyes wrote:
>With every HD problem I loose less and less data. On my last episode I
>lost only the current day's worth of data (backup at night). However I
>realised that I also need to backup programs installed on the machine. It
>takes a long time to rebuild all packages (I had a list of ports I had
>installed).
>
>How do others backup their programs?
>I am undecided between trying to backup the entire /usr/local and making
>packages of my critical ports and burning that to CDs.
>
>I also took care of all system files, but I realized that backing up all
>of /etc wasn't so helpfull if I didn't know which files I used. I also, as
>of last crash, am going to backup /usr/src since restoring all of /etc
>only makes sense with matching sources.
>
>The one thing I have against trying to backup all of /usr/local is that
>something like PostgreSQL may cause the backup problems whereas the
>package solution will be a one time deal and will not affect production.
>
>The other thing I learnt that needs to be backed up is the /usr/ports
>directory.
>
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: jan.muenther_at_nruns.com: "Re: Soekris machines"
- In reply to: Francisco Reyes: "Backing up programs"
- Next in thread: Francisco Reyes: "Re: Backing up programs"
- Reply: Francisco Reyes: "Re: Backing up programs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: directories to exclude for backups
... > Basically the two drives share the same organization (ad0 for the first one, ...
> Then I use the following commands from a script started by a daily cronjob ... >
# for this one I first do the incremental backup on the same drive and then ... > rsync
over the second drive (so I can have the incremental backup on both ... (freebsd-questions) - Re: Pegasus-need additional help on backup issues like Alabama Jim
... drives, and i will use all of your suggestions when i do the complete ... You
have numerous incremental backup files. ... because the backup utility does not
run. ... (microsoft.public.windowsxp.general) - Re: Which backup programs will do this?
... This way, if the main drive fails, I can simply set the bios to boot from the backup drive
(or even physically switch the drives, so that no BIOS changes are required). ... An incremental
backup backs up only those files created or changed since the last normal or incremental backup.
... If you use a combination of normal and incremental backups, you will need to have the last
normal backup set as well as all incremental backup sets in order to restore your data. ...
(alt.comp.hardware.pc-homebuilt) - RE: NTBackup on Windows Server 2003
... Incremental backup task and append data to an existing backup file rather ...
NtBackup wizard or command line to implement. ... Where guid is the tape drive's
globally unique identifier. ... (microsoft.public.windows.server.sbs) - Re: Backups: rsync, software RAID, other strategies?
... > I use the following configuration on my file server. ... > so incremental
backup is a plus. ... >> is to use one of the drives as a backup for the other.
... (freebsd-questions)