Menu

How to disable weekly and monthly backups?

Help
tfe
2012-05-20
2013-05-29
  • tfe

    tfe - 2012-05-20

    Hello,

    It's a very good script and I use it for years. Thank you.

    The only thing that I don't like are weekly and monthly backups. I don't need them and I don't understand the purpose of them. Can someone help me to modify the script so that it creates only daily backups. I also want the script to delete ALL backup files before starts a new backup process. I synchronize files every day, so, I don't need them.

    Thanks.

     
  • Theo Kastermans

    Theo Kastermans - 2012-05-21

    You can change the following settings in /etc/automysqlbackyp/automysqlbackup.conf to

    CONFIG_do_monthly = "0"
    

    ,

    CONFIG_do_weekly = "0"
    

    and

    CONFIG_rotation_daily=1
    
     
  • tfe

    tfe - 2012-05-21

    Thank you kassiematis. I was using and old version without these features. Upgraded now.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.