EqualExperts / Tayra

Incremental backup tool for MongoDB
Other
142 stars 29 forks source link

Return full path of the backup file segments #4

Closed bhargava closed 10 years ago

bhargava commented 10 years ago

Scenario: I am trying to restore from multiple log files stored in /tmp/backup. Doing an "ls" on that folder would show /tmp/backup/backup.log /tmp/backup/backup.log.1 /tmp/backup/backup.log.2 /tmp/backup/backup.log.3 Now I try to restore using, restore.sh --file=/tmp/backup/backup.log --fAll --port=5555, all the backup files are not used because only file name is being returned and not the full path

viveksd87 commented 10 years ago

Thank you for your contribution bhargava. We have accepted and merged your commit. The changes would be available in our next release.