Hello,
On 19 Jul 2001 13:07:41 +0100, Jenny_Hopkins@toby-churchill.com wrote:
Hi all, Just writing my first backup procedure and wondered on a few points: Does this check the directory /home/jenny/cwp exists?
if [ -f /home/jenny/cwp/ ]; then
if [ -d /home/jenny/cwp/ ]; then
Also, is there a standard place backups are filed? I've created a directory called backups for now in my home directory, and will copy the cwp/ directory into the backups directory, but it would be far neater to somehow roll the directory up into one neat zipped tarball on a daily basis and stuff it in a special backup place.
I dont think theres a "standard". Id just say "do it" :)
Andrew.