Hi,

though the command syntax seems ok, i find it strange that you try to
backup from the webadmin port (7474). Have you actually changed the
configuration to enable backup from port 7474? If not, and provided
you have not explicitly set the backup port to something different,
try as

bin/neo4j-backup -full -from single://192.168.11.88 -to
/home/sometime/backup

since the client defaults to 6362, which is where the backup server
listens to by default.

If, for some reason, you need to change the backup port, change in
conf/neo4j.properties the line

enable_online_backup=true

to

enable_online_backup=port=<your_port>

and the command to

bin/neo4j-backup -full -from single://192.168.11.88:<your_port> -to
/home/sometime/backup

and you should be fine.

hope that helps,
CG

On Wed, Aug 31, 2011 at 3:43 PM, sometime <dons...@gmail.com> wrote:
> I use
> bin/neo4j-backup -full -from single://192.168.11.88:7474 -to
> /home/sometime/backup
>
> output from console:
> Performing full backup from 'single://192.168.11.88:7474'
> Couldn't connect to 'single://192.168.11.88:7474',
> org.neo4j.com.ComException: Channel has been closed
>
> strange...
> any idea?
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Online-backup-error-tp3298211p3298211.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to