-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature request - alternative method of activating nested replication #164
Labels
Comments
Funny thing.. it already does support it :)
underdocumented feature, mentioned in the comments around the variable:
# If you want to recursively create/send snapshots, set this to -R # (or
use the -R option to BOTH zrep init and zrep sync #ZREP_R=-R
…On Wed, Dec 23, 2020 at 7:24 AM Пётр ***@***.***> wrote:
It would be nice to see a command-line argument that can replace ZREP_R
environment variable, mainly for incremental replication. Starting such
replication from cron, it is much more simple to add a command-line
argument than setting an environment variable.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#164>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANEV6NS2LLJ4QPI26IBC3LSWIDRPANCNFSM4VHDTXMA>
.
|
Sorry,
|
Hmm. odd.
in theory, the proper syntax should be
zrep -i -R ...
I shall look into it
…On Wed, Dec 23, 2020 at 8:40 AM Пётр ***@***.***> wrote:
Sorry,
zstorage-1# zrep -i -R zdata/NFSROOT zstorage-2 zdata/NFSROOT
cannot open '-R': dataset does not exist
zstorage-1# zrep -R -i zdata/NFSROOT zstorage-2 zdata/NFSROOT
ERROR: unrecognized zrep subcommand -R
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#164 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANEV6K77MLCCNSAPAZURCDSWIMOVANCNFSM4VHDTXMA>
.
|
Hi, I can confirm it does not work. I also tried various positions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to see a command-line argument that can replace ZREP_R environment variable, mainly for incremental replication. Starting such replication from cron, it is much more simple to add a command-line argument than setting an environment variable.
The text was updated successfully, but these errors were encountered: