Lines Matching +full:upload +full:- +full:dir
10 SENDFILE=`which mtp-sendfile`
11 # SENDFILE="$HOME/comp-apps/bin/sendfile"
12 #EADDEXP=`which evolution-addressbook-export`
14 EADDEXP="/usr/libexec/evolution/2.6/evolution-addressbook-export"
26 # evolution-addressbook-export -l
36 # Check for sync dir, create it if needed
38 if test -d $SYNC_HOME ; then
43 # This is a working dir for contact merging, you can put
53 if test -f $EADDEXP ; then
54 echo "evolution-addressbook-export present in $EADDEXP, OK."
56 echo "Cannot locate evolution-addressbook-export!!"
69 # Use evolution-addressbook-export (installed with Evolution) to
72 $EADDEXP --format=vcard \
73 --output=$SYNC_HOME/contacts/Evolution_contacts.vcf \
76 # Repeat for each addressbook you want to upload.
87 # You can now upload the ics and vcf files to you My Organizer folder
91 $SENDFILE -f "My Organizer" -t ics $SYNC_HOME/$CALENDAR_FILE
92 $SENDFILE -f "My Organizer" -t vcf $SYNC_HOME/$CONTACTS_FILE