Nick Reich created GEODE-3801: --------------------------------- Summary: Utilize hard-links to copy files during backups Key: GEODE-3801 URL: https://issues.apache.org/jira/browse/GEODE-3801 Project: Geode Issue Type: Sub-task Components: persistence Reporter: Nick Reich
Instead of copying files which are read-only during a backup, create a hard-link to the file in the backup location. This prevents losing the file if the original location is deleted, but does not require make a new copy of the file. If hard-links cannot be created, revert to the existing copying mechanic. -- This message was sent by Atlassian JIRA (v6.4.14#64029)