gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 24/189: fix missing with tar


From: gnunet
Subject: [taler-grid5k] 24/189: fix missing with tar
Date: Thu, 28 Apr 2022 10:46:34 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 83f3b7ca1326e76734a967f0dd290abbdaeb7698
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Feb 22 18:07:31 2022 +0100

    fix missing with tar
---
 additional/persist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/additional/persist.sh b/additional/persist.sh
index 2af7156..9fe358e 100755
--- a/additional/persist.sh
+++ b/additional/persist.sh
@@ -50,7 +50,7 @@ BACKUP_NAME="${NAME}-$(date +%d-%m-%y).tar.gz"
 
 G5K_BACKUP="g5k-$(date +%s).tar.gz"
 
-ssh g5k 'tar -czvf grenoble/g5k.tar.gz $(find . -type l -exec echo 
"{}/taler-logs/" \;)'
+ssh g5k 'tar --ignore-failed-read -czvf grenoble/g5k.tar.gz $(find . -type l 
-exec echo "{}/taler-logs/" \;)'
 scp g5k:~/grenoble/g5k.tar.gz ${G5K_BACKUP}
 ssh g5k 'rm grenoble/g5k.tar.gz && $(find . -type l -exec rm -rf 
"{}/taler-logs/" \;)'
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]