Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/CSGI Mineplex Testing Servers/mineplex-dev-spigot-map-parser/plugins/EasyBackup/settings/upload-services.yml
Daniel Waggner 967cd5588b MAPS
I shoved the entire communityi server backup into the build server directory. Just run "start.bat" and everything will load up (hopefully)
2023-05-21 13:49:29 -07:00

79 lines
2.9 KiB
YAML

# Backup Upload Configuration
#
# You can configure the backup to external services here
# Enables / Disables Local Backup Deletion after all uploads have been completed
delete-local: false
dropbox:
# Enables / Disables Dropbox Upload
enabled: false
# Paste your dropbox access token here
#
# Instructions on how to get your token:
# https://prodigysupport.team/wiki/eb/how-tos/how-to-get-your-dropbox-token
access-token: sl.Arhj7m5wxJNyqaJR8WQjI-Ks4SgEUxza_v4YMp_zDM9Fv9KBiqgID3wqUuMnAKoCRXn75PSHSL3LnKywqpcbZHbPSLAO9CuRh9A6a_C_wn4GmU-2IaPK2T4OX2d4_QA3gsdBb6I
# Set the DropBox path you want your files to be uploaded to
upload-path: /backups/
# You can set the max amount of backups you want in your dropbox here
# Set it to '-1' to disable it
max-backups-before-erase: -1
# You can configure the chunk size for uploads here
# DO NOT CHANGE THIS IF YOU ARE NOT SURE WHAT YOU ARE DOING
chunk-size: 8388608
google-drive:
# Enables / Disables Google Drive Upload
enabled: true
# Paste your Google Drive access token here
#
# Instructions on how to get your token:
# https://prodigysupport.team/wiki/eb/how-tos/how-to-get-your-google-drive-refresh-token
refresh-token: 1//09B5IdJ1iFYnXCgYIARAAGAkSNwF-L9IryM30JCboNVrosbWX741D67oLOacNgEWWS0EACjvE1K_ocaDeJU0PRgwmWcp8TsXbI-0
# Set the Google Drive path you want your files to be uploaded to
upload-path: /backups/
advanced:
parent-folder:
# Enables / Disables the advanced parent folder mode
# DO NOT CHANGE THIS IF YOU ARE NOT SURE WHAT YOU ARE DOING
#
# Instructions on how to setup the advanced destination folder
# https://prodigysupport.team/wiki/x/M4AiAQ
enabled: false
# Sets the parent folder (the 'google-drive.upload-path' will become useless)
id: ''
# You can set the max amount of backups you want in your google drive storage here
# Set it to '-1' to disable it
max-backups-before-erase: 14
# You can configure the chunk size for uploads here
# DO NOT CHANGE THIS IF YOU ARE NOT SURE WHAT YOU ARE DOING
chunk-size: 8388608
ftp:
# Enables / Disables FTP Upload
enabled: false
ssh:
# If you are using ssh keys to authenticate with your ftp server
# You can enable or disable it here
use: false
# Set the path to your ssh private key here
private-key: ''
# Set your ssh private key passphrase here
passphrase: ''
# Select which ftp protocol you want to use.
# Available are:
# - SFTP
# - FTP
# - FTPS
protocol: ftp
# Set your ftp host address here
host: example.com
# Set your ftp username here
username: root
# Set your ftp password here
password: ''
# Set your ftp port here
port: 21
# Set the FTP path you want your files to be uploaded to
upload-path: /root/backups/
# You can set the max amount of backups you want on your ftp server
# Set it to '-1' to disable it
max-backups-before-erase: -1