Ver código fonte

Local or remote backups

Bob Mottram 8 anos atrás
pai
commit
861c1d8bc0

+ 5
- 1
src/freedombone-app-babel Ver arquivo

@@ -32,7 +32,11 @@
32 32
 ENABLE_BABEL="no"
33 33
 BABEL_PORT=6696
34 34
 
35
-function backup_babel {
35
+function backup_local_babel {
36
+    echo ''
37
+}
38
+
39
+function backup_remote_babel {
36 40
     echo ''
37 41
 }
38 42
 

+ 5
- 1
src/freedombone-app-batman Ver arquivo

@@ -45,7 +45,11 @@ function configure_firewall_for_batma {
45 45
 	echo 'configure_firewall_for_batman' >> $COMPLETION_FILE
46 46
 }
47 47
 
48
-function backup_batman {
48
+function backup_local_batman {
49
+    echo ''
50
+}
51
+
52
+function backup_remote_batman {
49 53
     echo ''
50 54
 }
51 55
 

+ 5
- 1
src/freedombone-app-blog Ver arquivo

@@ -36,7 +36,11 @@ FULLBLOG_COMMIT='bf5fe9486160be4da86d8987d3e5c977e1dc6d32'
36 36
 MY_BLOG_TITLE="My Blog"
37 37
 MY_BLOG_SUBTITLE="Another ${PROJECT_NAME} Blog"
38 38
 
39
-function backup_blog {
39
+function backup_local_blog {
40
+    echo ''
41
+}
42
+
43
+function backup_remote_blog {
40 44
     echo ''
41 45
 }
42 46
 

+ 5
- 1
src/freedombone-app-cjdns Ver arquivo

@@ -107,7 +107,11 @@ function get_cjdns_password {
107 107
 	fi
108 108
 }
109 109
 
110
-function backup_cjdns {
110
+function backup_local_cjdns {
111
+	echo ''
112
+}
113
+
114
+function backup_remote_cjdns {
111 115
 	echo ''
112 116
 }
113 117
 

+ 5
- 1
src/freedombone-app-dlna Ver arquivo

@@ -49,7 +49,11 @@ function configure_firewall_for_dlna {
49 49
 	echo 'configure_firewall_for_dlna' >> $COMPLETION_FILE
50 50
 }
51 51
 
52
-function backup_dlna {
52
+function backup_local_dlna {
53
+	echo ''
54
+}
55
+
56
+function backup_remote_dlna {
53 57
 	echo ''
54 58
 }
55 59
 

+ 5
- 1
src/freedombone-app-emacs Ver arquivo

@@ -28,7 +28,11 @@
28 28
 # You should have received a copy of the GNU Affero General Public License
29 29
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
30 30
 
31
-function backup_emacs {
31
+function backup_local_emacs {
32
+	echo ''
33
+}
34
+
35
+function backup_remote_emacs {
32 36
 	echo ''
33 37
 }
34 38
 

+ 5
- 1
src/freedombone-app-gnusocial Ver arquivo

@@ -47,7 +47,11 @@ SHARINGS_COMMIT='d5c6c7f855d9afff9086c09ea706f38c859bc0d4'
47 47
 SHARINGS_THEME_REPO="http://git.lasindias.club/manuel/SharingsTheme"
48 48
 SHARINGS_THEME_COMMIT='7106c7ef03'
49 49
 
50
-function backup_gnusocial {
50
+function backup_local_gnusocial {
51
+	echo ''
52
+}
53
+
54
+function backup_remote_gnusocial {
51 55
 	echo ''
52 56
 }
53 57
 

+ 5
- 1
src/freedombone-app-gogs Ver arquivo

@@ -35,7 +35,11 @@ GIT_DOMAIN_REPO="https://github.com/gogits/gogs"
35 35
 GIT_ADMIN_PASSWORD=
36 36
 GOGS_COMMIT='3fb4f7f4980b4339fd9ef6a3ba5b0acab83d264d'
37 37
 
38
-function backup_gogs {
38
+function backup_local_gogs {
39
+    echo ''
40
+}
41
+
42
+function backup_remote_gogs {
39 43
     echo ''
40 44
 }
41 45
 

+ 5
- 1
src/freedombone-app-hubzilla Ver arquivo

@@ -38,7 +38,11 @@ HUBZILLA_ADMIN_PASSWORD=
38 38
 HUBZILLA_COMMIT='2d79e75788aa71664a379c4cea0b6bfe3ab87ad0'
39 39
 HUBZILLA_ADDONS_COMMIT='67b40c7a40f328a93ee030eb15e9e1261f3cba64'
40 40
 
41
-function backup_hubzilla {
41
+function backup_local_hubzilla {
42
+    echo ''
43
+}
44
+
45
+function backup_remote_hubzilla {
42 46
     echo ''
43 47
 }
44 48
 

+ 5
- 1
src/freedombone-app-ipfs Ver arquivo

@@ -32,7 +32,11 @@ IPFS_GO_REPO="https://github.com/ipfs/go-ipfs"
32 32
 IPFS_COMMIT='20b06a4cbce8884f5b194da6e98cb11f2c77f166'
33 33
 IPFS_PORT=4001
34 34
 
35
-function backup_ipfs {
35
+function backup_local_ipfs {
36
+    echo ''
37
+}
38
+
39
+function backup_remote_ipfs {
36 40
     echo ''
37 41
 }
38 42
 

+ 5
- 1
src/freedombone-app-irc Ver arquivo

@@ -34,7 +34,11 @@ IRC_ONION_PORT=6697
34 34
 # An optional password to log into IRC. This applies to all users
35 35
 IRC_PASSWORD=
36 36
 
37
-function backup_irc {
37
+function backup_local_irc {
38
+	echo ''
39
+}
40
+
41
+function backup_remote_irc {
38 42
 	echo ''
39 43
 }
40 44
 

+ 5
- 1
src/freedombone-app-mediagoblin Ver arquivo

@@ -35,7 +35,11 @@ MEDIAGOBLIN_COMMIT='d1ac2d52fd8859c3f32fa38e4836ffe9615e5bba'
35 35
 MEDIAGOBLIN_ADMIN_PASSWORD=
36 36
 MEDIAGOBLIN_ONION_PORT=8096
37 37
 
38
-function backup_mediagoblin {
38
+function backup_local_mediagoblin {
39
+    echo ''
40
+}
41
+
42
+function backup_remote_mediagoblin {
39 43
     echo ''
40 44
 }
41 45
 

+ 5
- 1
src/freedombone-app-mumble Ver arquivo

@@ -37,7 +37,11 @@ VOIP_PORT=64738
37 37
 VOIP_DATABASE="mumble-server.sqlite"
38 38
 VOIP_CONFIG_FILE="mumble-server.ini"
39 39
 
40
-function backup_mumble {
40
+function backup_local_mumble {
41
+    echo ''
42
+}
43
+
44
+function backup_remote_mumble {
41 45
     echo ''
42 46
 }
43 47
 

+ 5
- 1
src/freedombone-app-rss Ver arquivo

@@ -40,7 +40,11 @@ RSS_READER_PATH=/etc/share/tt-rss
40 40
 RSS_READER_GNUSOCIAL_REPO="https://github.com/bashrc/ttrss-gnusocial"
41 41
 RSS_READER_GNUSOCIAL_COMMIT='8b92b8f5db7b0d12459c7bd86a50f48815efe642'
42 42
 
43
-function backup_rss {
43
+function backup_local_rss {
44
+	echo ''
45
+}
46
+
47
+function backup_remote_rss {
44 48
 	echo ''
45 49
 }
46 50
 

+ 5
- 1
src/freedombone-app-searx Ver arquivo

@@ -36,7 +36,11 @@ SEARX_ONION_HOSTNAME=
36 36
 SEARX_LOGIN_TEXT=$"Search engine login"
37 37
 SEARX_PASSWORD=
38 38
 
39
-function backup_searx {
39
+function backup_local_searx {
40
+	echo ''
41
+}
42
+
43
+function backup_remote_searx {
40 44
 	echo ''
41 45
 }
42 46
 

+ 5
- 1
src/freedombone-app-sip Ver arquivo

@@ -35,7 +35,11 @@ VOIP_TURN_PORT=3478
35 35
 VOIP_TURN_TLS_PORT=5349
36 36
 VOIP_TURN_NONCE=
37 37
 
38
-function backup_sip {
38
+function backup_local_sip {
39
+	echo ''
40
+}
41
+
42
+function backup_remote_sip {
39 43
 	echo ''
40 44
 }
41 45
 

+ 5
- 1
src/freedombone-app-syncthing Ver arquivo

@@ -37,7 +37,11 @@ SYNCTHING_PORT=22000
37 37
 SYNCTHING_SHARED_DATA=/var/lib/syncthing/SyncShared
38 38
 SYNCTHING_USER_IDS_FILE='.syncthingids'
39 39
 
40
-function backup_syncthing {
40
+function backup_local_syncthing {
41
+    echo ''
42
+}
43
+
44
+function backup_remote_syncthing {
41 45
     echo ''
42 46
 }
43 47
 

+ 5
- 1
src/freedombone-app-tox Ver arquivo

@@ -44,7 +44,11 @@ TOXIC_REPO="https://github.com/Tox/toxic"
44 44
 TOXIC_COMMIT='cf16849b374e484a33a4dffa3dfb937b59d537f2'
45 45
 TOXIC_FILE=/usr/local/bin/toxic
46 46
 
47
-function backup_tox {
47
+function backup_local_tox {
48
+	echo ''
49
+}
50
+
51
+function backup_remote_tox {
48 52
 	echo ''
49 53
 }
50 54
 

+ 5
- 1
src/freedombone-app-vpn Ver arquivo

@@ -28,7 +28,11 @@
28 28
 # You should have received a copy of the GNU Affero General Public License
29 29
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
30 30
 
31
-function backup_vpn {
31
+function backup_local_vpn {
32
+	echo ''
33
+}
34
+
35
+function backup_remote_vpn {
32 36
 	echo ''
33 37
 }
34 38
 

+ 5
- 1
src/freedombone-app-webmail Ver arquivo

@@ -36,7 +36,11 @@ WEBMAIL_ADMIN_PASSWORD=
36 36
 WEB_PATH=/var/www
37 37
 WEBMAIL_PATH=$WEB_PATH/webmail
38 38
 
39
-function backup_webmail {
39
+function backup_local_webmail {
40
+    echo ''
41
+}
42
+
43
+function backup_remote_webmail {
40 44
     echo ''
41 45
 }
42 46
 

+ 5
- 1
src/freedombone-app-wiki Ver arquivo

@@ -34,7 +34,11 @@ WIKI_TITLE="${PROJECT_NAME} Wiki"
34 34
 WIKI_CODE=
35 35
 WIKI_ONION_PORT=8089
36 36
 
37
-function backup_wiki {
37
+function backup_local_wiki {
38
+    echo ''
39
+}
40
+
41
+function backup_remote_wiki {
38 42
     echo ''
39 43
 }
40 44
 

+ 5
- 1
src/freedombone-app-xmpp Ver arquivo

@@ -35,7 +35,11 @@ XMPP_PASSWORD=
35 35
 XMPP_CIPHERS='"EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA256:EECDH:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!IDEA:!ECDSA:kEDH:CAMELLIA128-SHA:AES128-SHA"'
36 36
 XMPP_ECC_CURVE='"secp384r1"'
37 37
 
38
-function backup_xmpp {
38
+function backup_local_xmpp {
39
+	echo ''
40
+}
41
+
42
+function backup_remote_xmpp {
39 43
 	echo ''
40 44
 }
41 45
 

+ 5
- 1
src/freedombone-app-zeronet Ver arquivo

@@ -45,7 +45,11 @@ ZERONET_DEFAULT_MAIL_TAGLINE="Mail for the Mesh"
45 45
 ZERONET_ID_REPO="https://github.com/HelloZeroNet/ZeroID"
46 46
 ZERONET_ID_COMMIT='ccf14fdc96fa9cdb2ddd8a7ab283a8e17a4f234b'
47 47
 
48
-function backup_zeronet {
48
+function backup_local_zeronet {
49
+	echo ''
50
+}
51
+
52
+function backup_remote_zeronet {
49 53
 	echo ''
50 54
 }
51 55
 

+ 1
- 1
src/freedombone-tests Ver arquivo

@@ -65,7 +65,7 @@ function test_app_functions {
65 65
 	fi
66 66
 
67 67
 	# check that these functions exist
68
-	interface_functions=( install remove backup )
68
+	interface_functions=( install remove backup_local backup_remote )
69 69
 
70 70
 	# for all the app scripts
71 71
 	for filename in $FILES