frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Who is hiring? (September 2026)

188•whoishiring•11h ago•212 comments

Ask HN: Who wants to be hired? (September 2026)

80•whoishiring•11h ago•243 comments

Were Claude's Weekly Limits Cut in Half? (and obscured by another 50% "deal"?)

2•benwills•45m ago•0 comments

Ask HN: Anyone homeschooling their kids?

7•wbnns•2h ago•4 comments

Ask HN: Does HN block mobile browsers?

3•pbohun•4h ago•6 comments

Ask HN: What would happen if your company stopped using all AI tomorrow?

37•jc_811•1d ago•81 comments

Asked Reddit support to give me API key so I can delete my data. They refused

13•leoriq•13h ago•16 comments

Dropbox Data Breach

42•hmate9•1d ago•7 comments

Claude Code now appends a link to a Claude session in every commit

10•codexon•1d ago•1 comments

Is it just me, or has Claude Opus gotten worse recently?

11•de6u99er•17h ago•18 comments

Old.reddit.com no longer works for logged out users

29•kradeelav•1d ago•14 comments

Ask HN: What do your job interviews look like?

28•Hixon10•2d ago•9 comments

Tell HN: Remember to Change Your Filters

5•surprisetalk•1d ago•6 comments

Hotline Telegram Support and Sales Hub (hotline.tg)

3•hotline•1d ago•0 comments

Native Apps Why?

7•dmvjs•1d ago•23 comments

Ask HN: Why is Founder Mode not working for Airbnb?

6•jorisboris•1d ago•9 comments

Dwarf Fortress creator: industry in shambles over AI and layoffs

3•01-_-•6h ago•1 comments

Claude 20x usage is only for the 5 hour window, not for the weekly limit

15•vmg12•1d ago•3 comments

Ask HN: What are your biggest problems and fixes with multisession engineering?

5•top_rooster•2d ago•4 comments

Ask HN: Which self-hosted Docker UIs support rootless mode?

3•vsilent•1d ago•0 comments

Ask HN: What is the next Burning Man in NA?

4•johnnyApplePRNG•1d ago•6 comments

Ask HN: What to do when a vendor doesn't respond to security issues?

3•cudder•1d ago•2 comments

Ask HN: Are Prompt Injections "Malware"?

2•razorbeamz•1d ago•11 comments

Which AI Do You Think Will Have the Greatest Impact on the World?

5•SudilaDasun•2d ago•4 comments

You've reached the end!

Open in hackernews

Ask HN: Can you exclude ~/Library except for your iCloud Drive in macOS backups?

2•amichail•1y ago
There seems to be no easy way to do this.

Comments

TowerTall•1y ago
No, if you exclude a folder its children will also be excluded. You could Exclude everything else in ~/Library but that means that you have to maintain a long list of exclusions; any new folder you or macOS adds later will start getting backed up until you exclude it.

You can also mark sub‑folders with the "do not backup" xattr

xattr -w com.apple.metadata:com_apple_backup_excludeItem com.apple.backupd ~/Library/Caches (Time Machine picks this up automatically).

or you can switch to Carbon Copy Cloner. It allows you to build positive include rules

solardev•1y ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?