frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tips for Landing a YC Internship?

2•cnnadozi•19m ago•0 comments

Ask HN: What are you working on? (August 2026)

3•sarreph•36m ago•6 comments

Ask HN: Anyone still do work on Intel Macs?

19•senor_digimon•22h ago•24 comments

Best way to avoid bloat and AI – selfcontaining OS

11•bialamusic•10h ago•1 comments

Ask HN: What's Your BHAG?

7•sudo_cowsay•11h ago•7 comments

Tell HN: Amazonbot aggressively scraping my website and ignoring robots.txt

19•pera•1d ago•16 comments

What is the downside of coaching that I may not be seeing yet?

4•ikut3hva•11h ago•0 comments

Ask HN: I still don't understand why AI agents need "skills"

14•skeptic_ai•22h ago•13 comments

Ask HN: When will ChatGPT Voice be able to control my phone?

2•spapas82•13h ago•5 comments

What if we learned languages like we acquired our first?

7•Salim_wariz•14h ago•8 comments

Ask HN: How are you using AI to learn?

8•mfalcon•1d ago•16 comments

Created a network that combines Hacker News and geniuses at one place

2•silisleek•16h ago•4 comments

ask HN: How do I run Android 15 on a system with Andr 12 vendors?

3•KinetiNode•16h ago•2 comments

Tell HN: HackerOne Announces Mandatory identity verification

17•0xmattf•2d ago•1 comments

AI will always find a difference

3•ghassenfaidi•22h ago•1 comments

Ask HN: What did you learn last month? (July 2026)

14•bhu1st•1d ago•13 comments

Strategic Oil Reserves Down to a Record Low Two-Week Supply

19•megamike•2d ago•20 comments

Everything that happens in a US airport is under duress

16•dfps•2d ago•22 comments

Ask HN: Best Blogging Platform?

5•asxndu•1d ago•6 comments

Which web browser has no AI?

10•lilerjee•1d ago•13 comments

Ask HN: How did your boss's behavior change with the rise of AI?

8•aredirect•1d ago•9 comments

Ask HN: Should organizations be allowed to have all types of personl data(X.com)

4•dfps•1d ago•0 comments

Ask HN: When did we go from agentic loops to graphs?

4•grandimam•1d ago•2 comments

Ask HN: Am I the only one getting so many cursor ads?

3•alexander2002•13h ago•2 comments

A daily estimation game where the crowd's answer fights an AI

2•holdthelineworl•13h ago•0 comments

Wyro – Draw a backend on a canvas, export TypeScript with no lock-in

5•Paaul01•1d ago•2 comments

Ask HN: When a post of yours does well, do you know why?

5•john_builds•2d ago•5 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?