frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: Happy Fathers Day

335•consumer451•1d ago•57 comments

Open source, global vs. proprietary but for US in US, which is fundable in SaaS?

4•avijeetsingh16•4h ago•0 comments

Tell HN: I never bought anything from clicking on a paid ad

11•julienreszka•9h ago•9 comments

Ask HN: Do you have an unusual income source

42•xupybd•1d ago•31 comments

Ask HN: Will programmers write more efficient code during the memory shortage?

149•amichail•3d ago•243 comments

Ask HN: What did you find out or explore today?

5•blahaj•15h ago•5 comments

Ask HN: Fda.gov Down for You?

2•jmount•17h ago•2 comments

Ask HN: What is your opinion on TUI applications

6•po1nt•1d ago•8 comments

Ask HN: Is anyone using the A2A protocol?

94•asim•5d ago•44 comments

Ask HN: Has Codex gotten slower recently?

6•aurenvale•8h ago•1 comments

Ask HN: Are you being "529 Overloaded" by Anthropic too?

8•hmokiguess•1d ago•8 comments

Ask HN: How close are we to local LLMs being useful? What's the impact?

6•AbstractH24•21h ago•6 comments

Ask HN: Anthropic banned me from using Claude Code and I don't know what to do

54•ayi•4h ago•60 comments

Ask HN: What tools are you using for AI-assisted code review?

25•agos•4d ago•26 comments

Ask HN: Are people optimistic about the future?

39•JohnDSDev•2d ago•75 comments

Norrin – Git/ diff control in Claude Code

4•gagewoodard•1d ago•1 comments

My Opinion on RL

3•umjunsik132•1d ago•1 comments

GitHub Banned All CI for Our (OSS) Org Because of Bad Drive-By Contributors

9•BlueMatt•1d ago•4 comments

Ask HN: Are You a Workaholic?

5•julienreszka•1d ago•4 comments

Ask HN: I'm lost. How can I define ICP (Ideal Customer Profile)?

8•snowhy•4d ago•6 comments

Ask HN: What would justify writting an OS kernel in 2026?

4•alonsovm44•1d ago•6 comments

Ask HN: How should I convert Microsoft Word documents to Markdown?

5•lkrubner•1d ago•7 comments

Ask HN: After you ship a feature, what happens to what you learned?

10•gaggle_dk•2d ago•13 comments

Ask HN: What technique do you use to make Claude Code deterministic?

7•hbarka•2d ago•11 comments

Ask HN: What do you care about? What is your joy and purpose?

10•bix6•2d ago•20 comments

Ask HN: Favorite aspects of Cocoa/NeXTSTEP for app dev?

6•elcritch•2d ago•0 comments

Ask HN: What are your favourite Hacker News comments?

4•Imustaskforhelp•2d ago•4 comments

Ask HN: How to get ideas for space startups?

5•asxndu•2d ago•5 comments

Ask HN: Any AI native Anki alternatives?

5•shadag•1d ago•4 comments

Forked CozoDB to give agents cognitive primitives

5•shanrizvi•3d ago•0 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?