frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reverse Engineering Apple Wallet

6•asxeem•3h ago•2 comments

Ask HN: Is it just me, or is software buggier across the board?

106•kadhirvelm•13h ago•95 comments

Ask HN: What Are You Working On? (July 2026)

279•david927•3d ago•1078 comments

Ask HN: Are AWS Certs worth getting for experienced Devs?

9•Gold-Ask-lx•8h ago•5 comments

Ask HN: Is page 2 HN better?

6•Towaway69•4h ago•2 comments

Ask HN: Who build production apps with out seeing code?

2•amukbils•5h ago•4 comments

Revised Polish Alphabet

3•poloniaco•6h ago•0 comments

Ask HN: Add flag for AI-generated articles

1083•levkk•3d ago•455 comments

Tell HN: Fable Credits Are 150x More Expensive

7•yesitcan•7h ago•4 comments

ChatGPT now defaults to Codex instead of chat:(

4•amukbils•10h ago•3 comments

Ask HN: Should I do a CS masters at Cambridge or start as a new grad at Amazon?

27•sspehr•2d ago•92 comments

Making something on your own(without any LLM) feels so good

3•RajX_dev•11h ago•0 comments

Ask HN: Anyone Else Burnt Out?

11•lmpdev•19h ago•3 comments

Ask HN: What company could create an iOS/Android competitor worth adopting?

4•pwython•12h ago•6 comments

GitHub is starting to lockdown some of the previously public data

9•punkpeye•13h ago•5 comments

Ask HN: Does language complexity affect reasoning?

4•zecice•13h ago•6 comments

I reverse-engineered the three biggest agent-memory tools

2•pauliusztin•15h ago•4 comments

TermShepherd- AI that audits your SaaS legal pages for free

2•termshepherd•6h ago•0 comments

Ask HN: Question regarding personal knowledge management

3•diarrheaasmr•17h ago•3 comments

Ask HN: How are you productive with GPT 5.6 Sol?

3•hk__2•18h ago•1 comments

Ask HN: What Are You Building with AI?

4•fraXis•18h ago•9 comments

Ask HN: Evidence for JavaScript ecosystem being more vulnerable than Rust's?

2•pascahousut•18h ago•0 comments

Should a smartwatch track the user's emotions?

3•accofrisk•18h ago•6 comments

ChatGPT Remote Connection Failure

3•tumidpandora•1d ago•2 comments

Ask HN: Insightful research or longreads on core teams in IT?

2•sam_lowry_•19h ago•0 comments

Ask HN: Do y'all sit here just looking at each url pop up to engage?

3•vanessa1211•19h ago•4 comments

Ask HN: How do you do marketing in the age of slop?

9•probst•17h ago•11 comments

Ask HN: How do you use Vim in the era of AI?

49•rstagi•5d ago•99 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?