frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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

537•eries•11h ago•431 comments

Notes on DeepSeek

114•vinhnx•12h ago•76 comments

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

397•TomAnthony•18h ago•232 comments

Ask HN: Are most corporate SWE jobs performative?

207•hnthrow10282910•13h ago•242 comments

Why are there an increasing number of outright unhinged high karma users on HN?

5•MichaelZuo•28m ago•3 comments

Ask HN: Releasing code under AGPLv3, but want to block LLM reconstruction?

3•zionsati•1h ago•1 comments

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

257•mdni007•2d ago•231 comments

Ask HN: Are you still using a Vision Pro?

162•y1n0•1d ago•211 comments

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

427•aryamaan•2d ago•734 comments

Why would someone want to learn code when AI does it better and faster?

4•manimonji•6h ago•6 comments

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

8•BugsJustFindMe•6h ago•4 comments

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

37•joshmarinacci•1d ago•16 comments

Ask HN: What was your "oh shit" moment with GenAI?

732•andrehacker•6d ago•1111 comments

Tell HN: Stack Overflow seems down

3•tom1337•10h ago•1 comments

Ask HN: The next evolutionary step in LLM usage?

2•tomaytotomato•10h ago•1 comments

Will the next high value profession be people who can think independently?

5•ciwolex•5h ago•2 comments

AMA: I'm a Random HN User, ask me anything (and I might respond)

14•SpyCoder77•10h ago•33 comments

Ask HN: So what happened to Facebook "localhost" tracking?

107•juliusceasar•6d ago•102 comments

Ask HN: Are we all walking into a trap?

6•skor•16h ago•14 comments

Tell HN: Codex once again automatically activates /fast on app update

2•mfi•16h ago•0 comments

Ask HN: How to escalate a rejected Google extension?

23•modzu•2d ago•14 comments

Ask HN: Those who quit Software Eng. to do something else, what did you do?

3•trwhite•8h ago•0 comments

Ask HN: Prediction for SpaceX IPO?

7•bix6•1d ago•10 comments

Ask HN: What is your (AI) dev tech stack / workflow?

167•dv35z•5d ago•135 comments

Ask HN: Why is the HN crowd so anti-AI?

458•Ekami•5d ago•760 comments

Ask HN: How do you cope when your startup contracts?

14•jasonephraim•2d ago•13 comments

Ask HN: How do you find deep technical content?

40•f311a•6d ago•28 comments

Ask HN: Which companies gained a competitive edge purely via engineering?

5•j1000•2d ago•12 comments

Ask HN: What's your favorite HN Recap like podcast?

5•randomor•3d ago•2 comments

Ask HN: Gin rummy strategies

24•bix6•6d ago•4 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?