laurent22 / rsync-time-backup

Time Machine style backup with rsync.
3.36k stars 443 forks source link

Allow unspecified port and user #237

Open santigz opened 3 years ago

santigz commented 3 years ago

This commit allows leaving port and user blank so that only the host name is provided.

Eg: rsync_tmbackup source host:destination

This is useful if you use the ~/.ssh/config file to configure your ssh connections.