Changeset 13552
- Timestamp:
- 02/22/12 16:52:31 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/backup/functions.inc/restore.php
r13145 r13552 481 481 $cmd[] = '--atime-preserve -m -C /'; 482 482 foreach ($items['files'] as $f) { 483 $cmd[] = '. ' . $f;483 $cmd[] = './' . trim($f, '/'); 484 484 } 485 485 exec(implode(' ', $cmd)); 486 dbug('restoring backup!', implode(' ', $cmd));486 487 487 unset($cmd); 488 488 }
