Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd /home/
sudo getfacl -R ./www.dailyplanet.com/ > ./www.dailyplanet.com.acl.bck.txt

It is important to run with sudo so that getfacl can properly transverse the directories and owner comments or group comments will be retained.

Backup the files into tar and gzip or similar program,

...