Are you using the Dar2 contrib from Darrell or are you using the built in backup. (Dar2 gives you a new category at the top of the server-manager menu called Disk ARchive.) The Backup With Dar that is built in is under ADMINISTRATION-Backup or restore
go into the the administration-view log files panel in server-manager and look in the messages log. See if you can see what is happening around the restore time. Do you see the prerestore routine? what about the mount of the backup volume?
If you want to do a test restore I would suggest creating a directory in root named restore. You can then make the Restore To field be /restore.
Good advice on reviewing logfiles. Doh! Why didn't I do so. Progress, but not yet success. The first thing is to make sure the source is unmounted. Okay. Then choose the following for source/destination (Restore, Restore To):
Restore: username
Restore To: /home/e-smith/files/users/username
The script runs, but no nodes restored. Here is a log snippet:
Aug 29 12:05:22 mail e-smith-bg: Extracting contents of the archive...
Aug 29 12:05:22 mail e-smith-bg:
Aug 29 12:05:22 mail e-smith-bg:
Aug 29 12:05:22 mail e-smith-bg: --------------------------------------------
Aug 29 12:05:22 mail e-smith-bg: 0 inode(s) restored
Aug 29 12:05:22 mail e-smith-bg: 0 inode(s) not restored (not saved in archive)
Aug 29 12:05:22 mail e-smith-bg: 24 inode(s) ignored (excluded by filters)
Aug 29 12:05:22 mail e-smith-bg: 0 inode(s) less recent than the one on filesystem
Aug 29 12:05:22 mail e-smith-bg: 0 inode(s) failed to restore (filesystem error)
Aug 29 12:05:22 mail e-smith-bg: 0 inode(s) deleted
Aug 29 12:05:22 mail e-smith-bg: --------------------------------------------
Aug 29 12:05:22 mail e-smith-bg: Total number of inode considered: 24
Aug 29 12:05:22 mail e-smith-bg: --------------------------------------------
Aug 29 12:05:22 mail e-smith-bg: Dismounting /media/usbdisk
Aug 29 12:05:22 mail e-smith-bg: Sat Aug 29 12:04:46 CDT 2009 - restore started
Aug 29 12:05:22 mail e-smith-bg: Sat Aug 29 12:05:22 CDT 2009 - restore finished
How come there are "24 inode(s) ignored"
Thank you for your help.