Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 225 Bytes

NOTES.md

File metadata and controls

6 lines (5 loc) · 225 Bytes

How to diff: ls -laR --full-time ./ > /tmp/filelist.txt cd restored ls -laR --full-time ./ > /tmp/filelist-restored.txt

This will dump out all the permissions, owners, filesize, mtime, etc.  Use diff/vimdiff to compare.