paszczak000

  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by paszczak000 Recent activity Votes
  • Return codes of backup

    Hi guys, I want to write Hook to run after backup is finished. I need to get status code from backup (failed or not). How can I get it using

  • Problem with my.cnf

    I have file /root/.my.cnf: [client] user=root password=PASS1 socket=/var/lib/mysql/mysql.sock [clientbackup] user=backup password=PASS2 socket=/var/lib/mysql/mysql.sock Everything is working fi...

  • Backup is generating huge load on server

    Making backup is generating huge load on server. It is related to IOwaits on system. It is possible to nice backup process? ionice -c3 nice -10 This command is not working, because it will only ...