forked from littlebizzy/slickstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrclone-conf.txt
42 lines (34 loc) · 2.43 KB
/
rclone-conf.txt
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
####################################################################################################
#### author: SlickStack ############################################################################
#### link: https://slickstack.io ###################################################################
#### mirror: https://mirrors.slickstack.io/modules/rclone/rclone-conf.txt ##########################
#### path: n/a (boilerplate) #######################################################################
#### destination: /var/www/meta/rclone.conf (after install) ########################################
#### purpose: Rclone configuration file boilerplate ################################################
#### module version: Rclone 1.50.x #################################################################
#### bash aliases: n/a #############################################################################
####################################################################################################
####################################################################################################
#### Rclone.conf: Remote Settings (Only Single Remote Supported) ###################################
####################################################################################################
## for stability reasons SlickStack only supports a single Rclone remote backup instance ##
## we hardcode the instance name for user friendliness and better predictability ##
[slickstack]
type = @RCLONE_TYPE
account = @RCLONE_CLIENT_ID
key = @RCLONE_CLIENT_SECRET
hard_delete = false
versions = false ## leave disabled
upload_cutoff = 5G ## to minimize API calls on b2
## other
user = @RCLONE_USER
####################################################################################################
#### SlickStack: External References Used To Improve This Script (Thanks, Interwebz) ###############
####################################################################################################
## Ref: https://github.com/rclone/rclone/issues/572
## Ref: https://rclone.org/commands/rclone_config_create/
## Ref: https://forum.rclone.org/t/can-all-command-line-options-be-in-rclone-conf-file/7986/8
## Ref: https://rclone.org/docs/#environment-variables
## Ref: https://dev.to/hunterparks/backing-up-files-to-backblaze-b2-with-rclone
## Ref: https://forum.rclone.org/t/overview-of-cloud-storage-systems-which-is-the-most-popular-among-rclone-users/3038
## SS_EOF