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

All Questions

Tagged with
1 vote
0 answers
652 views

ntp sync issue after setting time with date command

one of our servers had not accessed the time server for a long time. After access is turned on; my colleague has notice date is wrong and setting time with date command. After this I have restarted ...
arifisik's user avatar
  • 302
1 vote
2 answers
399 views

Deduplicate images synced across devices in various resolutions

I currently have a couple of scripts and Android apps that together do the following for a set of member devices (smartphones, PCs, digital cameras): all pictures taken by all member devices are ...
Rody Oldenhuis's user avatar
0 votes
1 answer
135 views

Does a successful exit of rsync -acvvv s d guarantee identical directory trees?

I have two volumes, one xfs, and another ntfs - ntfs was empty, and xfs had 10 subitems. I needed to sync them. I initially copied a few of the subitems by dragging them over in a gui fm. Several of ...
user259774's user avatar
5 votes
1 answer
2k views

How to use RSYNC to get unchanged files hard-linked and appended files copied locally + appended?

I'm trying to figure out a way to use rsync (one or more times) and possibly other commands (such as cp -lr) to accomplish the following: Synchronize remote folder A to local folder B I already have ...
Santi P.'s user avatar
  • 181
7 votes
4 answers
23k views

Sync remote folders on Linux

What is the simplest way to unidirectional incremental syncing of a folder present on a Linux system. +1 for using the command line. +2 for not using rsync (Seems to have some problems on my system.)
lprsd's user avatar
  • 2,915