Quote (cbagger01 @ Aug. 08 2005,12:37) |
I think the latest version of DSL will let you save files to your pendrive without being the "root" or SuperUser |
Quote (xorg @ Aug. 09 2005,11:26) | ||
That's my experience too. So Frugal install is just a normal install of DSL to whereever? damianiw: where's autobackup? I didn't see that option. Using 1.4 from the pendrive (using toram option, too). |
Code Sample |
#!/bin/sh # Put system command to perform upon system shutdown # For example the following line is used to automate system backups echo Unmounting Drives Specified in powerdown.sh echo umount /mnt/sda1 umount /mnt/hda1 echo cleanMyDSL.sh if [ -s /opt/.backup_device ]; then filetool.sh backup noprompt; fi |