From baadd14e9381bffa6b0cc718e632102279e8d056 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 15 Jan 2022 14:37:20 +0100 Subject: [PATCH] remove: deprecated apt-key command --- backup | 1 - 1 file changed, 1 deletion(-) diff --git a/backup b/backup index c28b40d..26be99a 100755 --- a/backup +++ b/backup @@ -264,7 +264,6 @@ BackupPackages() mkdir --parents $packPath ssh -p $remoteport $remoteLogin dpkg --get-selections \ > $packPath/package.list - ssh -p $remoteport $remoteLogin apt-key exportall > $packPath/aptkey rsync --archive --verbose --log-file=$packPath/aptsources.log \ --rsh "ssh -p $remoteport" $remoteLogin:/etc/apt $packPath/ printfStripLine -- 2.39.5