Skip to content
New issue

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

How to make weekly and monthly backups work with manual install #59

Open
davidrochin opened this issue Sep 28, 2022 · 0 comments
Open

Comments

@davidrochin
Copy link

I've installed AutoMySQLBackup manually by putting the following bash script in my /etc/cron.hourly folder.

#!/bin/sh

/opt/automysqlbackup/automysqlbackup /opt/automysqlbackup/automysqlbackup.conf

chown root.root /opt/automysqlbackup/backup/db* -R
find /opt/automysqlbackup/backup/db* -type f -exec chmod 400 {} \;
find /opt/automysqlbackup/backup/db* -type d -exec chmod 700 {} \;

Will weekly and monthly backups also work this way? If not, what can I do to make them work with a fully manual install?

I'm guessing they willl not since the program doesn't seem to know what kind of backup it's doing (everything gets stored under the /daily folder).

@davidrochin davidrochin changed the title Make weekly and monthly backups work with manual install How to make weekly and monthly backups work with manual install Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant