You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the Google Cloud Storage path, note that it depends on rclone being preconfigured
40
34
# for "remote" using the runtime creds, check rclone config in /root/.config/rclone/rclone.conf
41
35
REMOTE=remote:${BUCKET}/${BUCKETPATH}
42
36
43
-
echo"Updating rclone.conf with configuration"
44
-
sed -i s/S3_ENDPOINT/${S3_ENDPOINT}/ /root/.config/rclone/rclone.conf || { echo"Could not set S3_ENDPOINT in /root/.config/rclone/rclone.conf";exit 1; }
45
-
echo"Contents of rclone.conf - credentials are in AWS_ACCESS_KEY and AWS_SECRET_KEY"
46
-
cat /root/.config/rclone/rclone.conf
47
-
48
37
# Delete any files older than 30 days in the zip directory
49
38
echo"Deleting database archives older than 30 days"
0 commit comments