psalm23
02-16-2009, 07:17 AM
new with ssh sorry
what was the command to backup www folder thanks
what was the command to backup www folder thanks
![]() | View Full Version : back folder by ssh what was the command psalm23 02-16-2009, 07:17 AM new with ssh sorry what was the command to backup www folder thanks SSHocker 02-16-2009, 07:40 AM to backup remotely or make a copy? psalm23 02-17-2009, 12:39 AM make copy in a zip or tar folder and then download it by ftp No problem I got my answer , googled it but one question is there any ftp software doing it for you? Ryan | JPC 02-17-2009, 01:09 AM You can do .tar.gz compression by running below command tar -czvf foldername.tar.gz foldername where 'foldername.tar.gz' will be compressed file with .tar.gz formate and 'foldername' is source file/directory. psalm23 02-17-2009, 01:58 AM Thanks easy to do that but very curious to know if there a any ftp software which is able to hand this thing? tuxpack 02-17-2009, 04:06 AM Are you looking to take the backup within the FTP client ? Ryan | JPC 02-17-2009, 04:11 AM FTP protocol does not have the luxury of compressing files on the server. I don't think so if any FTP client would be able to do so. You may find FTP backup clients which may be able to create backups in compressed form on you local machine. psalm23 02-17-2009, 03:45 PM but when I search I see some softwares they claim they can do it Ryan | JPC 02-19-2009, 07:08 AM Can you name any. I would like to test them. |