formats

Rsync Over SSH

Rsync Over SSH | Here is a quick and easy way for transferring files via rsync over ssh. rsync [options] ssh [local source directory] [user@server]:[destination on server] Example: # rsync -avPz /home/bob/workstuff bob@192.168.1.125:~/ a (recursive, hidden files incl, etc. – the standard rsync option) v verbose P show Progress z compress data during transfer This will make a copy

formats

Sync Google Calendar and Contacts in Evolution

Published on July 10, 2010, by + in linux.

Sync Google Calendar and Contacts in Evolution | Two-way sync of your Google Contacts and Calendar with Evolution in Ubuntu Linux

formats

iPhone and iPod Linux Support

Published on June 26, 2010, by + in linux.

iPhone and iPod Linux Support | Does my iPhone or iPod work in Linux? Yes! Check out the libmobiledevice project. These guys are awesome. You can sync your music, backup your entire phone / device, and even do tethering. It just shows up as a network device in Linux. A few blurbs about it are here, here, and here. iOS 4

Home Posts tagged "sync"