2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00
Commit Graph

303 Commits

Author SHA1 Message Date
deajan
e534a7f537 Minor fixes 2015-09-12 19:02:12 +02:00
deajan
c44ebd094a Finishing refactor 2015-09-12 12:57:27 +02:00
deajan
fd98af1391 Cleanup before last refactor part 2015-09-11 19:39:57 +02:00
deajan
69226a75db Refactoring going on 2015-09-11 15:34:23 +02:00
deajan
8f373258ad More and more refactoring 2015-09-10 21:42:11 +02:00
deajan
5370f203b8 Some code refactoring 2015-09-10 17:48:57 +02:00
deajan
c81b2293e8 Some more code compliance 2015-09-10 09:13:02 +02:00
deajan
78f7fe3b9c Various coding style compliance changes 2015-09-09 18:59:23 +02:00
deajan
4a8b0131b1 Added some automatic code checks 2015-09-09 14:50:21 +02:00
deajan
d65eea5c73 More and more code compliance 2015-09-09 13:31:42 +02:00
deajan
1f4a6a2b11 Various coding style compliance changes 2015-09-09 11:23:47 +02:00
deajan
d3a43d825a Some more coding style changes 2015-09-09 09:38:05 +02:00
deajan
2e12882ade Still doing code compliance 2015-09-08 19:17:26 +02:00
deajan
c4388c242b Coding style compliance 2015-09-08 16:08:14 +02:00
deajan
4bfe74de59 function coding style compliance 2015-09-08 14:11:08 +02:00
deajan
ae8dd18fed Initial compliance with coding standards 2015-09-08 14:04:48 +02:00
deajan
2175468174 Added realpath emulation 2015-07-31 15:21:34 +02:00
deajan
cb970eba90 Release v1.00 2015-07-20 14:13:14 +02:00
deajan
5658b54249 Release v1.00 2015-07-20 14:12:30 +02:00
deajan
a3246d785c Improved error logging 2015-07-17 09:47:55 +02:00
deajan
a4c35ab806 Merged hotfix for #22 2015-06-27 22:39:21 +02:00
deajan
c472b47a73 Improved ssh uri recognition 2015-06-26 17:54:49 +02:00
deajan
7b7b31fbb0 Merge #19 and unuglify 2015-06-26 17:23:05 +02:00
deajan
dd37cf062e Merge branch 'ssh_user_opt_fix' of https://github.com/onovy/osync into onovy-ssh_user_opt_fix
Conflicts:
	osync.sh
