| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Describe workaround when restore fails because of `Errno::EBUSY` | Bob Van Landuyt | 2018-04-23 | 1 | -0/+14 |
| | | | | | | | 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. | ||||
| * | Move existing dirs to a temp location while restore | Balasankar "Balu" C | 2018-03-30 | 1 | -0/+17 |
| Instead of renaming existing storage directories to a timestamped format, create a timestamped directory in a temporary location and move the individual files and folders inside storage directories to it. This helps us with nested storage directories. | |||||
