frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is AI code verification becoming your main bottleneck?

5•ochidaniel4•6h ago•2 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

212•BoxOfRain•5d ago•72 comments

Ask HN: How are you finding the job market in 2026?

4•dzonga•6h ago•5 comments

Ask HN:Why do websites today refuse to work on EDGE/2G?

6•DenisDolya•11h ago•2 comments

Ask HN: Are there any production LLM pipeline setups to learn from?

4•atif089•14h ago•0 comments

Ask HN: Why Connected Home Appliances?

4•ripe•7h ago•5 comments

Ask HN: What are you working on? (August 2026)

315•david927•3d ago•1155 comments

Ask HN: Responsible/trustable background check companies?

5•levinb•12h ago•0 comments

Ask HN: What do you think of this novel slider puzzle? [video, full rules, beta]

3•amichail•13h ago•3 comments

Ask HN: How's Everyone Feeling Today?

11•arm32•13h ago•10 comments

Ask HN: How do you envision the AI Software Factory?

2•DavidHaerer•14h ago•1 comments

Human task board for my agents

2•jbdamask•14h ago•0 comments

We built a job board where the employers aren't human. Here's what broke

4•Taskpoolai•14h ago•4 comments

Remind HN: Perseid meteor shower peaks tonight

10•cjbarber•13h ago•0 comments

Ask HN: GitHub project that showed all edits (somewhat proving human authorship)

3•4d66ba06•17h ago•1 comments

Bitbucket CLI

4•scr2em•17h ago•0 comments

Ask HN: What are GitHub's push-farm botnets for?

4•ghspamwatch•18h ago•1 comments

Ed Zitron on CNBC Squawk Box Talking Nvidia, Unprofitable AI Labs

7•johnbarron•15h ago•0 comments

SETI@Home was the coolest thing

27•b112•2d ago•7 comments

DeepSeek-V4-Pro-0813

5•uneven9434•13h ago•0 comments

Ask HN: Could DNA be represented as "an embedding" in an AI model?

3•greenmoonx•1d ago•1 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?