From eee07ab88c7b80d9cba8551ff2d59c6445c6f6ec Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 10:13:16 +0200 Subject: [PATCH] update comment --- usr/bin/archboot-rsync-backup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/archboot-rsync-backup.sh b/usr/bin/archboot-rsync-backup.sh index 4d19bff61..ea7405852 100755 --- a/usr/bin/archboot-rsync-backup.sh +++ b/usr/bin/archboot-rsync-backup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# -# copy-mointpoint.sh - copy recursivly a mountpoint using tar -# by Tobias Powalowski +# SPDX-License-Identifier: GPL-3.0-or-later +# rsync-backup.sh - copy files recursivly with rsync +# by Tobias Powalowski # usage(exitvalue) # outputs a usage message and exits with value . /usr/lib/archboot/common.sh