Search found 1 match

by jillchang
Fri Jan 09, 2015 3:40 pm
Forum: Webhosting
Topic: Trying to compress my public folder to a file
Replies: 1
Views: 817

Trying to compress my public folder to a file

I want to backup my public folder and its subdirectories and files. I tried * */1 * * * tar -cvzf filename.tar.gz /public and it creates the file, but it is only limited at 45 bites. Something seems to be blocking the process, how can I do this? I don't want to have to download the whole website thr...