Page 1 of 1

how to copy backup-files

Posted: Wednesday 06 December 2017 19:43
by BartSr
Hi,
Domoticz is running on Raspberry Pi.
I like to browse/filter etc data from backup files.
I have WinSCP running, can see the backup map but have no rights to open the map.
How to manage to copy to windows share?
KR
-BartSr

Re: how to copy backup-files

Posted: Wednesday 06 December 2017 20:34
by westd001
Set up a SFTP session as root user ?

Re: how to copy backup-files

Posted: Wednesday 06 December 2017 21:13
by febalci
Ssh into pi, root with sudo su -, copy the backup files to pi user home directory and scp into this. If still not, chmod +r thrse files under home directory of pi.

Re: how to copy backup-files

Posted: Thursday 07 December 2017 21:36
by BartSr
Thanks, going to give it a try.
-BartSr