2,451 questions
Score of 0
0 answers
61 views
PhpStorm Deployment Options - Override Default Permissions Not Working
I might be misunderstanding how this feature is supposed to work, but I swear it used to work for me and now it doesn't, but I'm not sure what changed.
I am working on a shared project, and whenever I ...
Score of 1
1 answer
62 views
Filter Cygwin and Rsync Log entries
We're using a scheduled task on Windows which runs an rsync command.
It connects to a Ubuntu Server and copies the folders to a Windows path.
The .sh file from Windows:
rsync --quiet --times --update -...
Score of 1
0 answers
84 views
"client_loop: send disconnect: Broken pipe rsync" with GitHub Actions and Lightsail VPS
I've been trying to tarball some Docker images to my VPS with GitHub Actions, but every time I try to use tools like rsync or scp it hangs for while and then it throws an timeout error (like the ...
Score of 2
2 answers
106 views
How to match a "given character or nothing" in an rsync exclude field?
Can I simplify the following command in a single --exclude field?
rsync --exclude .[tT]rash*/* --exclude [tT]rash*/* <omissis>
The following seems to work but does include 'wtrash' (and other ...
Score of -4
1 answer
55 views
rsrync make folder read-only for venv despite 777 and chown [closed]
Steps:
Run rscyn on remote ssh server with folder with venv python, lets assume .venv.
Run source .venv/bin/python3 on the either source or destination folder, lets assume *destination folder.
...
Score of 0
1 answer
126 views
build rsync file list on server side instead of client side
All rsync usages start with commands where the client provides a list of files to sync from the server:
$ rsync source-file1 source-file2 destination-dir/
However, I'm building a user-authenticated ...
Score of 0
0 answers
65 views
odd rsync issue, only inside docker image w/gitlab ci
I’m using Docker version 28.0.4, build b8034c0 on Ubuntu 22 lts. I have my image done and working and now I’m trying to rsync from the image to a server. I do this twice, from local-one to remote-one ...
Score of 0
0 answers
69 views
Automating `git pull` on one file in a GitHub repository? [duplicate]
I have a repository on GitHub that I use for a server plugin that I manually propagate to the 6 servers it operates on.
That has become a bit tedious, so am wondering if it is safe to do a cron every ...
Score of 0
1 answer
360 views
RSYNC error while deploying a Vite+React App to Azure WebApps
I have a Vite+React app using Vite React template. The app is hosted in a Azure WebApp service and the very 1st deployment after the WebApp is created in Azure, goes fine without any issues.
Every 2nd ...
Score of 1
1 answer
181 views
AppleScript failing after 15.4 update
After a bit of frustrating effort I finally got a simple AppleScript to work with help here. Now that Sequoia has been updated this script fails again. Different reason but it's failing. This is ...
Score of 0
1 answer
29 views
Rackspace cloudfiles - files appear as folders in file listing and don't appear in rclone
I am attempting to migrate some legacy storage buckets from Rackspace cloudfiles to an S3 provider. I'm using rclone to do this and the copy process has largely worked successfully. I say largely ...
Score of -3
1 answer
272 views
Using rsync: how to exclude all directories which contain a specific word, case insensitive? [closed]
How do I exclude from rsync all directories which contain word "cache", case insensitive?
Score of 1
1 answer
141 views
Is rsync to Windows supported by GitHub actions?
I'm trying to deploy a .Net Core application via GitHub actions from an ubuntu runner to a Windows Server 2022 machine using rsync (not ideal, I'm aware), and it's been giving me quite a bit of ...
Score of -1
1 answer
62 views
How to select all files with certain postfix in all subdirectories in certain directory?
I want to sync from source to dest, only pass those files with postfix "*.gz"
the tree command of tree root@tt:/source is
/source
├── 20250108
│ └── tt
│ ├── binance
│ │ └── ...
Score of 0
1 answer
40 views
Python subprocess usnig rsync is syncing extra data
I am using watchdog to monitor files and move them from a directory using rsync. I overwrite the on_modified method. Rsync is syncing more than it should. The destinationDir = /home/pi/Desktop/...