frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Resources to get good at soldering?

254•tosmatos•3d ago•158 comments

Ask HN: Who is using MCP in production?

186•sukit•2d ago•192 comments

Ask HN: Why were OpenAI, Claude, and Grok simultaneously down?

398•halcdev•2d ago•700 comments

Tell HN: I want to see the same moon as you

13•UnderABlueMoon•1d ago•12 comments

Ask HN: Who is hiring? (September 2026)

247•whoishiring•4d ago•343 comments

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

111•whoishiring•4d ago•472 comments

Ask HN: How do you build organic traction as an indie dev?

6•charm137•10h ago•2 comments

Tell HN: Both recent GCP outages caused by fiber optic maintenance

19•fastest963•2d ago•1 comments

Ask HN: Any Alternatives to Archive.ph & co?

7•hebelehubele•21h ago•3 comments

Ask HN: Are others seeing Google's reCAPTCHA rejecting Firefox users?

71•Animats•2d ago•22 comments

Ask HN: How have interviews changed over the last year?

12•mikodin•14h ago•0 comments

Ask HN: Is AI a Powerdrill?

4•dfps•15h ago•3 comments

MITx is ending access to its courses for learners in Iran on September 8

2•mahdihabibi•15h ago•1 comments

Fable hacked my piano, can I release the results?

4•jmpman•16h ago•2 comments

Ask HN: 30, burnt out, with 6-10 months of runway. What would you do?

31•throwaway_30yo•3d ago•26 comments

Ask HN: Who is using FPGA for ML inference?

10•softwarewright•2d ago•15 comments

Ask HN: Books Recommendations?

7•washelterskelte•1d ago•9 comments

Ask HN: Founders that raised funding and shutdown, did you raise again?

18•asim•2d ago•1 comments

Astra One Shotted Cains's Jawbone

5•marcushyett•21h ago•5 comments

Xfinity silently blocks lots of new domains

15•dschwartz18•1d ago•5 comments

Ask HN: Initial Thoughts on GPT-6 Astra?

8•zof3•1d ago•12 comments

Ask HN: What is the ideal email domain setup?

7•bix6•2d ago•3 comments

OpenAI's rogue agents used ntfy.sh as a pub/sub channel

3•coderinsan•23h ago•0 comments

Tell HN: NVIDIA's Acquisition of HuggingFace was for $HuggingFace

41•MontagFTB•2d ago•4 comments

Word42 1.0.0 Released

5•andreasrosdal•1d ago•0 comments

Ask HN: Laptop or Desktop?

7•Gecko4072•2d ago•14 comments

Ask HN: How do you guys keep up with the most cost-effective AI models?

4•solomonmwalker•2d ago•5 comments

Ask HN: Why don't we talk about context window size anymore?

5•rce123•1d ago•1 comments

Ask HN: Are technical blogs dead?

13•quaintdev•2d ago•20 comments

Ask HN: Why isn't there a cursor for video games development

2•JimsonYang•1d ago•6 comments
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?