From 3fba80713aebc4d5aa16205620c0d4cbccf37c2d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 20 Feb 2024 02:58:31 +0100 Subject: Added newsboat cache files to backup script --- shenanigans.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 4cf6594..37716f2 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -91,7 +91,8 @@ backup() { cp /home/$USER/.vimrc vimrc cp /home/$USER/.config/emacs/init.el init.el cp /home/$USER/.config/helix/config.toml config.toml - cp /home/$USER/.newsbeuter/urls urls + cp /home/$USER/.newsboat/urls urls + cp /home/$USER/.newsboat/cache.db cache.db cp -Rf /home/$USER/.ssh/ ./ cp -Rf /home/$USER/.aws/ ./ -- cgit v1.2.3