frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Time to add option in Hacker News "AI excluded Show HN"

8•tukunjil•43m ago•1 comments

Ask HN: Is anyone seriously considering a career change?

18•zeven7•2h ago•9 comments

Reviewing in the Age of AI

6•maxalbarello•2h ago•4 comments

Rumors of my death are slightly exaggerated

19•CliffStoll•3h ago•3 comments

Ask HN: How to start up as an individual developer?

4•alexyan0431•6h ago•0 comments

Ask HN: How do I get freelance developer jobs?

4•downbad_•1h ago•2 comments

Ask HN: Who got hired with Who wants to be hired? (On 2026)

10•Gooblebrai•11h ago•8 comments

I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA

207•proberts•5d ago•249 comments

Ask HN: Is the future everyone having 100 MCP processes running on their PC?

6•ex-aws-dude•12h ago•4 comments

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

149•whoishiring•5d ago•477 comments

Ask HN: The death of software development as a job?

13•piratesAndSons•18h ago•21 comments

Ask HN: Who is hiring? (May 2026)

304•whoishiring•5d ago•465 comments

Ask HN: Is there a term for feeling sad about forced AI adoption?

20•ge96•1d ago•26 comments

Ask HN: Best Embedding Models?

16•devstein•1d ago•17 comments

Ask HN: Is the Job Market Actually Bad?

126•idontwantthis•4d ago•201 comments

Tell HN: An update from the new Tindie team

85•altairprime•1w ago•49 comments

Tell HN: An app is silently installing itself on my iPhone every day

593•_-x-_•1w ago•188 comments

Ask HN: Where are you getting your AI news from?

10•baetylus•1d ago•13 comments

Why Does a Single Firefox Tab Take Almost 1.5GB RAM?

6•syeare•1d ago•9 comments

Ask HN: Is a hands-off, family-friendly, de-Googled "home lab" feasible?

10•strix_varius•2d ago•11 comments

Ask HN: Why would we care about "extended time horizons" and LLMs?

4•ozozozd•1d ago•5 comments

Ask HN: Those building Swift apps without touching Xcode, what is your workflow?

18•p5v•3d ago•9 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•12mo ago
There seems to be no easy way to do this.

Comments

TowerTall•12mo 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•12mo ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?