Re-install my.pogoplug.com service (original software)
Great piece of software. My favorite is the iOS/Android app automatic photo/video backup feature.
This is a simple and effective way to backup your phone's camera stream.
[Updated 9/25/2013] - Cloud Engine software was updated to 3.3.5.
Please go here for latest instructions/update:
[URL="http://archlinuxarm.org/forum/viewtopic.php?f=18&t=3343"]Arch Linux ARM[/URL] (Thanks moonman!)
#If upgrading from previous release
#uninstall old version
pacman -R pogoplug
#you may need to delete this file otherwise
#the new package will complain
#rm /usr/local/cloudengines/bin/hbplug.conf
#install pogoplug software
pacman -U [URL]http://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/my.pogoplug.com/pogoplug-3.3.5-1-arm.pkg.tar.xz[/URL]
#download my sample pogoplug.conf file
#if upgrade, you can skip this
cd /etc
wget [URL]http://dl.dropbox.com/u/42238/pogoplug/v2/pogoplug.conf[/URL]
#edit configuration file
#edit vfsdir0
#add svcid (ID) from the bottom of your PogoPlug (no dashes)
nano /etc/pogoplug.conf
##example below: vfsdir<number>=<name>,<path>
#vfsdir0=PogoPlug_USB,/media/usb/share
#installdir=/usr/local/cloudengines
##datadir=.
#datadir=.
#nohotplug=1
##use the ID from the bottom of your Pogoplug
#26 char (no dashes)
#svcid=35DFBFL73RD2CX5FJMAAAA1111
#tcpport=89
#note /etc/pogoplug.conf will be copied to
#/usr/local/cloudengines/hbplug.conf on service startup
#hbplug.conf is the file that matters.
#if things are not working as expected, verify
#the content of the hbplug.conf file
#start pogoplug service
systemctl start pogoplug
#autostart pogoplug service on reboot
systemctl enable pogoplug
#reboot and register @ [URL]https://my.pogoplug.comreboot[/URL]