Has anyone written a script to restore multiple files/directories at once using rdiff-backup on windows?

Single files work fine--

Thanks!

http://www.nongnu.org/rdiff-backup/

link|improve this question

75% accept rate
rdiff != rdiff-backup; you might get more answers if you title your question appropriately – womble May 13 '09 at 7:31
feedback

1 Answer

up vote 1 down vote accepted

It's not clear what you're asking here. Rdiff backup should be as simple as

rdiff-backup /sourcedir /backupdir.

To restore all backed up files

rdiff-backup -r now /backupdir /restoredirectory

Maybe if you elaborate a bit on what exactly you're trying to do?

link|improve this answer
you know, I got this to work, (its on windows)-- The error messages I was getting tricked me into thinking the windows version couldn't do this yet – Scott Kramer May 14 '09 at 20:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.