DSL Tips and Tricks :: Can Backup be turned off?



Simple problem, my old laptop takes about 3 minutes at shutdown backing itself up.  What can I do about this?  Can I turn backup off and do it manually when I want it?  Any thoughts or tips?

Thanks!

I believe there if the file /opt/.back_device is empty then you will not backup.  Alternatively I would try this.

run the command filetool.sh backup at the command prombt (you might have to be root). You can watch which files are taking up time backing up.  If you do not need the files you can remove them or if you want to save them but not back them up create a directory something like /home/dsl/nobackup and move the files you do not want backuped to that directory and then add the path home/dsl/nobackup to .xfiletool.lst in the dsl home directory.  When enterring the directory name do not terminate it with a '/' as this does not work for skipping the directory on backup.

the other is edit the file /cdrom/boot/grub/menu.lst adding the line fromhd=/dev/hda2 (my case) or the partition where linux is installed.
Code Sample
dsl norestore
in the boot command line


original here.