Code Sample |
if [ -z $2 ]; then tar -C / -T /opt/.filetool.lst -X /opt/.xfiletool.lst -czvf $MOUNTPOINT/backup.tar.gz echo -n "Press enter to continue:"; read ans else echo -n "${BLUE}Backing up files to ${YELLOW}$MOUNTPOINT ${BLUE}mounted on ${MAGENTA}/dev/$DEVICE ${NORMAL}" tar -C / -T /opt/.filetool.lst -X /opt/.xfiletool.lst -czf "$MOUNTPOINT/backup.tar.gz" 2>/dev/null & rotdash $! sync |
Code Sample |
if [ -z "$MOUNTPOINT" ]; then echo "Invalid device $DEVICE" echo -n "Press enter to continue:"; read ans exit 1 fi |
Quote |
base Skip myDSL load only the base system mydsl={hda1 / sda1} Restore myDSL apps (default to cdrom). Suppose you wish to run DSL from memory and your MyDSL applications are stored on hda1. Then you would use the cheatcode: dsl toram mydsl=hda1 |
Quote |
What am I missing? |
Quote |
How can you look up a word in a dictionary if you can't spell it? You find it here among thousands of words listed by their Wrong spellings |
Quote |
Is it standard within Linux/DSL for the user to include the trailing / (forward slash) when prompted for a directory or not? |
Quote |
How do I look it up on the search engine if all I know it by is its proprietary name? |