i use the screengrab addon for fx

http://www.screengrab.org/
...und für die andere Richtung (SEHR nützlich bei den vielen Snapshots)jscholtysik wrote:Hi all,
for a complete backup of my website I use now this tool:
http://www.absoft-my.com/pondok/sitebackup.php
Creates a tar.gz file on your server that you can then easily download...
Have fun.
Joachim
PHP Shell is a shell wrapped in a PHP script. It’s a tool you can use to execute arbitrary shell-commands or browse the filesystem on your remote webserver. This replaces, to a degree, a normal telnet connection, and to a lesser degree a SSH connection.
You use it for administration and maintenance of your website, which is often much easier to do if you can work directly on the server. For example, you could use PHP Shell to unpack and move big files around. All the normal command line programs like ps, free, du, df, etc… can be used.
Does anybody know if this script is preserving ownership and permissions (and time stamp) ?for a complete backup of my website I use now this tool:
http://www.absoft-my.com/pondok/sitebackup.php
Creates a tar.gz file on your server that you can then easily download...