2015-06-26 16:44:24 +02:00
deajan
54c13b85ef Hotfix #22 - Missing full path in soft deletion 2015-06-26 16:31:11 +02:00
Orsiris de Jong
9aa2e1166e Added missing slash 2015-06-24 21:50:46 +02:00
Orsiris de Jong
eb9625bddc Hotfix #22 added rm -rf if file already exists
Fix is only useful if deleted directories already exist and are not empty
2015-06-24 21:43:00 +02:00
Orsiris de Jong
adad3257b3 Hotfix #22 added -f to mv command 2015-06-24 14:07:00 +02:00
deajan
9815a7bff3 Fixed #21 for missing readlink on MacOS X & BSD 2015-05-18 10:53:11 +02:00
onovy
6830127f95 PR #16 fix. 2015-04-21 12:18:38 +02:00
deajan
0ea1a3e5de Fixed multiple log messages since lower sleep time 2015-04-20 14:11:09 +02:00
deajan
2f827f9246 Fixed typo in soft deletion and added paranoia checksum 2015-04-13 21:33:43 +02:00
deajan
737e13ddb9 Fixed #16 where remote user didn't work for elder config files 2015-04-01 15:37:41 +02:00
deajan
f870e9b1e6 Merge branch 'master' of github.com:deajan/osync
Merged v1.00pre into master
2015-04-01 11:02:26 +02:00
deajan
864894431c Merged v1.00pre into master after successfull testing 2015-04-01 11:02:03 +02:00
deajan
bf39522b23 Removed extra slash for soft deletion 2015-04-01 10:34:40 +02:00
deajan
f45086dad3 Refactored soft deletion code 2015-03-31 01:46:07 +02:00
onovy
b992f4277d Remote user is optional now in remote slaves. 2015-03-30 20:13:39 +02:00
deajan
41781aa0da Some more work on soft deletion 2015-03-30 19:51:31 +02:00
deajan
764b3f2914 Merged #11 with new build number 2015-03-30 18:24:31 +02:00
Orsiris de Jong
f2b4dbf75f Merge pull request #11 from onovy/lock-fix
Locking fix in SyncOnChanges mode.
2015-03-30 18:21:54 +02:00
deajan
2507a08b3c Fixed onovy's PR for same dir check 2015-03-30 18:18:05 +02:00
deajan
76f1fe4fa1 Changed build dates 2015-03-30 18:12:01 +02:00
Orsiris de Jong
9c02b4f38e Merge pull request #15 from onovy/param-check
Check scripts params.
2015-03-30 18:04:01 +02:00
Orsiris de Jong
a7820c083e Merge pull request #13 from onovy/lower_sleep
Lower sleep time per cycle.
2015-03-30 17:55:00 +02:00
onovy
0722b25c03 Check scripts params. 2015-03-29 17:57:06 +02:00
onovy
67f9e8b77d Check if master and slave dirs is not same. 2015-03-29 17:30:09 +02:00
onovy
a1fb4bc7de Lower sleep time per cycle. 2015-03-29 16:35:58 +02:00
Orsiris de Jong
60f242e2ae Fixing program build date.
Need to know which osync is run on servers. This is a good way to track version.
2015-03-29 13:41:37 +02:00
onovy
52f63f2e12 Run sync after timeout in inotify mode even when no changes detected. 2015-03-29 12:40:39 +02:00
onovy
906cd15436 Locking fix in SyncOnChanges mode. 2015-03-28 22:50:37 +01:00
deajan
e7af81de98 Reworked softdeletion code (WIP). Some other fixes too 2015-03-28 19:06:17 +00:00
deajan
f134ed35a3 Fixed infamous exclude bug introduced with no globbing 2015-03-20 20:40:57 +01:00
deajan
a1c29f62d5 Fixed some low severity bugs 2015-02-18 15:03:45 +01:00
deajan
46cf6a8b36 Updated serial 2015-02-12 10:38:31 +01:00
deajan
5ba7608af0 Prevent exclude pattern globbing 2015-02-12 10:34:42 +01:00
senorsmile
260311623f fix typo in trapquit logerror 2015-01-16 22:40:58 -08:00
senorsmile
802e87fab6 fix missing test bracket on if type -p sendemail 2015-01-16 22:40:17 -08:00
deajan
ec16450c05 Fixed some other missing child pids 2015-01-16 10:55:01 +01:00
senorsmile
5c0024bb24 Update osync.sh
update osync.sh to fix "function GetRemoteOS silently failing"
2015-01-15 18:03:10 -08:00
deajan
04cc1e9211 Minor fixes 2014-11-29 15:07:09 +01:00
deajan
47886c439d Minor fixes 2014-11-28 12:10:00 +01:00
deajan
3bf66be267 Final partial-dl upload 2014-11-26 11:25:58 +01:00
deajan
6462f87457 Updated documentation 2014-11-25 00:38:03 +01:00
deajan
2733c72fdc Fixed typo 2014-11-24 19:28:35 +01:00
deajan
13f055090f Fix process test command gets expanded too soon 2014-11-24 19:26:17 +01:00
deajan
727ae303c2 Moved msys specific code 2014-11-24 10:12:48 +01:00
deajan
f882af77ff Fixed typo 2014-09-22 21:41:52 +02:00
deajan
e6379240f5 Obackup code merge 2014-09-22 21:21:37 +02:00
deajan
930d9e594f Minor fix for ssh banners 2014-09-09 10:39:31 +02:00
deajan
b7123eb335 Added inline log for warning email. 2014-07-08 02:14:03 +02:00
deajan
d783df70f4 Improved deletion dealing with permission issues 2014-07-08 02:00:23 +02:00
deajan
abe0a1c954 Typo 2014-05-27 20:08:07 +02:00
deajan
5a2fb4f286 Added keep dir symlinks parameter 2014-05-27 19:58:59 +02:00
deajan
d0510d6c67 Minor enhancements 2014-05-27 14:18:48 +02:00
deajan
eeb0ef3722 Fixes for RC3 2014-05-27 12:47:50 +02:00
deajan
fa19036de6 Added follow symlink option + other minor fixes 2014-05-27 11:35:45 +02:00
deajan
d8ff286b32 Code cleanup 2014-05-27 00:50:46 +02:00
deajan
ab4ed13d8b Improved remote deletion 2014-05-25 19:09:30 +02:00
deajan
8214f151db Revert typos 2014-05-25 17:51:05 +02:00
deajan
c3f5534c64 Various fixes 2014-05-22 18:48:40 +02:00
deajan
2e56a880cb Fix typos 2014-05-21 18:44:25 +02:00
deajan
a47ce7f3dd Fix MacOSX rsync -E parameter 2014-05-21 18:33:16 +02:00
deajan
b9a5e5add2 Fixing sync-id is twice in tree-list name 2014-05-09 11:19:54 +02:00
deajan
a4edfb0207 Added multislave async task support 2014-05-08 22:08:15 +02:00
deajan
b65c5a22ff Patch merges plus bug fixes 2014-05-08 12:36:36 +02:00
deajan
deb0058b6e Improved status messages 2014-03-31 23:03:51 +02:00
deajan
c10c62415d Minor stuff 2014-03-31 17:51:21 +02:00
deajan
6d677e26a2 Bugfixing... 2014-03-23 21:57:57 +01:00
deajan
f2a74537ba Minor fix 2014-03-23 17:52:45 +01:00
deajan
223efdb78a Some minor fixes 2014-03-09 17:54:45 +01:00
deajan
922560212b Bug bugfixing before RC3. 2014-01-19 20:31:14 +01:00
deajan
54aa421306 Fixed deleted subdirectories files not propagated 2014-01-17 15:57:31 +01:00
deajan
1e9cc8b6e4 Minor merges before final bug fixing. 2014-01-17 14:05:20 +01:00
deajan
7329b81c31 Merge branch 'master' of github.com:deajan/osync 2013-11-25 13:45:41 +01:00
deajan
e18dfd1822 Improved file monitor mode 2013-11-25 13:20:53 +01:00
Orsiris de Jong
f28baa0a46 Update osync.sh 2013-11-25 12:34:42 +01:00
Orsiris de Jong
e3f5b2f85b Fixed typo 2013-11-25 09:36:49 +01:00
deajan
9dfd3e32ac Improved daemon for file monitor mode 2013-11-18 23:50:39 +01:00
deajan
486fcf7831 Added daemon option to file monitor mode 2013-11-18 23:36:52 +01:00
deajan
bb7e4642d5 Added file monitor mode 2013-11-18 22:50:07 +01:00
deajan
8a16a2233e Added monitor mode 2013-11-18 22:44:20 +01:00
deajan
13420e6d83 Added ssh uri support 2013-11-18 21:16:31 +01:00
deajan
941f8bb749 mino bugfixes 2013-11-16 13:12:25 +01:00
deajan
79818e2457 Various bugfixes 2013-11-14 21:20:13 +01:00
Orsiris de Jong
43779c8ff3 Update osync.sh 2013-11-14 13:33:22 +01:00
Orsiris de Jong
d3742a59e1 Still adding (very) initial MacOSX support 2013-11-13 17:16:51 +01:00
Orsiris de Jong
65c587899a Added (very) initial MacOSX support 2013-11-13 17:11:54 +01:00
deajan
0eb30e94a9 Merged tree functions. 2013-11-04 22:49:44 +01:00
deajan
4535b48012 Merged all tree functions. 2013-11-04 22:17:06 +01:00
deajan
194e458d16 Merged 4 tree functions into one 2013-11-04 22:11:43 +01:00
deajan
2d5546e4cd Add quicksync functionnality 2013-11-03 20:29:17 +01:00
deajan
abcee91c37 Added cleanup bypass 2013-11-02 23:33:54 +01:00
deajan
86b05d1c65 Osync v0.99 Release candidate 2 2013-11-02 21:57:15 +01:00
deajan
5f51a1fb2d Improved portability 2013-10-11 22:27:33 +02:00
deajan
1c408b3009 Added OS detection 2013-10-11 21:35:20 +02:00
deajan
017a6f1f12 Still adding MSYS compat 2013-10-10 20:28:40 +02:00
deajan
fb7544cf20 Merged MSYS compat changes from Obackup 2013-10-10 20:17:40 +02:00
Orsiris de Jong
8b5e7b6b24 Fixed an issue with CheckConnectivity3rdPartyHosts 2013-09-13 13:30:39 +02:00
Orsiris de Jong
696e41dcb8 Added STOP_ON_CMD_ERROR function 2013-09-11 16:23:57 +02:00
Orsiris de Jong
750c43ed1a Fixed typo $PRESERVE_ACL 2013-09-10 11:55:34 +02:00
deajan
706e6a531b Improved forced quit 2013-09-03 21:22:38 +02:00
deajan
0db693bbe6 Minor fixes 2013-08-25 12:37:37 +02:00
deajan
50c4fe50e1 Fixed various glitches 2013-08-24 19:51:39 +02:00
deajan
d6ebcbd55f Osync v0.99 RC1 2013-08-18 13:15:40 +02:00
deajan
0c90d772db removing leading * introduced with nano 2013-08-04 15:27:31 +02:00
deajan
faff1f6e3c Lot of bugfixes... Time for the last beta before going release candidate. 2013-08-04 15:20:26 +02:00
deajan
c0c13b19d3 Update README.md file, also added --stats option in rsync execution. 2013-08-04 10:20:08 +02:00
deajan
b231a4eff2 Minor improvements. 2013-08-04 09:47:47 +02:00
deajan
fe3ab75278 Lots of fixes and improvements for beta 3 2013-08-03 23:06:09 +02:00
deajan
9414741695 Fixed problems with directory listings 2013-07-31 02:26:53 +02:00
deajan
a9ec6fd50a Added bash 3.2 compat 2013-07-31 00:18:39 +02:00
deajan
7636ca0e29 First beta milestone. 2013-07-24 21:03:58 +02:00
deajan
f1ceb87032 Finally... remote directories with spaces are now supported... as beta feature. 2013-07-24 10:55:28 +02:00
deajan
d6696e29f4 Still trying to resolve spaces in filenames... Works flawlessly on local sync, but remote sync does not work yet. 2013-07-24 10:38:42 +02:00
deajan
16482cbbb6 Beginning to resolve problems with spaces in sync dirs... still lot of work to do. 2013-07-23 20:57:38 +02:00
deajan
8d8b1fab36 Added a lot of functionnality 2013-07-22 21:14:57 +02:00
deajan
1f9b84dae3 Code cleanup, preparing sudo rsync and rsync executable support. 2013-07-22 11:34:58 +02:00
deajan
ea36ae0f1b Full remote slave replica support. 2013-07-21 21:40:55 +02:00
deajan
9fb3072ea1 Initial remote support coding... Nothing usable yet. 2013-07-20 13:43:11 +02:00
deajan
df891d5d4e Added replica lock functionnality. 2013-07-20 01:00:58 +02:00
deajan
7c9be2d578 Added exclude patterns support 2013-07-19 18:15:25 +02:00
deajan
c4f4c9556a Improved resume and backup functionnality. 2013-07-19 12:49:40 +02:00
deajan
3432ba57d6 Initial support to resume aborted sync process. 2013-07-18 22:44:52 +02:00
deajan
5107cd8cd7 Initial support for resume function. 2013-07-18 22:41:31 +02:00
deajan
66a7cac7bc Still very alpha stade coding. 2013-07-18 13:39:52 +02:00
deajan
8f13f0a6ee Improved SendAlert handling 2013-07-17 11:34:05 +02:00
deajan
7247839c9a Still adding initial functionnality. 2013-07-16 23:33:30 +02:00
deajan
4aca92e62c A whole bunch of functionnality added. 2013-07-16 23:06:26 +02:00
deajan
fab0ae5a03 Somehow messy code yet, but working. 2013-07-16 13:55:15 +02:00
deajan
a1420a635b Bugfixes... 2013-07-16 08:33:48 +02:00
deajan
973e032835 Initial osync upload 2013-07-16 00:10:23 +02:00
deajan
fac3638ab0 Initial uplaod of obackup functions 2013-06-18 13:34:14 +02:00