You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ Install Docker by following the [official docker docs](https://docs.docker.com/e
41
41
sudo pacman -S docker python
42
42
```
43
43
44
+
- Install dependencies for running setup scripts:
45
+
```shell script
46
+
pip3 install -r requirements-cli.txt
47
+
```
48
+
44
49
## Setting up config file
45
50
```
46
51
cp config_sample.env config.env
@@ -100,26 +105,27 @@ sudo docker run mirror-bot
100
105
# Using service accounts for uploading to avoid user rate limit
101
106
For Service Account to work, you must set USE_SERVICE_ACCOUNTS="True" in config file or environment variables
102
107
Many thanks to [AutoRClone](https://github.com/xyou365/AutoRclone) for the scripts
108
+
**NOTE:** Using service accounts is only recommended while uploading to a team drive.
103
109
## Generating service accounts
104
110
Step 1. Generate service accounts [What is service account](https://cloud.google.com/iam/docs/service-accounts)
105
111
---------------------------------
106
112
Let us create only the service accounts that we need.
107
-
**Warning:** abuse of this feature is not the aim of autorclone and we do **NOT** recommend that you make a lot of projects, just one project and 100 sa allow you plenty of use, its also possible that overabuse might get your projects banned by google.
113
+
**Warning:** abuse of this feature is not the aim of this project and we do **NOT** recommend that you make a lot of projects, just one project and 100 sa allow you plenty of use, its also possible that over abuse might get your projects banned by google.
108
114
109
115
```
110
-
Note: 1 service account can copy around 750gb a day, 1 project makes 100 service accounts so thats 75tb a day, for most users this should easily suffice.
116
+
Note: 1 service account can copy around 750gb a day, 1 project can make 100 service accounts so that's 75tb a day, for most users this should easily suffice.
0 commit comments