New backup 2024-05-02 20:15:01
This commit is contained in:
parent
525f8bf470
commit
44af3564e5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
#shopt -s checkwinsize
|
||||
shopt | grep checkwinsize
|
||||
sudo su pogmom -c ' \
|
||||
shopt -s checkwinsize; \
|
||||
shopt | grep checkwinsize; \
|
||||
eval $(ssh-agent); \
|
||||
for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \
|
||||
if [ -f "$file" ] ; then \
|
||||
|
|
Loading…
Add table
Reference in a new issue