config updates
This commit is contained in:
Vendored
+2
-2
@@ -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=
|
||||
|
||||
Vendored
+12
-2
@@ -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=
|
||||
|
||||
Vendored
+9
-2
@@ -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=
|
||||
|
||||
Vendored
+10
-2
@@ -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=
|
||||
|
||||
Vendored
+7
-2
@@ -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=
|
||||
|
||||
Vendored
+8
-2
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user