From 542678908ac9869bca53b83db7c61d53d898c69c Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 16 Mar 2021 16:13:05 +1300 Subject: [PATCH] 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