💻 Software
How can I set environment variables for a remote rsync process?
Fresh7 days ago
Mar 15, 202618410 viewsConfidence Score0%
0%
Problem
When I use rsync to copy files from one computer to another, an rsync process is started on both ends. However, on the remote end, shell initialization files are apparently not read, so I cannot set up environment variables for the remote rsync process. Unfortunately, there is one server that I nee…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I set environment variables for a remote rsync process?
Low Risk
is typically not read when you run , as opposed to an interactive ssh session (or other login method where you start an interactive session). Ssh supports sending environment variables. In OpenSSH, use the directive in . However the specific environ…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix