-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.ini
More file actions
40 lines (38 loc) · 899 Bytes
/
Copy pathconfig.ini
File metadata and controls
40 lines (38 loc) · 899 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
35
36
37
38
39
40
; what to backup
[backup]
joined_subreddits = true
followed_users = true
multireddits = true
saved_posts = true
saved_comments = true
hidden_posts = true
upvoted_posts = true
downvoted_posts = true
; what to restore
[restore]
joined_subreddits = true
followed_users = true
multireddits = true
; below should be: null | private | public | hidden
; "null" means it will use the visibility specified in backup.json
overridden_multireddits_visibility = null
saved_posts = true
saved_comments = true
hidden_posts = true
; below are default to false
upvoted_posts = false
downvoted_posts = false
; what to clear
[clear]
joined_subreddits = true
followed_users = true
multireddits = true
saved_posts = true
saved_comments = true
hidden_posts = true
; below are default to false
upvoted_posts = false
downvoted_posts = false
; below are your own posts and comments
your_posts = false
your_comments = false