2,454 questions
-1
votes
0
answers
61
views
What causes `sqlite3_rsync` to produce "database disk image is malformed" on a target database [closed]
I have two small devices, A and B. Device A continuously reads and writes to a SQLite database in WAL mode called mydata.sqlite.
At regular intervals, a different process synchronizes this file from ...
0
votes
0
answers
40
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 ...
1
vote
1
answer
43
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 -...
1
vote
0
answers
55
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 ...
2
votes
2
answers
90
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 ...
-4
votes
1
answer
53
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.
...
0
votes
1
answer
94
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 ...
0
votes
0
answers
52
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 ...
0
votes
0
answers
59
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 ...
0
votes
1
answer
315
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 ...
1
vote
1
answer
167
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 ...
0
votes
1
answer
26
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 ...
-3
votes
1
answer
220
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?
1
vote
1
answer
113
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 ...
-1
votes
1
answer
52
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
│ │ └── ...