]> git.somenet.org - tools/homesync.git/blob - dotstore.sh
recreated repo without passwords
[tools/homesync.git] / dotstore.sh
1 #!/bin/bash
2
3 echo "Will sync settings in homedir TO server in 10 sec..."
4 sleep 10
5 rsync -aHAxv --delete --progress --sparse --rsync-path='mkdir -p HOMESYNC_dots/'`hostname`' && rsync' --include='.**' --exclude='*' "$HOME"/ -e 'ssh -p666' "dev.somenet.org:HOMESYNC_dots/`hostname`/"