From 313d28c7ae08870e47eb991d959ef00cf7285b6f Mon Sep 17 00:00:00 2001 From: yage Date: Thu, 22 Jun 2023 15:14:59 -0600 Subject: [PATCH] config updates --- config/scwrypts/env/local | 4 ++-- config/scwrypts/env/local.altaria | 14 ++++++++++++-- config/scwrypts/env/local.blaziken | 11 +++++++++-- config/scwrypts/env/local.butterfree | 12 ++++++++++-- config/scwrypts/env/local.gardevoir | 9 +++++++-- config/scwrypts/env/local.umbreon | 10 ++++++++-- 6 files changed, 48 insertions(+), 12 deletions(-) diff --git a/config/scwrypts/env/local b/config/scwrypts/env/local index 5923b36..106f862 100644 --- a/config/scwrypts/env/local +++ b/config/scwrypts/env/local @@ -12,8 +12,8 @@ export AWS_REGION=us-east-2 export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # s3 bucket name and filesystem targets for media backups -export AWS__S3__MEDIA_BUCKET=yage -export AWS__S3__MEDIA_TARGETS= +export MEDIA_SYNC__S3_BUCKET=yage +export MEDIA_SYNC__TARGETS= # details for a directus instance export DIRECTUS__API_TOKEN= diff --git a/config/scwrypts/env/local.altaria b/config/scwrypts/env/local.altaria index e7418cc..cb7c160 100644 --- a/config/scwrypts/env/local.altaria +++ b/config/scwrypts/env/local.altaria @@ -12,8 +12,18 @@ export AWS_REGION=us-east-2 # from local export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local # s3 bucket name and filesystem targets for media backups -export AWS__S3__MEDIA_BUCKET=yage # from local -export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,.porn,Games/roms,Games/wrynscape,Documents,Media,Pictures,Archives/recordings' +export MEDIA_SYNC__S3_BUCKET=yage # from local +export MEDIA_SYNC__TARGETS=( + .local/share/dolphin-emu + .porn + Games/roms + Games/wrynscape + Documents + Media + Pictures + Archives/recordings +) + # details for a directus instance export DIRECTUS__API_TOKEN= diff --git a/config/scwrypts/env/local.blaziken b/config/scwrypts/env/local.blaziken index c45fed8..ad6b925 100644 --- a/config/scwrypts/env/local.blaziken +++ b/config/scwrypts/env/local.blaziken @@ -12,8 +12,15 @@ export AWS_REGION=us-east-2 # from local export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local # s3 bucket name and filesystem targets for media backups -export AWS__S3__MEDIA_BUCKET=yage # from local -export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms/gameboy-advance,Games/roms/gameboy-color,Media,Pictures' +export MEDIA_SYNC__S3_BUCKET=yage # from local +export MEDIA_SYNC__TARGETS=( + .local/share/dolphin-emu + Games/roms/gameboy-advance + Games/roms/gameboy-color + Media + Pictures +) + # details for a directus instance export DIRECTUS__API_TOKEN= diff --git a/config/scwrypts/env/local.butterfree b/config/scwrypts/env/local.butterfree index e29b41b..a50931f 100644 --- a/config/scwrypts/env/local.butterfree +++ b/config/scwrypts/env/local.butterfree @@ -12,8 +12,16 @@ export AWS_REGION=us-east-2 # from local export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local # s3 bucket name and filesystem targets for media backups -export AWS__S3__MEDIA_BUCKET=yage # from local -export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms,Games/wrynscape,Documents,Media,Pictures' +export MEDIA_SYNC__S3_BUCKET=yage # from local +export MEDIA_SYNC__TARGETS=( + .local/share/dolphin-emu + Games/roms + Games/wrynscape + Documents + Media + Pictures +) + # details for a directus instance export DIRECTUS__API_TOKEN= diff --git a/config/scwrypts/env/local.gardevoir b/config/scwrypts/env/local.gardevoir index 3faf25b..80a2d29 100644 --- a/config/scwrypts/env/local.gardevoir +++ b/config/scwrypts/env/local.gardevoir @@ -12,8 +12,13 @@ export AWS_REGION=us-east-2 # from local export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local # s3 bucket name and filesystem targets for media backups -export AWS__S3__MEDIA_BUCKET=yage # from local -export AWS__S3__MEDIA_TARGETS='Documents,Media,Pictures' +export MEDIA_SYNC__S3_BUCKET=yage # from local +export MEDIA_SYNC__TARGETS=( + Documents + Media + Pictures +) + # details for a directus instance export DIRECTUS__API_TOKEN= diff --git a/config/scwrypts/env/local.umbreon b/config/scwrypts/env/local.umbreon index 2f29e94..b6f5936 100644 --- a/config/scwrypts/env/local.umbreon +++ b/config/scwrypts/env/local.umbreon @@ -12,8 +12,14 @@ export AWS_REGION=us-east-2 # from local export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local # s3 bucket name and filesystem targets for media backups -export AWS__S3__MEDIA_BUCKET=yage # from local -export AWS__S3__MEDIA_TARGETS='.porn,Documents,Media,Pictures' +export MEDIA_SYNC__S3_BUCKET=yage # from local +export MEDIA_SYNC__TARGETS=( + .porn + Documents + Media + Pictures +) + # details for a directus instance export DIRECTUS__API_TOKEN=