frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Are systems ready for the first negative leap second?

29•Asmod4n•4d ago•32 comments

Ask HN: What was the last task where only a frontier model could do it?

17•thedebuglife•2h ago•19 comments

Tell HN: I De-Googled Myself

19•degoogled•5h ago•13 comments

Request for Senior Developer and Senior Cybersecurity

2•essina•3h ago•1 comments

Ask HN: Burned Tokens scented candle ideas

3•Tade0•6h ago•11 comments

Ask HN: HN frontpage feels boring now?

46•xeonmc•1d ago•33 comments

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

207•yehiaabdelm•1w ago•203 comments

Ask HN: I hate coding agents. Is this skill issue?

16•cmar00•1d ago•12 comments

Ask HN: I am not able to find a job. Should I switch stacks?

11•need_a_work23•1d ago•17 comments

Audar-ASR-V1:Arabic-first speech recognition foundation models with open weights

2•AudarAI•16h ago•2 comments

Fable July 12th disclaimer disappears from Claude Code

7•gorgmah•23h ago•7 comments

Ask HN: Ubuntu 24.04 now force-automounts any plugged-in MMC card or USB key

3•everybodyknows•1d ago•1 comments

Ask HN: Where are the good search engines for mathematical formulas?

56•lo0dot0•6d ago•16 comments

Who has been caught out by this anti-pattern from Google?

4•Monotoko•1d ago•2 comments

Ask HN: Thoughts on AI in Personal Finance?

6•foxtrot8672•18h ago•11 comments

Ask HN: Is GitHub preparing to go behind a login wall?

56•reconnecting•3d ago•38 comments

Ask HN: What are you running locally on your machine with LLMs?

3•agcat•20h ago•2 comments

Tell HN: Who wants to be hired" posts outpace "Who's hiring" 2 to 1

55•santiagobasulto•3d ago•34 comments

Ask HN: Is Google NERFing AI Mode?

4•PaulHoule•1d ago•4 comments

Ask HN: Who is hiring? (July 2026)

246•whoishiring•1w ago•402 comments

Where'd Codex Go?

8•aleshh•23h ago•14 comments

Ask HN: How long has it been since you last opened Stack Overflow?

5•novoreorx•1d ago•11 comments

Reality of Commercial AI World from a 16 Year Old's Perspective

3•VanshAgenticAI•23h ago•0 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?