Guys right now I am manually doing database backups on the CentOS7 JSS by, e.g.:
mysqldump -u root -p jamfsoftware > casper_database_25092015.sql
... And then scp'ing the file off to my MacBook.
But I want to automate the process with a cron daemaon (or even the systemd equivalent of cron), how are people creating their database backups - what kind of scripts are there? How often would you suggest doing a backup of the JSS database - daily, weekly, monthly? And how are you getting your database .sql files off to remote cifs/smb shares which are protected by active directory authentication passwords?
I am thinking of backing up the JSS database to two different remote shares but these will require AD username/password to log-in to (any good method for doing that?) but just wondering if there are any good scripts out there for doing that. And if there are better methods than that which people are using.