frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How are you preventing brainrot?

4•flyingcoder•3h ago•7 comments

Is HTTPS://status.claude.com loading for you all?

4•soorajsanker•1h ago•4 comments

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

212•BoxOfRain•6d ago•72 comments

Ask HN: How much money do you spend monthly on subscriptions for AI models?

8•marko-djuric•11h ago•24 comments

Tell HN: In 2021, there were 4.5 jobs per job seeker vs. 2.5 job seekers/job now

7•ed_balls•12h ago•3 comments

Ask HN: How can you tell a site/app is vibe coded?

6•gkolli•11h ago•9 comments

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

317•david927•4d ago•1169 comments

Ask HN: What browser do you use?

7•Pieczasz•16h ago•27 comments

Ask HN: Small team devs – how do you collab with UI/UX designers in the AI era?

4•cameronnimmo•16h ago•2 comments

Weekly VSCode Grumbling

3•azatom•16h ago•0 comments

Cmux SSH Lagging

3•217•17h ago•2 comments

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

13•dzonga•1d ago•18 comments

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

7•ochidaniel4•1d ago•6 comments

Gemini API removes postpay billing

6•alex14fr•22h ago•1 comments

Ask HN: How's Everyone Feeling Today?

16•arm32•1d ago•22 comments

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

5•atif089•1d ago•0 comments

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

7•DenisDolya•1d ago•10 comments

Ask HN: New Reddit also requiring login?

5•7402•12h ago•5 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?