feat: cron controlled cli command to sync xml data with remote

This commit is contained in:
Björn Fromme
2025-12-19 17:06:27 +01:00
parent 5f94f0487b
commit 62ac8038dc
11 changed files with 352 additions and 9 deletions
+7 -7
View File
@@ -4,13 +4,13 @@ flysystem:
adapter: 'local'
options:
directory: '%env(resolve:XML_EXPORT_PATH)%'
# xml_export.storage:
# adapter: 'sftp'
# options:
# host: '%env(SFTP_XML_EXPORT_HOST)%'
# port: '%env(int:SFTP_XML_EXPORT_PORT)%'
# username: '%env(SFTP_XML_EXPORT_USER)%'
# password: '%env(SFTP_XML_EXPORT_PASSWORD)%'
xml_source.storage:
adapter: 'sftp'
options:
host: '%env(SFTP_XML_EXPORT_HOST)%'
port: '%env(int:SFTP_XML_EXPORT_PORT)%'
username: '%env(SFTP_XML_EXPORT_USER)%'
password: '%env(SFTP_XML_EXPORT_PASSWORD)%'
xml_dump.storage:
adapter: 'local'
options: