forked from ceejbot/ljmigrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathljmigrate.cfg.sample
43 lines (39 loc) · 1.43 KB
/
ljmigrate.cfg.sample
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
41
42
43
[settings]
# migrate to another site?
# Set to True if you want to repost entries, False if not.
migrate: True
# You can restrict migration to just the entries that have one of the following
# tags. Use commas to separate tags in the list. Comment this out if you want
# to migrate everything.
migrate-these-tags: example 1, example tag 2, third tag I want to copy
# generate html for each entry? True or False
generate-html: True
# If you're migrating a community, do you want to grab your own posts or everybody's?
migrate-community-posts-by-others: False
[proxy]
# This section is optional. Use it if you use a proxy to do your web browsing.
# Leave it commented out if you don't.
#host: localhost
#port: 8000
[source]
# The host of the journal you're backing up.
server: www.livejournal.com
# Your user name.
user: myusername
# Your password. Will not be sent in the clear; this tool uses the challenge
# response authentication mechanism.
password: mypassword
# communities: sourcecomm1 sourcecomm2
[destination]
# Where you're migrating to, if you are. You can omit this section or leave
# it commented out if you're not copying your journal to another site.
server: insanejournal.com
user: myotheruser
password: myotherpassword
# communities: destcomm1 destcomm2
# [nuke]
# option section for the nuclear option; see README for details
# server: http://insanejournal.com
# user: myotheruser
# password: myotherpassword
# community: comm_to_nuke (optional)