del or deltree or whatever, it will make a zipped backup of the items
before they are actually deleted. Safedel keeps track of a number
that is attached to each zip to enforce uniquely numbered
-archives. They are stored in a directory named "zz_del_keep"
+archives. They are stored in a directory named "zz_safedel_keep"
that is stored under the temorary directory (specified by the
environment
variable named TMP). A report of the contents of the compressed
die "the TMP directory $TMP could not be created!\n";
}
}
- $temp_subdir = $TMP . "/zz_del_keep";
+ $temp_subdir = $TMP . "/zz_safedel_keep";
if (! -d $temp_subdir) {
mkdir "$temp_subdir", 0700;
# create the subdirectory under temp if missing.