I created a new profile that is intended to back up just one directory that exists outside of the site's root directory. The pattern is as follows:
root directory: /abc/xyz/public_html/
target directory: /abc/my_docs
I was able to use Akeeba to find and select this 'off-site' directory, but when I restore on my local machine... well, I assume the content was not included because my WAMP does not have the same directory structure underneath the site.
What I'm after is a way to archive that directory, store it on S3 along with the full backup, and be able to restore the directory so I have a copy of the directly/files on my local machine.
Is the only way to do this is to replicate the underlying directory structure? (in my example: /abc/xyz/public_html) I do prefer an alternate way, but at the least I'd like be able to restore on a local machine so that I can confirm the backup file is backing up the directory as I expect.