Parent Directory | Revision Log | Revision Graph
* Sun Feb 9 2014 Ian Wells <esmith@wellsi.com> 2.2.0-85.sme - Workstation Backup, selective restore of deleted files [SME: 8201]
1 | wellsi | 1.1 | diff -ruN e-smith-backup-2.4.0.p26/root/etc/e-smith/web/functions/backup e-smith-backup-2.4.0/root/etc/e-smith/web/functions/backup |
2 | --- e-smith-backup-2.4.0.p26/root/etc/e-smith/web/functions/backup 2014-02-08 21:12:09.000000000 -0800 | ||
3 | +++ e-smith-backup-2.4.0/root/etc/e-smith/web/functions/backup 2014-02-09 08:15:04.000000000 -0800 | ||
4 | @@ -2989,7 +2989,7 @@ | ||
5 | } | ||
6 | else | ||
7 | { | ||
8 | - $restorerr = system ("/usr/bin/dar_manager -B \"$mntbkdir/dar-catalog\" -Q -e '-v -N -R / -w' -r @restorelist"); | ||
9 | + $restorerr = system ("/usr/bin/dar_manager -B \"$mntbkdir/dar-catalog\" -Q -k -e '-v -N -R / -w' -r @restorelist"); | ||
10 | } | ||
11 | |||
12 | if ($mounted) |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |