How to take backup of odoo file storage !
sudo su - odoo
tar -czvf /tmp/filestorage.production_dd_mm_yyyy.tar.gz .local/share/Odoo/filestore/
scp /tmp/filestorage.production_dd_mm_yyyy.tar.gz [email protected]:/backup/master/location/
To make automated, just manage ssh public key configrutaion properly and add in crontab
To get piad support - click here