Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
88 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
704 views

Synchronize folders between computers checking differences in Linux

I'm trying to synchronize a folder between my computer and my laptop. This sync should be bidirectional, because changes could be made in laptop or in computer. I would like it to check differences ...
class_OpenGL's user avatar
1 vote
1 answer
2k views

Sync with remote encrypted storage

I'm trying to keep a folder tree in sync between several computers. Currently, I'm using unison in a star topology, with a central remote server. I want the data on the server to be encrypted, so on ...
Matei David's user avatar
0 votes
2 answers
122 views

Rsync folders automatization

I've got a folder on the remote server, to which I'm connecting via SSH. When I need to synchronise folders I'm using manually access via scp. (I'm synchronising my folder with the folder on the ...
Accelerate to the Infinity's user avatar
1 vote
0 answers
162 views

Sync Linux system with Windows over SSH while retaining file permissions

I am trying to sync files between my Linux machine and my Windows machine over SSH (SFTP). Currently when I do this, the files lose their Unix file permissions because windows doesn't support Unix ...
Dan's user avatar
  • 219
0 votes
1 answer
273 views

SSH Ubuntu -> Windows XP -> Linux

I'm developing cross-platform, and I have the following situation: a PC with Windows 7 + Ubuntu in a virtual machine where I develop and compile the code located in the office a PC with Windows XP ...
Katu's user avatar
  • 191
1 vote
2 answers
628 views

Don't sync files during Matlab execution in Dropbox (Linux)

I'm a strong Dropbox user. I usually log in (via SSH) to my Linux machine and use Matlab on a Dropbox folder which automatically syncs everything. However, at this moment, my code generates a lot of ...
Nicholas's user avatar
  • 133