close
Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
0 answers
61 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 ...
Score of 1
1 answer
62 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 -...
Score of 1
0 answers
84 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 ...
Score of 2
2 answers
106 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 ...
Score of -4
1 answer
55 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. ...
Score of 0
1 answer
126 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 ...
Score of 0
0 answers
65 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 ...
Score of 0
0 answers
69 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 ...
Score of 0
1 answer
360 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 ...
Score of 1
1 answer
181 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 ...
Score of 0
1 answer
29 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 ...
Score of -3
1 answer
272 views

How do I exclude from rsync all directories which contain word "cache", case insensitive?
Score of 1
1 answer
141 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 ...
Score of -1
1 answer
62 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 │   │   └── ...
Score of 0
1 answer
40 views

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/...

15 30 50 per page
1
2 3 4 5
164