|
2013-05-20
, 05:46
|
Posts: 498 |
Thanked: 836 times |
Joined on Jun 2012
@ Finland
|
#2
|
|
2013-05-20
, 13:49
|
Posts: 345 |
Thanked: 127 times |
Joined on Sep 2010
|
#3
|
|
2013-05-29
, 23:51
|
Posts: 7 |
Thanked: 7 times |
Joined on May 2012
|
#4
|
|
2013-05-30
, 02:39
|
Posts: 345 |
Thanked: 127 times |
Joined on Sep 2010
|
#5
|
|
2013-05-30
, 03:19
|
Posts: 54 |
Thanked: 47 times |
Joined on Dec 2012
|
#6
|
|
2013-06-05
, 22:08
|
Posts: 7 |
Thanked: 7 times |
Joined on May 2012
|
#7
|
#!/bin/sh set USER=<username> set PASS=<password> set BASE_URL=<full_http[s]_address_and_base_path> set CONFIG=<configuration_name> # Remove previous configs rm -rf ~/.config/syncevolution # Create initial config syncevolution --configure \ --template WebDAV \ username=$USER \ password=$PASS \ syncurl=$BASE_URL/ \ target-config@$CONFIG # Create CardDAV syncevolution --configure \ database=$BASE_URL/$USER/addresses/ \ backend=carddav \ target-config@$CONFIG \ addressbook # Create local sync config syncevolution --configure \ --template SyncEvolution_Client \ sync=none \ syncurl=local://@$CONFIG \ username= \ password= \ $CONFIG # Create local addressbook sync syncevolution --configure \ sync=two-way \ backend=addressbook \ database= \ $CONFIG \ addressbook # Run initial syncs syncevolution --sync slow $CONFIG addressbook
The Following User Says Thank You to rpcameron For This Useful Post: | ||
|
2013-06-05
, 23:01
|
Posts: 345 |
Thanked: 127 times |
Joined on Sep 2010
|
#8
|
|
2013-06-05
, 23:20
|
Posts: 674 |
Thanked: 191 times |
Joined on Mar 2008
@ Buenos Aires, Argentina
|
#9
|
|
2013-06-06
, 06:59
|
Posts: 771 |
Thanked: 393 times |
Joined on Feb 2012
|
#10
|
The Following 2 Users Say Thank You to soryuuha For This Useful Post: | ||
Is there any way around this for Google and if not, what is everyone using to sync contacts?
I swear, Google takes away the useful things and leaves the crap programs be.