jgstew / besapi

besapi is a Python library designed to interact with the BigFix REST API.
MIT License
5 stars 1 forks source link

Enhance custom site backup to GIT #2

Open jgstew opened 1 year ago

jgstew commented 1 year ago

There is existing functionality for export_all_sites that can be used to "backup" custom content on a regular basis to GIT.

It should be enhanced to only export contents if the last_modified time is newer in the origin site than in the already exported file.

The goal is to allow one way "backup" of custom site(s) to GIT, then allow one way ingestion of the same site from GIT.

Related: