From gumbright at gmail.com Thu May 24 09:55:40 2007 From: gumbright at gmail.com (Guy Umbright) Date: Thu, 24 May 2007 08:55:40 -0500 Subject: [Backupgem-users] Multiple recipes working? Message-ID: <37cb9faa0705240655o6784b74bq88cb9eeb9f2b99@mail.gmail.com> Are multiple recipes actually supported in in backupgem (latest released version)? Individually, each of the recipes work, but if I try to run backup with multiple recipes, I get the following: [root at ydgidy bin]# ./backup -r ~guy/backupgem_subversion.rb -r ~guy/backupgem_pivot.rb -r ~guy/backupgem_wiki.rb ./../lib/backup/actor.rb:83:in `content': stack level too deep (SystemStackError) from ./../lib/backup/actor.rb:83:in `old_content' from ./../lib/backup/actor.rb:83:in `send' from ./../lib/backup/actor.rb:83:in `content' from ./../lib/backup/actor.rb:83:in `old_content' from ./../lib/backup/actor.rb:83:in `send' from ./../lib/backup/actor.rb:83:in `content' from ./../lib/backup/actor.rb:83:in `old_content' from ./../lib/backup/actor.rb:83:in `send' ... 6762 levels... from ./../lib/backup/cli.rb:98:in `execute_recipes!' from ./../lib/backup/cli.rb:68:in `execute!' from ./../lib/backup/cli.rb:10:in `execute!' from ./backup:12 [root at ydgidy bin]# ./backup -r ~guy/backupgem_subversion.rb -r ~guy/ backupgem_pivot.rb ./../lib/backup/actor.rb:83:in `content': stack level too deep (SystemStackError) from ./../lib/backup/actor.rb:83:in `old_content' from ./../lib/backup/actor.rb:83:in `send' from ./../lib/backup/actor.rb:83:in `content' from ./../lib/backup/actor.rb:83:in `old_content' from ./../lib/backup/actor.rb:83:in `send' from ./../lib/backup/actor.rb:83:in `content' from ./../lib/backup/actor.rb:83:in `old_content' from ./../lib/backup/actor.rb:83:in `send' ... 6912 levels... from ./../lib/backup/cli.rb:98:in `execute_recipes!' from ./../lib/backup/cli.rb:68:in `execute!' from ./../lib/backup/cli.rb:10:in `execute!' from ./backup:12 As a side question, is it possible to specify multiple :content and destination dirs in a single recipe? Or is the mindset that a recipe specifies a single backup source/destination? Guy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backupgem-users/attachments/20070524/b0c8fc54/attachment.html