Skip to content

Commit 7f5227e

Browse files
committed
doc: add commented option for OAUTH credentials file in README.md
1 parent f8ff8c4 commit 7f5227e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Backup run in CLI:
103103
```bash
104104
gwbackupy \
105105
--service-account-key-filepath <service-acount-json-key-file> \
106+
# --credentials-filepath <client-secret-json> \ # or with OAUTH
106107
--batch-size 5 \
107108
gmail backup \
108109
--email <mailbox email address>
@@ -113,6 +114,7 @@ Restore run in CLI:
113114
```bash
114115
gwbackupy \
115116
--service-account-key-filepath <service-acount-json-key-file> \
117+
# --credentials-filepath <client-secret-json> \ # or with OAUTH
116118
--batch-size 5 \
117119
gmail restore \
118120
--add-label "backup-restore-1231" \

0 commit comments

Comments
 (0)