victor-vc

Results 7 comments of victor-vc

Hello, I am using osync for several months now but the issue with the temporary folders not being deleted only came up a week ago or so (based on the...

It is also worth mentioning that I am using osyn-batch.sh, and I have noticed that my osync-batch.sh script has way more lines than the current git master version (2257 lines...

I have just tried with the latest git master. The issue is still present, the temporary folders are not deleted from /tmp on the target machine. In addition, I got...

Here is an use case that I have experienced during the evaluation stage of the osync tool (master version) that might be related to this issue: - edit the config...

From what I noticed, this is not strictly related to "soft deletion". The files are deleted regardless of "soft deletion" enabled or disabled.

Here is the scenario (unexpected behavior): - create the _test.conf_ file ``` INITIATOR_SYNC_DIR="/initiator/folder" TARGET_SYNC_DIR="ssh://target.host.com//target/folder" ... SOFT_DELETE=false ``` - add some files to the initiator folder `touch a.txt b.txt c.test` -...

Yes, it makes sense because if I add `RSYNC_EXCLUDE_PATTERN="*.test"` in the conf file from the very beginning (prior running the initial sync), the files are preserved on initiator and are...