Commit Graph

250 Commits

Author SHA1 Message Date
Gionatan Danti 392a4f470a Merge branch 'master' of https://github.com/jimsalterjrs/sanoid
skip pruning with --no-sync-snap (PR #218)
2018-06-19 19:00:20 +02:00
Gionatan Danti 0aaac42057 skip pruning with --no-sync-snap (as by PR #218) 2018-06-11 10:16:18 +02:00
Gionatan Danti 4ed6ff0e44 Updated README file 2018-06-11 10:06:36 +02:00
Gionatan Danti f9049085c8 Added "no-rollback" option to prevent any rollback on target host 2018-06-11 09:48:45 +02:00
Jim Salter 9d387c013f
Merge pull request #218 from phreaker0/prune-fix
skip pruning with --no-sync-snap
2018-05-01 18:45:54 -04:00
Christoph Klaffl 63979973b2
if syncoid is instructed to skip snapshot creation it shouldn't attempt to prune existing ones 2018-05-02 00:15:14 +02:00
Gionatan Danti 679f1f3bda Reintroduced targetfsescaped 2018-05-01 09:39:35 +02:00
Gionatan Danti 793f1c782b Reintroduced escapeshellparam for remote command and updated README file 2018-05-01 09:32:18 +02:00
Gionatan Danti 670e76458c Reintroduce "no-resume", erroneously removed from previous commit 2018-04-30 22:45:05 +02:00
Gionatan Danti 2f518d3209 Update to current sanoid master and solved a (fake ?) confict in syncoid 2018-04-30 22:31:27 +02:00
Gionatan Danti f670631ca2 Added "no-clone-rollback" option to prevent clone rollback on target host 2018-04-30 21:50:17 +02:00
Jim Salter 24845bd10c
Merge pull request #214 from ecoutu/master
Document compatibility with (t)csh shells
2018-04-29 16:14:34 -04:00
Eric Coutu faf825003f
Document compatibility with (t)csh shells
Also, recommend installing mbuffer on FreeBSD systems when remote user
is using bourne compatible shell.
2018-04-29 15:48:21 -04:00
Jim Salter 4ab64b27a3
Merge pull request #212 from dcrdev/master
Restructure dist packages & bump rpm spec to 1.4.18
2018-04-28 12:57:58 -04:00
dcrdev b3b69c598c Restructure dist packages & bump rpm spec to 1.4.18 2018-04-28 17:38:19 +01:00
Jim Salter 979cb8bc3d
resume/receive support in syncoid 1.4.18 2018-04-25 15:24:24 -04:00
root 72245338a8 special character handling and resumable zfs receive support in syncoid 2018-04-25 15:21:56 -04:00
root 2732392088 fix use of uninitialized value in escapeshellparam() 2018-04-25 15:18:00 -04:00
root 4ebc0abef5 fix use of uninitialized string in escapeshellparam() 2018-04-25 14:58:35 -04:00
Jim Salter 563a93bcfe
Merge pull request #197 from phreaker0/resumeable-replication
Resumable replication of interrupted zfs send/receive
2018-04-25 14:56:04 -04:00
Christoph Klaffl 944a718351
Merge branch 'master' into resumeable-replication 2018-04-25 18:03:14 +02:00
Jim Salter 956ccb18c7
Merge pull request #210 from phreaker0/special-char-fixes-#2
special char fixes #2
2018-04-25 11:37:04 -04:00
Christoph Klaffl e6eec0aca0
fix snapshot list generation and incremental sync for snapshots containing whitespaces 2018-04-25 17:15:55 +02:00
Jim Salter 2b82a14e88
Merge pull request #176 from phreaker0/special-char-fixes
special char fixes
2018-04-25 09:48:08 -04:00
Christoph Klaffl 1b5ab20b0d
use resumeable zfs send/receive as default if supported by source and target 2018-04-25 14:58:01 +02:00
Christoph Klaffl d5f4b5abba
support resumable zfs send/receive 2018-02-13 18:47:55 +01:00
Gionatan Danti 3d9b3b04ba Added "force-prune" option to skip busy dataset check 2018-01-04 12:40:37 +01:00
Christoph Klaffl 85cc99c9e6
accidentally removed helptext 2017-12-10 16:56:56 +01:00
Christoph Klaffl bb5fc81c0d
Merge branch 'master' into special-char-fixes 2017-12-10 16:55:08 +01:00
Christoph Klaffl 3027831095
escape all remaining snapshot names which could have special characters 2017-12-10 16:32:49 +01:00
Christoph Klaffl adca6230b7
missed one regular expression 2017-12-10 16:10:49 +01:00
Christoph Klaffl e260f9095f
escape filesystem names as needed to avoid interpreting special characters like whitespace and stop
interpreting metacharacters in fs names for some regular expressions, fixes #40
2017-12-10 16:05:08 +01:00
Jim Salter f6519c0aea
Merge pull request #162 from LordAro/helptext
Helptext syncoid, take 2
2017-11-08 14:25:18 -05:00
Charles Pigott 90e6a401da Missed some compression variable renames 2017-11-08 19:01:52 +00:00
Charles Pigott 11da17fa4a Fix compress arg handling 2017-11-08 19:01:52 +00:00
Charles Pigott 21a6881c4b Unrevert syncoid 2017-11-08 19:01:52 +00:00
Jim Salter 09a879664a
Merge pull request #161 from phreaker0/cleanup
removed trailing whitespace
2017-11-08 13:47:00 -05:00
Christoph Klaffl dbe33170e7
removed trailing whitespace 2017-11-08 17:30:52 +01:00
jimsalterjrs 368a9fe78e default to not manually specifying an SSH cipher 2017-11-08 11:02:39 -05:00
jimsalterjrs 0be8076145 revert syncoid due to compress options error in GetOpt version 2017-11-08 10:52:23 -05:00
Jim Salter 1545d6a20c
me as maintainer, zfs | zfsutils-linux deps 2017-11-08 10:12:41 -05:00
Jim Salter 03c15e42b5
Merge pull request #148 from DHowett/master
Build sanoid as a native Debian package
2017-11-08 10:10:21 -05:00
Jim Salter 008f48319b
Merge pull request #151 from stardude900/patch-2
Update INSTALL with CentOS specific stuff
2017-11-08 10:06:39 -05:00
Jim Salter 06e327e1f3
Merge pull request #131 from LordAro/helptext
Rewrite argument parser with GetOpt::Long and add helptext
2017-11-08 10:04:59 -05:00
Charles Pigott 49758fe8b0 Fix warning when cache file doesn't exist 2017-10-16 10:24:24 +01:00
Charles Pigott c416be3eab Remember to set default compression properly 2017-10-12 15:31:12 +01:00
Charles Pigott 7756dff623 Format compression as a hash of hashes, rather than a large if block 2017-10-12 15:14:03 +01:00
Charles Pigott dd098b806a Updated readme as appropriate 2017-10-12 14:55:17 +01:00
Charles Pigott d09c361e42 Added newline to fix sanoid helptext formatting 2017-10-12 14:54:58 +01:00
Charles Pigott f04c71604d Missed a couple of syncoid options 2017-10-12 14:54:36 +01:00