Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by wellsi, Sun Jul 7 02:44:02 2013 UTC | Revision 1.2 by wellsi, Sun Jul 7 04:39:16 2013 UTC | |
---|---|---|
# | Line 14 diff -ruN e-smith-backup-2.2.0.old/root/ | Line 14 diff -ruN e-smith-backup-2.2.0.old/root/ |
14 | -ldie("Error while creating $tmpdir/$id : $@. Maybe insufficient rights on backup directory.\n") | -ldie("Error while creating $tmpdir/$id : $@. Maybe insufficient rights on backup directory.\n") |
15 | - if $@; | - if $@; |
16 | + | + |
17 | +&remove_tree ($tmpdir); | +&remove_tree ("$tmpdir/$id"); |
18 | +&create_tree ("$tmpdir/$id"); | +&create_tree ("$tmpdir/$id"); |
19 | ||
20 | # we know right backup directory is in line and we can write on it. | # we know right backup directory is in line and we can write on it. |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |