George Lacey
|
92f5d7a547
|
Remove newlines properly for compatibility
Newlines were removed by stripping '\n' characters, they are now removed
properly using .rsplit() for compatibility with other operating systems.
|
2016-09-20 10:02:16 +01:00 |
|
George Lacey
|
2e6162aaf7
|
Add .txt files to .gitignore
|
2016-09-20 09:57:55 +01:00 |
|
George Lacey
|
5f91901ae3
|
Newlines removed properly for compatibility
Newlines were removed by stripping '\n' characters, they are now removed
properly using .rsplit() for compatibility with other operating systems.
|
2016-09-20 09:53:08 +01:00 |
|
George Lacey
|
3f6e163f26
|
Update readme with project information
- Added information on where I intend to go with the project
- Removed old code from main.py
|
2016-09-19 23:11:17 +01:00 |
|
George Lacey
|
d6a008052a
|
Grab borg output
- Loops through each line of output and adds to a dictionary containing
list of log attributes.
- Currently outputs to file for debugging.
|
2016-09-19 23:00:20 +01:00 |
|
George Lacey
|
7dd93fc316
|
Initial commit
|
2016-09-19 19:33:32 +01:00 |
|