Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Closed Enhancement MAR-88 Include shadow password, crontabs, and local user mails in the backup for common role
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Enhancement
  • Category
    Not determined
  • Targetted for
    1.3.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    1 hour
  • Time spent
    1 hour
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

At the moment local user passwords, mails, and cronjobs are not part of the regular backups.

In case of the passwords (/etc/shadow file), it is useful to back it up for disaster recovery (since user passwords are set once during the initial installation, and afterwards are managed by hand).

The local user mails can provide valuable information about failures if, for any reason, the regular mail server is not functioning. The crontabs might have been modified by regular users on as-needed basis (i.e. outside of configuration management system).

All three should be included in the backup. The following should be done:

  • Update the common role to include back-up of the following paths:
    • /etc/shadow
    • /var/mail/
    • /var/spool/cron/
Todos (0 / 0)
There are no comments