Just wanting to make sure that I don't exclude anything important...
In the /data and internal_data, directories, I think I only need to back up:
/data/avatars
/data/profile_banners
/internal_data/attachments
Am I missing anything? The rest seems to be files, caches and thumbnails.
Thanks!
----------------------
For the record, here are those two directories:
And, in case it helps anyone, the relevant lines for aws s3 sync in crontab:
In the /data and internal_data, directories, I think I only need to back up:
/data/avatars
/data/profile_banners
/internal_data/attachments
Am I missing anything? The rest seems to be files, caches and thumbnails.
Thanks!
----------------------
For the record, here are those two directories:
[root@forum xenforo]# ls data/ -1
attachments
avatars
index.html
profile_banners
[root@forum xenforo]# ls internal_data/ -1
addon_batch
attachments
code_cache
file_check
image_cache
index.html
install-lock.php
keys
oembed_cache
page_cache
sitemaps
temp
templates
xen.log
And, in case it helps anyone, the relevant lines for aws s3 sync in crontab:
28 11 * * * /root/.local/bin/aws s3 sync /xenforo2/data/avatars s3://my-forum-backup/xenforo2/data/avatars/
28 11 * * * /root/.local/bin/aws s3 sync /xenforo2/data/profile_banners s3://my-forum-backup/xenforo2/data/profile_banners/
33 11 * * * /root/.local/bin/aws s3 sync /xenforo2/internal_data/attachments s3://my-forum-backup/xenforo2/internal_data/attachments/
Last edited: