computers:tricksandtips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:tricksandtips [2025/01/27 16:30] – [rsync Windoze Files] david | computers:tricksandtips [2025/05/27 18:27] (current) – [Show Files by Access Time] david | ||
---|---|---|---|
Line 194: | Line 194: | ||
user 0m29.380s | user 0m29.380s | ||
sys | sys | ||
+ | </ | ||
+ | |||
+ | ==== Using tar Compress ==== | ||
+ | |||
+ | === Specific File Types === | ||
+ | |||
+ | < | ||
+ | find / | ||
+ | </ | ||
+ | |||
+ | |||
+ | Add compression | ||
+ | |||
+ | < | ||
+ | find / | ||
</ | </ | ||
====== BIOS Upgrade ====== | ====== BIOS Upgrade ====== | ||
Line 384: | Line 399: | ||
# try this | # try this | ||
- | rsync --size-only -vPrltD | + | rsync --size-only -vPrltD |
+ | |||
+ | # doing this on windows backup drive: | ||
+ | rsync --size-only -vPrlD | ||
</ | </ | ||
===== sshd Piping ===== | ===== sshd Piping ===== | ||
Line 709: | Line 727: | ||
# pipe to less if you want to page up / page down have a look (and reverse to so newest at top) q to exit less | # pipe to less if you want to page up / page down have a look (and reverse to so newest at top) q to exit less | ||
find / | find / | ||
+ | |||
+ | # AI suggested this for nice file formatting 2025 | ||
+ | # Alternative using printf for better formatting | ||
+ | find / | ||
+ | |||
</ | </ | ||
==== Find and Copy Files Between Two Dates ==== | ==== Find and Copy Files Between Two Dates ==== |
computers/tricksandtips.1737995420.txt.gz · Last modified: 2025/01/27 16:30 by david