This commit is contained in:
Tom Guerin
2025-04-02 16:04:44 +02:00
parent e258f4e440
commit 816c3b2825
3 changed files with 26 additions and 0 deletions

16
sisr1/sciptsauvegarde.sh Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
backup="/root/backupsvg"
mkdir $backup
while read line
do
scp $line $backup
done < liste_a_copier
tar -zcvf /root/svg.tar.gz $backup