wiki:rsync_troubleshooting
Differences
This shows you the differences between two versions of the page.
| wiki:rsync_troubleshooting [2022/10/29 11:50] – created antisa | wiki:rsync_troubleshooting [2022/10/29 12:23] (current) – add Trouble with screen program antisa | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| 30 14 * * 1 rsync -aq root@example.org:/ | 30 14 * * 1 rsync -aq root@example.org:/ | ||
| + | ===== Trouble with screen program ===== | ||
| + | Add this to //.bashrc// file if there are issues when running rsync in [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | if [[ -z " | ||
| + | export $(gnome-keyring-daemon --start ) | ||
| + | fi | ||
| + | |||
| + | if [ -S " | ||
| + | ln -sf " | ||
| + | fi | ||
| + | export SSH_AUTH_SOCK=~/ | ||
| + | |||
| + | </ | ||
| ====== Tested on ====== | ====== Tested on ====== | ||
| * | * | ||
wiki/rsync_troubleshooting.1667044247.txt.gz · Last modified: by antisa
