Issue #1049 has been updated by James Turnbull. Assigned to deleted (Puppet Community) Affected version set to 0.24.8
---------------------------------------- Feature #1049: Create interface for navigating filebucket http://projects.reductivelabs.com/issues/1049 Author: Aaron Dummer Status: Accepted Priority: Low Assigned to: Category: executables Target version: Complexity: Unknown Patch: None Affected version: 0.24.8 Keywords: Currently if you want to restore a backup from a filebucket, you need to know the md5sum of the orignal file. If you do not have this information in your logs, you have to search the filebucket tree manually and hope to find a match. Luke's response is here: http://mail.madstop.com/pipermail/puppet-users/2008-February/006235.html I request that this restoration functionality be available from a node. Something like: <pre> filebucket --server mypuppetserver --node mynode --file /etc/passwd /home/johnp/restored_passwd </pre> would return <pre> r1 <md5sum here> 8192b Dec 03 07:14 r2 <md5sum here> 9012b Jan 15 08:19 r3 <md5sum here> 9489b Jan 28 10:20 Select file to restore [1-3]: </pre> After making a selection, the file would be copied to /home/johnp/restored_passwd. The command would be extremely useful in cases of emergency. Also, I think some sort of index database needs to be made of all filebucketed files to 1) make the suggested command much easier to implement, and 2) enable transactional functionality. A related feature would be a 'total system rollback', enabling you to specify a timestamp and all files would be returned to their state at said timestamp. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
