Much of the twenty year old *nix stuff is still valid - it's just not
updated for modern features.
When you are wondering about whether or not Linux has a particular
feature, it often helps to ask yourself whether this it is a feature
programmers and system administrators are likely to be interested in. Do
you think programmers are going to be interested in good, easy backup
solutions? Do you think they are going to be interested in reliable disk
writes? In that case, you can be pretty confident Linux supports them.
mvh.,
David
An importand command (if you do not know hat manual page to read) on
an Unix / Linux system is
apropos
Just type
apropos backup
an other important idea is to use grep as a filter:
grml: ~ # apropos backup | grep rsync
duplicity (1) - Encrypted backup using rsync algorithm
now type
man 1 duplicity
And you see you can encrypt your backups too, this allows you to
store using one of those internet services (vaults) for example.
The third command you should know about is
locate
to find anything, run updatedb from crontab once a day.
locate pizza
grml: ~ # locate pizza
/mnt/hda1/java/jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/pizza.gif
/mnt/hda7/root/compile/financial/gtk_pizza0.99.6.lsm
/mnt/hda7/usr/share/doc/packages/qt/html/designer/figures/pizza1screenshot.png
/mnt/hdb1/compile/amsn/amsn-0_94/skins/default/smileys/pizza.gif
/mnt/hdb1/compile/amsn/amsn-0_94/skins/Tux/smileys/pizza.gif
/mnt/hdb1/compile/games/multiplayer/xpilot/xpilot-3.3.1/lib/maps/pizza.map
/mnt/hdb1/compile/games/snooker/foobillard/!pizzadude.txt
/mnt/hdb1/compile/java/jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/pizza.gif
/root/compile/amsn/amsn-0_94/skins/default/smileys/pizza.gif
/root/compile/amsn/amsn-0_94/skins/Tux/smileys/pizza.gif