Really BackupForum: Other Help Topics Topic: Really Backup started by: Divago Posted by Divago on Dec. 07 2007,10:42
Hi all againi'm using a dsl-n with a lot of added libraries and other things backupped of course, i added all this into .filetool.lst so my .filetool.lst looks like this:
now, the problem is: when i shutdown the system, time spent into backupping file is HUGE same at startup i tried to reduce this time sink removing something from filetool.lst i thought i could stop backupping something (ie /usr/lib) 'cause libraries i need are already here and i don't need to backup them again BUT if i remove from .filetool.lst, they suddenly desappear from my hdd and i can't use it again (luckily, i'm a "dd" maniac ) so, how can i remove item from time-sinking-backup/restore at startup/shutdown AND keeping it inside hard disk? i was thinking about inserting this files (ie: libraries or similar) inside KNOPPIX image (so it's already inside default need to use and does not "restore" at startup) but how can i do it? Posted by Juanito on Dec. 07 2007,10:59
With this setup, you are backing-up all the files in /usr/lib and /usr/bin - you should be able to name just the files in these two folders that are not in the base dsl-n, eg:/usr/bin/file1 /usr/bin/file2 ... /usr/bin/filen One other way around this could be to make an extension out of the additional files you need and load the extension at boot. Posted by roberts on Dec. 07 2007,18:52
The concept behind MyDSL extensions is to separate out the static (unchanging, i.e, programs and libraries) from the user data.By doing so you are not constantly writing to the backup. Even better is to make a uci or unc extension and then you have drastically cut down the startup (reading) time. Learning the proper techniques yields the best performance. Posted by Divago on Dec. 13 2007,14:47
cool then... how can i create an extension with all this stuff packed inside? Posted by roberts on Dec. 13 2007,16:01
http://www.damnsmalllinux.org/wiki/index.php/Category:MyDSL
|