Commit Graph

839 Commits

Author SHA1 Message Date
Daniel Poelzleithner
e2a27af6e7 use relative sh path 2022-01-12 20:46:41 +01:00
Daniel Poelzleithner
f65cdd282d finish lua2.4 changes 2022-01-12 20:46:14 +01:00
Daniel Poelzleithner
a609f34971 fix compilation with lua 5.4
fixes #621
2021-12-14 16:45:25 +01:00
Daniel Poelzleithner
012b0cdd3e Merge branch 'master' of github.com:lsyncd/lsyncd 2021-12-13 13:26:14 +01:00
Daniel Poelzleithner
0b59ae7652 Merge remote-tracking branch 'origin/pr/595' 2021-12-10 15:22:23 +01:00
Daniel Poelzleithner
b7aa3d9a75
Merge pull request #538 from schneiderl/master
Fixed typo at readme.md
2021-12-10 15:19:17 +01:00
Daniel Poelzleithner
39f2f3a373 Finish -onepass option to exit when all syncs ran sucessfully once 2021-12-10 15:05:30 +01:00
Daniel Poelzleithner
d737c03c03 Merge remote-tracking branch 'origin/pr/541' 2021-12-10 12:51:01 +01:00
Daniel Poelzleithner
f812cd4cd5 Merge remote-tracking branch 'origin/pr/567' 2021-12-10 12:25:17 +01:00
Daniel Poelzleithner
938c702525 cleanup ssh server when aborting ci run 2021-12-10 12:20:18 +01:00
Daniel Poelzleithner
e5f71ea3ae Merge remote-tracking branch 'origin/pr/568' 2021-12-10 12:20:08 +01:00
Daniel Poelzleithner
dcebacb554
Merge pull request #615 from ajdavis/catalina-inotify-fix
Remove /System/Volumes/Data from fsevent paths on macOS
2021-12-09 15:43:27 +01:00
Daniel Poelzleithner
92af746a73 Enable CI 2021-12-09 14:37:30 +01:00
Daniel Poelzleithner
5212fd4794 don't depend on which. Add CI script 2021-12-09 13:50:15 +01:00
Daniel Poelzleithner
aea80964f3 install examples into docs 2021-12-08 18:54:02 +01:00
Daniel Poelzleithner
99a682f4cd add advanced ssh example 2021-12-08 18:28:03 +01:00
Daniel Poelzleithner
75bb0fb084 ignore tests/ssh folder 2021-12-08 18:27:32 +01:00
Daniel Poelzleithner
3e8aad3b2e Use sshopts for rsyncssh tests 2021-12-08 18:26:11 +01:00
Daniel Poelzleithner
deb425a075 use relative paths for direct mode 2021-12-08 18:25:11 +01:00
Daniel Poelzleithner
5b0d266669 add cmd option to pass ssh options 2021-12-08 18:24:13 +01:00
Daniel Poelzleithner
bb247e0267 Merge remote-tracking branch 'origin/pr/583'
fixes #583
2021-12-06 20:31:12 +01:00
Daniel Poelzleithner
185e317119 Merge branch 'master' of github.com:lsyncd/lsyncd 2021-12-03 12:23:27 +01:00
Daniel Poelzleithner
4b1b4d0104 update changelog 2021-12-02 18:33:27 +01:00
Daniel Poelzleithner
960c357045
Update README.md 2021-12-02 17:54:27 +01:00
Daniel Poelzleithner
4c3cf2e6af Use local ssh server for tests 2021-12-02 17:51:32 +01:00
Daniel Poelzleithner
564d54be76 Allow and default to relative paths for binaries executed 2021-12-02 17:51:15 +01:00
Daniel Poelzleithner
9b2b3ad6e6 Add flake.nix file for easy building 2021-11-24 14:28:46 +01:00
A. Jesse Jiryu Davis
7bb8715bfd Remove /System/Volumes/Data from fsevent paths on macOS
Apparently, beginning with macOS 10.15 Catalina, fsevent paths are prefixed
with "/System/Volumes/Data". Remove it to restore event notification feature
on macOS.

Fixes #587
2020-09-25 15:36:25 -04:00
Thomas Nixon
c4b5465622 allow deleting excluded files with rsync
This option can't be added to both init and action, because the rsync
exclude mechanism is used to select the files to send, so would delete
all non-changed files. It's only relevant during init anyway, as after
that no excluded files will be made on the destination.
2020-03-17 00:01:46 +00:00
Taylor Dean
cd9672699e
Enable ssh._extra args
ssh._extra args are currently ignored and never actually appended
to the rsh arg. This PR addresses this issue (#402 which is closed
despite never being properly resolved)
2019-11-13 03:19:31 -05:00
Torben Jaeger
c02ee3b6d7 unsetting vars and cleanup 2019-08-08 17:58:15 +02:00
Torben Jaeger
5e08ea2cef fix different version format in lua.h 2019-08-08 17:58:15 +02:00
Dan Rose
390de3dbaa
Expose rsync's copy_unsafe_links
As per the rsync docs: "This tells rsync to copy the referent of symbolic links that point outside the copied tree. Absolute symlinks are also treated like ordinary files, and so are any symlinks in the source path itself when --relative is used. This option has no additional effect if --copy-links was also specified."
2019-08-06 18:09:52 -05:00
Bernard Gray
a57b80f9c8 make indenting consistent 2018-12-06 08:41:53 +11:00
Bernard Gray
188b691bea add onepass option to exit after initial sync 2018-12-05 17:05:18 +11:00
Lucas Gabriel Schneider
d32957d5a2
Update README.md 2018-10-06 11:51:07 -03:00
Axel Kittenberger
42413cabbe some older glibc still need this it seems 2018-05-22 09:11:09 +02:00
Axel Kittenberger
13bdd9075f
Merge pull request #500 from yokogawa-k/fix-search-non-versioned-lua
Fix for non-versioned lua not being searched in Cmake
2018-03-26 11:36:26 +02:00
yokogawa-k
0af99d8d5b fix non-versioned lua not search in cmake
"FOREACH" ignore empty elements, but "FOREACH IN LISTS" include emoty elements.
https://cmake.org/cmake/help/latest/command/foreach.html
2018-03-26 17:11:29 +09:00
Axel Kittenberger
9b47a1f8fe cleanups 2018-03-09 15:41:16 +01:00
Axel Kittenberger
a26eb6f94a releasing 2.2.3 2018-03-09 13:39:11 +01:00
Axel Kittenberger
f77df7f3e2 cleanups 2018-03-09 13:32:58 +01:00
Axel Kittenberger
465deb1549 prefer Lua 5.2 over 5.3 (due to second missing supportlibs like posix on debian) 2018-03-09 13:11:16 +01:00
Axel Kittenberger
1094759975 adding filter to testsuite, removing #! from testsuite 2018-03-09 13:05:45 +01:00
Axel Kittenberger
ff0f4fbd7a fixing table.unpack issue in testsuite 2018-03-09 11:07:53 +01:00
Axel Kittenberger
c0a31c215d fixing loadstring() Lua5.3 issue 2018-03-09 10:42:40 +01:00
Axel Kittenberger
99b6b18ac2 fixing loadstring() Lua5.3 issue 2018-03-09 10:42:10 +01:00
Axel Kittenberger
a23426d8a4 preparing 2.2.3 2018-03-09 10:27:41 +01:00
Axel Kittenberger
f3d65770cd Merge branch 'master' of github.com:axkibe/lsyncd 2018-03-09 10:13:47 +01:00
Axel Kittenberger
4bc456b544 preparing 2.2.3 2018-03-09 10:13:29 +01:00