(no title)
q0uaur
|
1 year ago
as someone who works on 3 different machines regularly and likes to have the same environment on all of them... i would LOVE if applications would stop cluttering my .config with cache data and other bullshit i keep having to exclude from sync.
qwertox|1 year ago
I have the same issue with the scripts which trigger `rsync` getting confusingly complex because of all the include/exclude arguments.
jrms|1 year ago
https://manpages.debian.org/bookworm/rsync/rsync.1.en.html#f...
jclulow|1 year ago
Lots of things like the Rust tool chain now create the CACHEDIR.TAG files so that backup tools can ignore that part of the hierarchy. Alas, I believe the rsync folks refuse to implement it.