-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder Time on master not synced in slave to master sync #227
Comments
Sorry for the late answer. If this is still an issue, please provide me with some details (osync version, anonymized config file, relevant server config, ie filesystems) |
Hi The version is the latest version and the config file is attached. filesystem is ext4 with acl on master and slave. slave: root@slave:/testfolder# stat zverz A file is created and saved in this folder. Time is updated and correct on local filesystem for file and folder root@slave:/testfolder# stat zverz Now the sync runs on master. File from salve is transferred correct to master, filetime is ok. Foldertime is ok for a little moment, then is time taken from master for slave folder. root@slave:/testfolder# stat zverz master: root@master:/testfolder# ls -al zverz Time of transferred file is ok root@master:/testfolder# stat zverz On Master the old folder time is still present |
First of all, thanks for the great work.
I have the following issue on two Deb10 systems with : the replication runs from master to slave fine, it updates files and dir times. But the replication from slave to master only updates file time and not the folder time containing the synced file.
Master > Slave = File and Dir time synced if file was created or modified
Slave > Master = File time synced if file was created or modified, Dir time not modified
I’m running the latest verion of this script and the Deb Systems are current
Maybe i'm only missing a rsync parameter wthich i did not find.
Can you help?
The text was updated successfully, but these errors were encountered: