User Tools

Site Tools


operating_systems:raspbian:common_backup_structure

This is an old revision of the document!


Common backup structure

etc

  # chown root:root /home/acdsn/git/fw-rules/3810/etc

Crontab

  # chmod 730 /etc/cron.d
  # chmod +t /etc/cron.d
  
  # chown root:root /home/acdsn/git/fw-rules/3810/etc/cron.d/acdsn
  # chmod 755 /home/acdsn/git/fw-rules/3810/etc/cron.d/acdsn

bash.bashrc

  # chown root:root /home/acdsn/git/fw-rules/3810/bash.root

Interfaces

  # chown root:root /home/acdsn/git/fw-rules/3810/etc/network/interfaces

wpa_supplicant

  # chown -R root:root /home/acdsn/git/fw-rules/3810/etc/wpa_supplicant
  # chmod o+r /home/acdsn/git/fw-rules/3810/etc/wpa_supplicant/wpa_supplicant.conf

sudoers.d

  # chown -R root:root /home/acdsn/git/fw-rules/3810/etc/sudoers.d
  # chmod o+r /home/acdsn/git/fw-rules/3810/etc/sudoers.d/*

sudoers

  # chown root:root /home/acdsn/git/fw-rules/3810/etc/sudoers
  # chmod o+r /home/acdsn/git/fw-rules/3810/etc/sudoers

rc.local

  # chown root:root /home/acdsn/git/fw-rules/3810/etc/rc.local
operating_systems/raspbian/common_backup_structure.1558082519.txt.gz ยท Last modified: 2019/05/17 08:41 by maferreira