|
1 | 1 | <!-- |
2 | 2 | Thank you for reporting an issue. |
3 | 3 |
|
4 | | -*IMPORTANT* - *before* creating a new issue please look around: |
5 | | - - Borgbackup documentation: http://borgbackup.readthedocs.io/en/stable/index.html |
| 4 | +*IMPORTANT* – Before creating a new issue, please look around: |
| 5 | + - BorgBackup documentation: https://borgbackup.readthedocs.io/en/stable/index.html |
6 | 6 | - FAQ: https://borgbackup.readthedocs.io/en/stable/faq.html |
7 | | - and |
8 | | - - open issues in GitHub tracker: https://github.com/borgbackup/borg/issues |
9 | | - |
| 7 | + - Open issues in the GitHub tracker: https://github.com/borgbackup/borg/issues |
| 8 | +
|
10 | 9 | If you cannot find a similar problem, then create a new issue. |
11 | 10 |
|
12 | 11 | Please fill in as much of the template as possible. |
13 | 12 | --> |
14 | 13 |
|
15 | | -## Have you checked borgbackup docs, FAQ, and open GitHub issues? |
| 14 | +## Have you checked the BorgBackup docs, FAQ, and open GitHub issues? |
16 | 15 |
|
17 | 16 | No |
18 | 17 |
|
19 | | -## Is this a BUG / ISSUE report or a QUESTION? |
| 18 | +## Is this a bug/issue report or a question? |
20 | 19 |
|
21 | | -Invalid |
| 20 | +Bug/Issue/Question |
22 | 21 |
|
23 | | -## System information. For client/server mode post info for both machines. |
| 22 | +## System information. For client/server mode, post info for both machines. |
24 | 23 |
|
25 | | -#### Your borg version (borg -V). |
| 24 | +#### Your Borg version (borg -V). |
26 | 25 |
|
27 | 26 | #### Operating system (distribution) and version. |
28 | 27 |
|
29 | | -#### Hardware / network configuration, and filesystems used. |
| 28 | +#### Hardware/network configuration and filesystems used. |
30 | 29 |
|
31 | | -#### How much data is handled by borg? |
| 30 | +#### How much data is handled by Borg? |
32 | 31 |
|
33 | | -#### Full borg commandline that lead to the problem (leave away excludes and passwords) |
| 32 | +#### Full Borg command line that led to the problem (leave out excludes and passwords). |
34 | 33 |
|
35 | 34 |
|
36 | 35 | ## Describe the problem you're observing. |
37 | 36 |
|
38 | 37 | #### Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue. |
39 | 38 |
|
40 | | -#### Include any warning/errors/backtraces from the system logs |
| 39 | +#### Include any warnings/errors/backtraces from the system logs |
41 | 40 |
|
42 | 41 | <!-- |
43 | 42 |
|
44 | | -If this complaint relates to borg performance, please include CRUD benchmark |
| 43 | +If this complaint relates to Borg performance, please include CRUD benchmark |
45 | 44 | results and any steps you took to troubleshoot. |
46 | | -How to run benchmark: http://borgbackup.readthedocs.io/en/stable/usage/benchmark.html |
| 45 | +How to run the benchmark: https://borgbackup.readthedocs.io/en/stable/usage/benchmark.html |
47 | 46 |
|
48 | | -*IMPORTANT* - Please mark logs and text output from terminal commands |
49 | | -or else GitHub will not display them correctly. |
| 47 | +*IMPORTANT* – Please mark logs and terminal command output, otherwise GitHub will not display them correctly. |
50 | 48 | An example is provided below. |
51 | 49 |
|
52 | 50 | Example: |
53 | 51 | ``` |
54 | | -this is an example how log text should be marked (wrap it with ```) |
| 52 | +this is an example of how log text should be marked (wrap it with ```) |
55 | 53 | ``` |
56 | 54 | --> |
0 commit comments