We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is existing functionality for export_all_sites that can be used to "backup" custom content on a regular basis to GIT.
besapi/src/besapi/besapi.py
Line 744 in e0e5058
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is existing functionality for export_all_sites that can be used to "backup" custom content on a regular basis to GIT.
besapi/src/besapi/besapi.py
Line 744 in e0e5058
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:
The text was updated successfully, but these errors were encountered: