frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is there a name for the type of comments agents add where they leak the prompt?

6•xdennis•3h ago•3 comments

Ask HN: How are thinking efforts implemented?

93•simianwords•6d ago•29 comments

Ask HN: Which cheap Chinese LLM are you using?

5•linzhangrun•1h ago•0 comments

I'm Eric Ries, author of "The Lean Startup" and new book "Incorruptible" – AMA

793•eries•3d ago•570 comments

Ask HN: Favorite text heavy blogs that are a joy to read?

111•joshmarinacci•4d ago•28 comments

Ask HN: Want to build something open source on nights and weekends together?

38•vira28•2d ago•14 comments

AWS Bedrock to require sharing data with Anthropic for Mythos and future models

421•TomAnthony•3d ago•253 comments

Ask HN: Why hasn't there been a real competitor to Ticketmaster yet?

262•mdni007•5d ago•239 comments

Ask HN: Did we witness the "Trinity moment" for AI?

18•vld_chk•9h ago•21 comments

Tell HN: iOS devs, get back lots of disk space: xcrun simctl delete unavailable

4•amichail•9h ago•0 comments

Notes on DeepSeek

206•vinhnx•3d ago•140 comments

Ask HN: Would it be useful to have a slop button in addition to flag?

34•BugsJustFindMe•3d ago•23 comments

Ask HN: Are most corporate SWE jobs performative?

246•hnthrow10282910•3d ago•282 comments

Ask HN: What is the AI adoption approach at your org?

4•iExploder•11h ago•4 comments

Did anyone went to YC directly from Sri Lanka?

3•geethikaisuru•11h ago•0 comments

Ask HN: How do you get into a flow state when using AI to code?

89•kilroy123•2d ago•115 comments

I procrastinate by building tools to stop me from procrastinating: A sad story

20•thisislorenzov•2d ago•9 comments

Ask HN: How to avoid stressing yourself because of a micromanager?

4•ciwolex•5h ago•2 comments

Ask HN: What are tools you have made for yourself since the advent of AI?

440•aryamaan•5d ago•763 comments

Ask HN: What would you do with a trillion dollars

10•brudgers•8h ago•15 comments

Ask HN: How to deal with App Store rejections?

4•high_byte•16h ago•1 comments

Ask HN: Are you still using a Vision Pro?

170•y1n0•4d ago•214 comments

What if we legally required politicians to work regular jobs 2 months a year?

9•ekoeko•18h ago•9 comments

Ask HN: Is anyone shorting the overspend in AI yet?

17•ggm•2d ago•14 comments

Ask HN: If you had a trillion dollars, what would you do?

4•brudgers•8h ago•3 comments

Ask HN: Phishing from 646-257-4500

6•latchkey•1d ago•1 comments

Ask HN: I Need Help for a Product

8•memoryleakgame•1d ago•5 comments

Ask HN: What features do you miss in Google Docs for desktop?

4•mci•21h ago•1 comments

Ask HN: Is there a metric for AI code quality?

6•fractalf•2d ago•5 comments

Ask HN: Influence of Legend of Zelda in Backrooms Movie?

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