[OSGeo] #3493: Fix backup scripts

#3493: Fix backup scripts
-----------------------+-----------------------------------------------
Reporter: cvvergara | Owner: sac-tickets@…
     Type: task | Status: new
Priority: major | Milestone: Sysadmin Contract 2025-IV (vicky)
Component: SysAdmin | Keywords:
-----------------------+-----------------------------------------------
Refers to #3490

Containers are not backed up

Fix scripts to make sure containers have their back up

|| nginx-backup || 2023/03/03 || daily || osgeo7 || script not working
|| ldap-web-backup || 2023/05/19 || weekly || osgeo9 || script not
working
|| limesurvey-backup || 2023/02/25 || weekly || osgeo9 || script not
working
|| live-backup || 2023/05/26 || weekly || osgeo7 || script not working
|| matrix-backup || 2023/03/03 || weekly || osgeo9 || script not
working
|| mapserver-backup || 2023/05/26 || weekly || osgeo7 || script not
working
|| photoprism-backup || 2023/03/29 || weekly || osgeo7 || script not
working
--
Ticket URL: <Making sure you're not a bot!;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3493: Fix backup scripts
-----------------------+------------------------------------------------
Reporter: cvvergara | Owner: sac-tickets@…
     Type: task | Status: closed
Priority: major | Milestone: Sysadmin Contract 2025-IV (vicky)
Component: SysAdmin | Resolution: fixed
Keywords: |
-----------------------+------------------------------------------------
Changes (by cvvergara):

* resolution: => fixed
* status: new => closed

Comment:

[Making sure you're not a bot!
deployment/src/commit/227539e969e80129f857b5da3d9919860869f38b/deployment/roles/staging/vars/containers.yml
configuration]

   - container: "nginx"
     server: "osgeo7"
     recurrence: "daily"
   - container: "ldap-web"
     server: "osgeo9"
     recurrence: "weekly"
   - container: "limesurvey"
     server: "osgeo9"
     recurrence: "weekly"
   - container: "live"
     server: "osgeo7"
     recurrence: "weekly"
   - container: "matrix"
     server: "osgeo9"
     recurrence: "weekly"
   - container: "mapserver"
     server: "osgeo7"
     recurrence: "weekly"
   - container: "photoprism"
     server: "osgeo7"
     recurrence: "weekly"

Creates a container-backup (on even week of the year) and a container-
backup-week1 (on odd week of the year)
--
Ticket URL: <Making sure you're not a bot!;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.