Skip to main content

All Questions

Tagged with
1 vote
0 answers
368 views

Is rsync vs gcloud storage rsync better for remote sync? [closed]

I need to recursively copy many videos to our gcloud storage bucket from a local Ubuntu system while maintaining metadata, providing for continuation and validation. I am setting up some equipment to ...
A Bit of Help's user avatar
0 votes
0 answers
91 views

GlusterFS help on setting up or a alternative option

I currently have a mergerFS mount set up with 3 disks, but want to add a way for another server so i can use docker swarm and have both hosts with the same data and setup. All i could find was rsync ...
user2029325's user avatar
0 votes
1 answer
688 views

how to rsync sync between two servers web directory?

I would like to know can I sync two server's folders like server 1 plugin updated should reflect on server 2. If we do this from server 2 it should reflect on server 1. What rsync command should I use ...
hridayaragam's user avatar
0 votes
0 answers
86 views

multiple folder sync with rsync from server to local storage

im trying this for a first time, and im not the best in sh. #!/bin/sh SCRIPTPATH='server/cronscripts' SSHKEYNAME='keyid' FROMDIRPATH='server/source-folder/folderA/' TOSERVERANDPATH='local-...
Excyp's user avatar
  • 1
0 votes
1 answer
199 views

Am I using Rsync properly?

This is my desired outcome: Where I would like such an outcome across ALL sub-directories and files, in syncing all the contents of parent directory Work from my computer's desktop to an older ...
james's user avatar
  • 111
0 votes
1 answer
498 views

Dovecot LDA to deliver to 2 servers at once

I'd like to build robust mail system that can withstand outages. For this purpose I rent 2 servers (lets call it mx1 and mx2) in 2 different datacenters, set up Exim on both as SMTP, and Dovecot as ...
Alexander's user avatar
  • 292
1 vote
1 answer
635 views

syncing two folders into one, removing deleted files

Given folders named Drive1/Folder1 and /Drive2/Folder2 I want to have a folder /Drive3/folder3 that contains the synced merged contents of both the source folders, but does not contain any files or ...
lbutlr's user avatar
  • 123
1 vote
0 answers
180 views

How folder modification time affects unison file synchronization? (Windows)

I used unison to mirror a folder in Windows (using options -force and -times). It worked well, but the folders modification time has changed in the destination and now original and new folders differs ...
gavioto's user avatar
  • 171
0 votes
1 answer
180 views

Sync huge file tree with rsyncd, and encryption

I need to do daily copy of large file tree over the public internet, and do that effectively. As far as I know, if I use rsyncd on receive part then sync is done quite effectively since during file ...
Alexander's user avatar
  • 292
0 votes
2 answers
70 views

Rsync files based on highest alpha within a date

I'd like to rsync a folder which contains files in the format fixed string<yyyy-mm-dd><version letter>.xml The version letter is a, b, c, ... and I only want the files with the latest ...
Chris's user avatar
  • 101
0 votes
0 answers
431 views

Is there a way to keep two directories (on two servers) in sync with each other, truly?

I have two servers in AWS that we are using to store a software packages codebase that is accessed by the web application/server. /var/www/vhosts/application-dua/content/ This same folder structure ...
Barry Chapman's user avatar
0 votes
1 answer
147 views

How can one rsync from a file and delete superfluous files/dirs on destination

When using rsync --files-from=$FILE I would like to delete all files and directories in the destination that are not listed in the file. e.g mkdir /tmp/sync cd /tmp/sync mkdir left right touch left/...
PoultryMan's user avatar
2 votes
1 answer
36 views

Copy files over network if not present in any subfolder

I have two machines, nearbyMachine and remoteMachine. On nearbyMachine, files are being created in a folder. nearbyMachine/ myFiles/ file1 file2 file3 ... I ...
Kurtibert's user avatar
  • 167
3 votes
2 answers
499 views

Can Unison be made to ignore bind mounts or hard links?

I'm looking for the best way to sync my home directory to and from a 120GB USB drive. The catch is that I use bind mounts (which I don't want to be followed) and hard links (which I do want to be ...
Jesse the Wind Wanderer's user avatar
0 votes
1 answer
1k views

Sync folder between two computers using both local network and cloud

I'm looking for a way to do the following: Sync folder A on my laptop with folder B on my PC by transferring any changes on one machine onto the other machine using the local network. If I modify ...
pyjamas's user avatar
  • 162

15 30 50 per page
1
2 3 4 5