Zip/Unzip dir
Hi
I have an installed website in my dir /home/mysitecom/public_html
The dir as several dirs, with sub dirs, and symlinked dirs and files.
I'm trying to make a backup of all first, and after some modifications, restore that backup, with symlinks included (not the files it pulls).
This is not working
I'm trying first, inside public_html, run the command: zip -ry backup.zip ./
After the modification, I'm trying to restore it with: unzip -o backup.zip
Can someone help me out? I think I'm missing something here...
Kind regards
JKepler
|