Guest User

Untitled

a guest
Apr 1st, 2023
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [restic-shared-drive-1]
  2. type = drive
  3. client_id = 111111111111-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
  4. client_secret = xxxxxxxxxxxxxxxxxxxxxxxx
  5. scope = drive
  6. service_account_file = /path/to/credentials.json
  7. team_drive = xxxxxxxxxxxxxxxxxxx
  8.  
  9.  
  10. [restic-shared-drive-2]
  11. type = drive
  12. client_id = 111111111111-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
  13. client_secret = xxxxxxxxxxxxxxxxxxxxxxxx
  14. scope = drive
  15. service_account_file = /path/to/credentials.json
  16. team_drive = yyyyyyyyyyyyyyyyyyy
  17.  
  18. [restic]
  19. type = union
  20. # The first upstream without :nc suffix will be used for new files.
  21. upstreams = restic-shared-drive-1: restic-shared-drive-2::nc
  22. create_policy = ff
  23. action_policy = all
  24. search_policy = all
  25.  
Advertisement
Add Comment
Please, Sign In to add comment