-
- Downloads
Describe workaround when restore fails because of `Errno::EBUSY`
When `Errno::EBUSY` is raised during restore, this could indicate that the directory being restored into is a mountpoint. In this case we explain the user how to retry the restore.
Showing
- lib/backup/files.rb 2 additions, 0 deletionslib/backup/files.rb
- lib/backup/helper.rb 14 additions, 0 deletionslib/backup/helper.rb
- lib/backup/repository.rb 2 additions, 0 deletionslib/backup/repository.rb
- spec/lib/backup/files_spec.rb 14 additions, 0 deletionsspec/lib/backup/files_spec.rb
- spec/lib/backup/repository_spec.rb 12 additions, 0 deletionsspec/lib/backup/repository_spec.rb
Please register or sign in to comment