frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Understanding Runtime Governance for Enterprise AI Deployment

2•thespotlessmind•3h ago•0 comments

Ask HN: I just talked to an AI-obsessed client, and I need a shower afterwards

11•platevoltage•6h ago•9 comments

AI startups with hyper ARR growth – what's happening inside these companies?

4•d675•9h ago•1 comments

Ask HN: What job boards are good these days?

15•phendrenad2•19h ago•9 comments

I Built a Wine Atlas

3•keremiis•12h ago•2 comments

Ask HN: Is it impossible to disable Siri on macOS 27?

151•semidror•2d ago•83 comments

Anyone using a Wispr Flow alternative that is non-cloud?

21•itsjeremiahs•1d ago•17 comments

Ask HN: Do you offload your coding to AI, or keep your skills sharp?

11•Hex08•15h ago•15 comments

Ask HN: Why so many dead comments lately?

7•mattm•15h ago•6 comments

Tell HN: Substack obfuscating text to break reading mode

13•xnx•1d ago•3 comments

LinkedIn is a terrible quality website

18•skyfantom•19h ago•10 comments

Ask HN: Which harness do you use with Qwen3.8 27B? And why?

2•grigio•20h ago•10 comments

Ask HN: Declarative vs. Imperative

2•KenPainter•21h ago•2 comments

Ask HN: How do GitHub Copilot and Anthropic Claude compare in cost?

3•erwindegroot•1d ago•4 comments

Ask HN: When is fine-tuning a small LLM worth it?

9•kooldeep7•1d ago•13 comments

When Claude CLI asks for feedback, responding authorizes conversation capture

22•mmaunder•2d ago•2 comments

Ask HN: Can you suggest an interesting skill?

4•skwasimin•13h ago•10 comments

Ask HN: Which is cheaper: ChatGPT tokens or a 2nd Pro 20x subscription?

3•yesitcan•1d ago•4 comments

Ask HN: How do your teams share and distribute agent skills?

3•juanviera23•1d ago•3 comments

Tell HN: Firefox's default browser check dark pattern triggers Windows BSOD

5•xeonmc•1d ago•1 comments

Porting a clearing-house money market to a smart contract

3•citizensinan•1d ago•0 comments

Ask HN: Dead Internet

16•basilikum•2d ago•11 comments

Ask HN: Why does it matter if no one reads your novel as long as the AIs do?

10•amichail•2d ago•27 comments

Is Claude 20x actually 20x?

6•ko3us•2d ago•2 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?