nixfiles/hosts/hetzner-arm/containers/storage/data/rclone_config.template

146 lines
2.8 KiB
Plaintext
Raw Normal View History

[StorageBox-Remote-WebDAV]
2023-03-19 11:44:27 +00:00
type = webdav
vendor = other
2022-10-27 20:27:22 +01:00
host = u323231.your-storagebox.de
2023-03-19 11:44:27 +00:00
url = https://u323231.your-storagebox.de
2022-10-27 20:27:22 +01:00
user = u323231
pass = STORAGEBOX_PASSWORD
[StorageBox-Remote-SFTP]
type = sftp
host = u323231.your-storagebox.de
user = u323231
port = 23
pass = STORAGEBOX_PASSWORD
shell_type = unix
md5sum_command = md5 -r
sha1sum_command = sha1 -r
# Can change which protocol to use at runtime by editing config
# after deploy or redeploying with different alias if storagebox breaks
[StorageBox-Remote]
type = alias
2023-09-30 16:49:52 +01:00
remote = StorageBox-Remote-WebDAV:
[StorageBox-Hasher]
type = hasher
remote = StorageBox-Remote:
hashes = sha1,md5
max_age = off
2022-10-27 20:27:22 +01:00
[StorageBox]
type = alias
remote = StorageBox-Hasher:
2022-10-27 20:27:22 +01:00
[B2-Chaos-Backups-Source]
type = b2
account = B2_CHAOS_BACKUPS_ACCOUNT
key = B2_CHAOS_BACKUPS_KEY
hard_delete = true
[B2-Chaos-Backups]
type = alias
2022-10-28 13:56:51 +01:00
remote = B2-Chaos-Backups-Source:Chaos-Backups
[B2-Chaos-Photos-Source]
type = b2
account = B2_CHAOS_PHOTOS_ACCOUNT
key = B2_CHAOS_PHOTOS_KEY
hard_delete = true
[B2-Chaos-Photos]
type = alias
2022-11-02 11:32:03 +00:00
remote = B2-Chaos-Photos-Source:Chaos-Photos
2022-11-03 06:44:02 +00:00
[B2-Chaos-Music-Source]
type = b2
account = B2_CHAOS_MUSIC_ACCOUNT
key = B2_CHAOS_MUSIC_KEY
hard_delete = true
[B2-Chaos-Music]
type = alias
remote = B2-Chaos-Music-Source:Chaos-Music
2023-07-09 20:46:08 +01:00
[B2-Chaos-Personal-Source]
type = b2
account = B2_CHAOS_PERSONAL_ACCOUNT
key = B2_CHAOS_PERSONAL_KEY
hard_delete = true
[B2-Chaos-Personal]
type = alias
remote = B2-Chaos-Personal-Source:Chaos-Personal
2023-07-29 20:35:27 +01:00
[B2-Chaos-Public-Source]
type = b2
account = B2_CHAOS_PUBLIC_ACCOUNT
key = B2_CHAOS_PUBLIC_KEY
hard_delete = true
[B2-Chaos-Public]
type = alias
remote = B2-Chaos-Public-Source:Chaos-Public
[B2-Phoenix-Cryptidz-Storage-Source]
2022-11-02 11:32:03 +00:00
type = b2
account = B2_PHOENIX_CRYPTIDZ_STORAGE_ACCOUNT
key = B2_PHOENIX_CRYPTIDZ_STORAGE_KEY
2022-11-02 11:32:03 +00:00
hard_delete = true
[B2-Phoenix-Cryptidz-Storage]
2022-11-02 11:32:03 +00:00
type = alias
remote = B2-Phoenix-Cryptidz-Storage-Source:Phoenix-Cryptidz-Storage
2022-11-20 10:34:55 +00:00
[PutIO-WebDAV]
type = webdav
url = https://webdav.put.io
vendor = other
2022-11-20 10:34:55 +00:00
user = chaoticryptidz
pass = PUTIO_PASSWORD
[B2-Media-Source]
type = b2
account = B2_CHAOS_MEDIA_ACCOUNT
key = B2_CHAOS_MEDIA_KEY
hard_delete = true
[B2-Media]
type = alias
remote = B2-Media-Source:Chaos-Media
[Media-Source]
2022-11-29 10:08:44 +00:00
type = crypt
remote = B2-Media:
2022-11-29 10:08:44 +00:00
password = STORAGE_MEDIA_CRYPT_PASSWORD
password2 = STORAGE_MEDIA_CRYPT_SALT
[Media]
type = chunker
remote = Media-Source:
chunk_size = 256Mi
[Media-Combine]
2022-11-20 10:34:55 +00:00
type = combine
upstreams = "Media=Media:" "PutIO=PutIO-WebDAV:"
2023-11-15 17:17:35 +00:00
[B2-Gaming-Source]
type = b2
account = B2_CHAOS_GAMING_ACCOUNT
key = B2_CHAOS_GAMING_KEY
hard_delete = true
[B2-Gaming]
type = alias
remote = B2-Gaming-Source:Chaos-Gaming
[Gaming-Source]
type = crypt
remote = B2-Gaming:
password = STORAGE_GAMING_CRYPT_PASSWORD
password2 = STORAGE_GAMING_CRYPT_SALT
[Gaming]
type = chunker
remote = Gaming-Source:
chunk_size = 128Mi