Actions
Bug #15271
closedBackup procedure documentation is incorrect
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
58
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
In the backup procedure in the documentation (https://docs.rudder.io/reference/5.0/administration/procedures.html) there is one line that is wrong:
tar -C /opt/rudder /tmp/rudder-etc-backup-$(date +%Y%m%d).tar.gz etc/
I believe it should read
tar -C /opt/rudder -zcf /tmp/rudder-etc-backup-$(date +%Y%m%d).tar.gz etc/
Actions