kopia lustrzana https://github.com/bellingcat/auto-archiver
Merge pull request #80 from brrttwrks/update_orchestration_example
commit
0e9c765b96
|
@ -112,10 +112,11 @@ configurations:
|
||||||
private: false
|
private: false
|
||||||
# with 'random' you can generate a random UUID for the URL instead of a predictable path, useful to still have public but unlisted files, alternative is 'default' or not omitted from config
|
# with 'random' you can generate a random UUID for the URL instead of a predictable path, useful to still have public but unlisted files, alternative is 'default' or not omitted from config
|
||||||
key_path: random
|
key_path: random
|
||||||
|
|
||||||
gdrive_storage:
|
gdrive_storage:
|
||||||
path_generator: url
|
path_generator: url
|
||||||
filename_generator: random
|
filename_generator: random
|
||||||
root_folder_id: folder_id_from_url
|
root_folder_id: folder_id_from_url
|
||||||
oauth_token: secrets/gd-token.json # needs to be generated with scripts/create_update_gdrive_oauth_token.py
|
oauth_token: secrets/gd-token.json # needs to be generated with scripts/create_update_gdrive_oauth_token.py
|
||||||
service_account: "secrets/service_account.json"
|
service_account: "secrets/service_account.json"
|
||||||
|
csv_db:
|
||||||
|
csv_file: "./local_archive/db.csv"
|
||||||
|
|
Ładowanie…
Reference in New Issue