]> git.ipfire.org Git - thirdparty/systemd.git/commit
copy: Add COPY_GRACEFUL_WARN
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Nov 2022 16:01:09 +0000 (17:01 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 1 Dec 2022 09:03:31 +0000 (10:03 +0100)
commit494f7fc096a43b8ec267483110af30dc0fc2eed6
tree8dfc52c69f139f43817ae11d7d70e24c11c68bfc
parent98eb99b7e84dcdc39b6e8c00585f74f256f7cfcb
copy: Add COPY_GRACEFUL_WARN

When copying between filesystems, sometimes the target filesystem
might not support symlinks/fifos/sockets/... and we want to log and
ignore  any failures to copy such files when copying. Let's introduce
a new flag to enable this behavior.
src/shared/copy.c
src/shared/copy.h