Advertisement
Guest User

Untitled

a guest
Feb 19th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. mysql::backup::mysqldump { $dbuser:
  2. backupuser => $dbuser,
  3. backuppassword => $dbpass,
  4. backupdir => $backup_dir,
  5. backupdirmode => '700',
  6. backupdirowner => 'root',
  7. backupdirgroup => 'root',
  8. # Retain 7 copies of the backups
  9. backuprotate => '7',
  10. # Archive backups
  11. backupcompress => true,
  12. # Select backup time
  13. # backuptime => ['*', '00'],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement