[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: distro for 486 with 32 MB ram



Am 2007-03-20 16:04:44, schrieb Douglas Allan Tutty:
> Two disks: 840 MB and 1.2 MB.  On a shelf, I have a 171 MB with Woody on
> it as a rescue (the 486 version of a Live CD :) )

Do you have tried to gzip your current installation?
How big is it?  It seems you have not very much installed...

Maybe it will be a tar.gz of around 100 MByte using:

----8<-----------------------------------------------------------------
#!/bin/bash

BACKUPDIR=/home/BACKUPS
DATE=`date +%Y%m%d%H%M%S`

TMP_FILE=`mktemp -t tdsysbackup-XXXXXX`
echo "/Backups/*
Chroot*
cdrom/*
dvd/*
floppy/*
home/*
lost+found
media/*/*
mnt/*
proc/*
sys/*
tmp/*
usr/src/*
var/cache/apt/archives/*.deb
zip/*" >>${TMP_FILE}

mkdir -p ${BACKUPDIR}

tar --verbose --create --ignore-case --gzip --totals \
    --exclude-from=${TMP_FILE} \
    --file ${BACKUPDIR}/${DATE}.tar.gz / \ 1>${BACKUPDIR}/${DATE}.log 2>${BACKUPDIR}/${DATE}.err
rm -f ${TMP_FILE}

md5sum ${BACKUPDIR}/${DATE}.* |sed "s,${BACKUPDIR}/,,g" >${BACKUPDIR}/${DATE}.md5
----8<-----------------------------------------------------------------

I run this even on a running system!  If you have directories which
you want to exclude, add it to the list above.

Thanks, Greetings and nice Day
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSN LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: