1BPSYNC(1) User Commands BPSYNC(1)
2
3
4
6 mygpo-bpsync - Synchronize BashPodder subscriptions with gpodder.net
7
9 mygpo-bpsync (put|get) [device-id]
10
11
13 bpsync is a simple gpodder.net client application for syncing a Bash‐
14 Podder (http://lincgeek.org/bashpodder/) subscription list from and to
15 the web service. As BashPodder uses a simple one-URL-per-line subscrip‐
16 tion list format, this script can be used with other applications, too
17 (or to simply backup gpodder.net subscription URLs as plain text file).
18
19
20 If you have added a subscription on gpodder.net, you can use the get
21 sub-command to overwrite the local subscription list with the list
22 stored on gpodder.net. If you have added a subscription locally, you
23 can use the put sub-command to overwrite the list on gpodder.net with
24 the list stored in the BashPodder subscription list.
25
26
28 The following environment variables must be set for mygpo-bpsync to
29 work:
30
31
32 MYGPO_USERNAME
33 Username for the web service
34
35
36 MYGPO_PASSWORD
37 Password for the web service
38
39
40 The following environment variables are optional:
41
42
43 BPSYNC_BP_CONF
44 Path to your bp.conf file (default: bp.conf)
45
46
47 MYGPO_HOSTNAME
48 Host or URL of the webservice to use (default: http://gpodder.net)
49
50
52 mygpo-bpsync put
53 Upload bp.conf as device "bp"
54
55
56 mygpo-bpsync get
57 Download subscriptions for device "bp"
58
59
60 mygpo-bpsync get mydev
61 Download subscriptions for device "mydev"
62
63
65 gpodder(1)
66
67
69 https://bugs.gpodder.org/enter_bug.cgi?product=mygpoclient
70
71
73 http://thp.io/2010/mygpoclient/
74
75
76
77mygpoclient 1.7 February 2013 BPSYNC(1)