forked from OpenReplyDE/bbbackup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbbbackup_sample.cfg
More file actions
34 lines (29 loc) · 841 Bytes
/
bbbackup_sample.cfg
File metadata and controls
34 lines (29 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[authorization]
; enter which auth method to use 'oauth' or 'uidpwd'
auth_method = oauth
[bitbucket_oauth]
; enter oauth 2.0 credentials here
key_or_id = <value here>
secret = <value here>
app_name = <value here>
[bitbucket_account]
; enter your credentials for bitbucket here, use same for user and team if you want user
userid = <value here>
password =
teamname = <value here>
[slack]
; enter api-token and the channel name where to post messages to here
api_token = <value here>
channel_to_post = #backupstatus
[backup]
; enter backup related parameters here, i.e. filepath to directory where to store backups
filepath = /clonedbackups/
max_retries = 3
max_fails = 1
min_free_space = 50
amount_of_days_to_store = 7
all_branches = True
[log]
; enter log related options as true and false
logging_on = True
colorized_logging_on = True