frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: PayPal blocks GrapheneOS

434•leumon•11h ago•252 comments

Amazon now hides all customer reviews on products

60•tonymet•6h ago•25 comments

Ask HN: How many of you juggle multiple agent sessions at the same time?

3•top_rooster•2h ago•0 comments

Ask HN: Does anyone have a VRAM tester? Something like MemTest86+ but for GPUs?

5•vkaku•1h ago•0 comments

Ask HN: Hugging Face is out. Who is hosting open models?

12•FireUpTheTorren•7h ago•10 comments

Ask HN: AI agent acts. Your logs say so. But you wrote the logs

4•Yahyaaa•4h ago•3 comments

Ask HN: Why is AI civil tech and not military first?

7•esher•7h ago•11 comments

Ask HN: Dear LinkedIn, do you want to do business, yes or no?

6•stefanos82•8h ago•8 comments

Solving all open source tech debt with Codex

2•surajkrajan•6h ago•4 comments

Ask HN: Should I leave web development to study medicine in my mid-30s?

4•lovepuzzles•6h ago•5 comments

Ask HN: How do you guys stop coding agents from acting out of line?

3•vivekyyy•6h ago•2 comments

Ask HN: How to Vibe Design as Engineer?

3•metrofun•6h ago•1 comments

Ask HN: Ideas for dealing with overly-do-gooder agents

2•zof3•6h ago•0 comments

Tell HN: Gmail can mark legit mail from google.com as spam

5•salviati•7h ago•1 comments

Ask HN: How do you feel about the new 5H usage limit in Codex?

3•embedding-shape•7h ago•1 comments

Ask HN: If I am 16 what should I learn? Which books should read?

4•AmirMakirr•8h ago•10 comments

Another Webpage Screenshot and OG Image Generation API

2•foodpad•8h ago•0 comments

Flock contract cancellations grow among cities, other jurisdictions

3•achristmascarl•4h ago•0 comments

Ask HN: Why do tools like customer.io abandon self-serve after their Series A?

14•alessandroetc•1d ago•5 comments

Bast Text to Speech Tool

2•chaofan11•5h ago•0 comments

Ask HN: Do you still do pair programming in this agentic age?

6•Andugal•14h ago•4 comments

Ask HN: Where else do you spend time on the internet other than HN?

11•Gecko4072•1d ago•14 comments

Ask HN: Why are Claude models so verbose?

9•JacobWolf•1d ago•9 comments

AI Artist

2•thallukrish•8h ago•0 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

74•kaladan•3d ago•96 comments

Ask HN: Good large format (>20 inches) touchscreen E-Paper display options?

30•foota•2d ago•9 comments

Taalas API Anyone?

2•revanthmatha•21h ago•2 comments

Encoding Myself into the System

4•nharziro•22h ago•4 comments

I keep getting flagged for AI, but I suck at writing. How can I solve this?

6•quesobob•1d ago•10 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?