Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Apr 28, 2020
1 parent 57bf2b1 commit 6f0cc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple way to backup your Raspberry Pi to your OneDrive account using Python 3
sudo pip3 install git+https://github.com/OneDrive/onedrive-sdk-python.git
```
## Authentication
1. In order to get OneDrive access credentials, we open the [Azure app manager](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade). You may need to sign up for Azure.
1. In order to get OneDrive access credentials, we open the [Azure app manager](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade). You may need to sign up for Azure (for free).
2. Once the Azure page loads, click on ![New registration](assets/new_reg.png).
3. Name your app `OneDrive Backup` to make it easier to find later.
4. Use the default setting for supported account types.
Expand All @@ -22,7 +22,7 @@ sudo pip3 install git+https://github.com/OneDrive/onedrive-sdk-python.git
That's all the steps needed for getting your credentials!

## Setup
- For the next part, backing up your Raspberry Pi, your Raspberry Pi should be running [Raspbian](https://www.raspberrypi.org/downloads/).
    For the next part, backing up your Raspberry Pi, your Raspberry Pi should be running [Raspbian](https://www.raspberrypi.org/downloads/).

1. Download <a id="raw-url" href="auth.py?raw=true" download>auth.py</a> onto your Raspberry Pi.
2. Move the program to `/home/pi`.
Expand All @@ -32,7 +32,7 @@ That's all the steps needed for getting your credentials!
6. Move it to the `/root` directory. That should be it!

## Running
- To manually backup your Pi, do this at the command line:
&nbsp;&nbsp;&nbsp;&nbsp;To manually backup your Pi, do this at the command line:
```bash
sudo python3 /replace/this/with/your/path/to/backup.py
```
Expand Down

0 comments on commit 6f0cc51

Please sign in to comment.