Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
61 views

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 ...
schande's user avatar
  • 682
0 votes
0 answers
40 views

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 ...
StellarDeer's user avatar
1 vote
1 answer
43 views

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 -...
Daniel4711's user avatar
1 vote
0 answers
55 views

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 ...
ElMagoPerodelDQ's user avatar
2 votes
2 answers
90 views

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 ...
Antonio Rizzo's user avatar
-4 votes
1 answer
53 views

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. ...
Irina's user avatar
  • 1,431
0 votes
1 answer
94 views

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 ...
Smally's user avatar
  • 1,724
0 votes
0 answers
52 views

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 ...
Bob Ramsey's user avatar
0 votes
0 answers
59 views

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 ...
Tony Merryfield's user avatar
0 votes
1 answer
315 views

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 ...
SSG's user avatar
  • 316
1 vote
1 answer
167 views

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 ...
Bill's user avatar
  • 11
0 votes
1 answer
26 views

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 ...
rodneyt's user avatar
  • 142
-3 votes
1 answer
220 views

How do I exclude from rsync all directories which contain word "cache", case insensitive?
Danijel's user avatar
  • 8,714
1 vote
1 answer
113 views

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 ...
BlueMaegi's user avatar
  • 155
-1 votes
1 answer
52 views

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 │   │   └── ...
nothingisme's user avatar

15 30 50 per page
1
2 3 4 5
164