Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
raspberry-pi
sense-hat
Commits
72bd6771
Commit
72bd6771
authored
Jan 04, 2019
by
Rousseau Vincent
Browse files
Remove keychain by default
parent
b12762a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
rsync_data.bash
View file @
72bd6771
#!/bin/bash
# Utiliser la ligne suivante si vous avez une passphrase sur votre clé ssh
# https://askubuntu.com/questions/338937/how-to-use-rsync-via-ssh-with-rsa-key-passphrases
source
$HOME
/.keychain/
${
HOSTNAME
}
-sh
# Utiliser la ligne suivante si vous avez une passphrase sur votre clé ssh
#source $HOME/.keychain/${HOSTNAME}-sh
rsync
-av
pi@rasp-aiw2d.local:~/sense-hat/data/
$HOME
/sense-hat-data
>
$HOME
/rsync.log 2>&1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment