Hey #Emacs gurus! How can I make TRAMP use custom backup autosave dir on the server itself and not to save the files locally to my computer? Currently I have the below config, but it keeps saving locally.

(setq auto-save-file-name-transforms '(("." "~/.saves/" t))
backup-directory-alist '(("." . "~/.saves/"))
tramp-backup-directory-alist '(("." . "~/.saves/"))
tramp-auto-save-directory "~/.saves/")

(setq backup-by-copying t)

Follow

@circfruit ooh. I want to know this too, except with deletes...

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.