-
Notifications
You must be signed in to change notification settings - Fork 5
/
pgclone.sh
40 lines (35 loc) · 1.42 KB
/
pgclone.sh
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
#!/bin/bash
#
# Title: PGBlitz.com (Reference Title File)
# Authors: Admin9705, Deiteq, and many PGBlitz Contributors
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
source /opt/pgclone/functions/functions.sh
source /opt/pgclone/functions/variables.sh
source /opt/pgclone/functions/keys.sh
source /opt/pgclone/functions/keyback.sh
source /opt/pgclone/functions/pgclone.sh
source /opt/pgclone/functions/gaccount.sh
source /opt/pgclone/functions/publicsecret.sh
source /opt/pgclone/functions/variables.sh
source /opt/pgclone/functions/transportselect.sh
source /opt/pgclone/functions/projectname.sh
source /opt/pgclone/functions/clonestartoutput.sh
source /opt/pgclone/functions/oauth.sh
source /opt/pgclone/functions/passwords.sh
source /opt/pgclone/functions/oauthcheck.sh
source /opt/pgclone/functions/keysbuild.sh
source /opt/pgclone/functions/emails.sh
source /opt/pgclone/functions/deploy.sh
source /opt/pgclone/functions/deployblitz.sh
source /opt/pgclone/functions/createtdrive.sh
################################################################################
# (functions.sh) Ensures variables and folders exist
pgclonevars
# (functions.sh) User cannot proceed until they set transport and data type
mustset
# (functions.sh) Ensures that fuse is set correct for rclone
rcpiece
sudocheck
clonestart