1 # Borgend |
1 # Borgend |
2 |
2 |
3 This is a retrying and queuing scheduler as well as a macOS tray icon for |
3 ![screenshot](media/screenshot.png) |
|
4 |
|
5 Borgend is a retrying and queuing scheduler as well as a macOS tray icon for |
4 [BorgBackup](https://borgbackup.readthedocs.io/en/stable/). If you are not |
6 [BorgBackup](https://borgbackup.readthedocs.io/en/stable/). If you are not |
5 on macOS, no tray icon will be displayed, but you can still use Borgend as a |
7 on macOS, no tray icon will be displayed, but you can still use Borgend as a |
6 scheduler. |
8 scheduler. |
7 |
9 |
8 * Designed with laptops in mind, Borgend works in “dreamtime”: on macOS the |
10 * Designed with laptops in mind, Borgend works in “dreamtime”: on macOS the |
55 python3 setup.py py2app -A |
57 python3 setup.py py2app -A |
56 |
58 |
57 The app hould be placed under `dist/`. Copy it to your `Applications` |
59 The app hould be placed under `dist/`. Copy it to your `Applications` |
58 directory, and set it up to launch on login. |
60 directory, and set it up to launch on login. |
59 |
61 |
60 If you are keen on wasting your life, you can try to run py2app without `-A` |
62 If you are keen on wasting your life, you can try to run py2app without the |
61 option to create a standalone app that you can copy to computers without |
63 `-A` option to create a standalone app that you can copy to computers without |
62 Python installed, but it will probably most likely not work because py2app |
64 Python installed, but it will probably most likely not work because py2app |
63 is shit. Currently (2018-09-18) it is not working with the keyring package. |
65 is shit. Currently (2018-09-18) it is not working with the keyring package. |
64 |
66 |
65 |
67 |
66 ## Usage and configuration |
68 ## Usage and configuration |