From: Joseph Sutton Date: Tue, 16 Mar 2021 03:13:05 +0000 (+1300) Subject: netcmd: Add test for an offline backup of a directory containing hardlinks X-Git-Tag: tevent-0.11.0~1430 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=542678908ac9869bca53b83db7c61d53d898c69c;p=thirdparty%2Fsamba.git netcmd: Add test for an offline backup of a directory containing hardlinks This test verifies that when performing an offline backup of a domain where the directories to be backed up contain hardlinks, only one instance of each file is backed up, and that files in the private directory take precedence. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14027 Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall