Print this page
NEX-13374 NDMP should be able to backup unmounted ZFS filesystems
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-2994 memory leaks when setting ndmp SMF property
Reviewed by: Dan Fields <dan.fields@nexenta.com>
NEX-2989 Missing const qualifiers for strings in libndmp
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-894 Default location of NDMP log file should be under /var/log
*** 1,8 ****
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
! * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
*/
/*
* BSD 3 Clause License
*
--- 1,8 ----
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
! * Copyright 2017 Nexenta Systems, Inc. All rights reserved.
*/
/*
* BSD 3 Clause License
*
*** 99,113 ****
"tar-pathnode",
"ignore-ctime",
"token-maxseq",
"version",
"dar-support",
"tcp-port",
"backup-quarantine",
"restore-quarantine",
"overwrite-quarantine",
- "zfs-force-override",
"drive-type",
"debug-mode"
};
#define NDMPADM_NPROP (sizeof (prop_table) / sizeof (prop_table[0]))
--- 99,114 ----
"tar-pathnode",
"ignore-ctime",
"token-maxseq",
"version",
"dar-support",
+ "autosync-support",
+ "hpr-support",
"tcp-port",
"backup-quarantine",
"restore-quarantine",
"overwrite-quarantine",
"drive-type",
"debug-mode"
};
#define NDMPADM_NPROP (sizeof (prop_table) / sizeof (prop_table[0]))