Before installing Autodesk I have to back up all the files, videos, pictures etc.
I don't have any idea how to do.
Is there anybody who has an idea for this issue ?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
The following static method has the benefit of being simple to it. If you are looking into automatic set-it-and-forget-it backup solutions, this is not the post where you will find what you need. Create a directory under your home directory called backup or whatever name you want to choose and copy in all files you want to backup:
Now archive and compress the directory:
This should save all of your files to
| ||||
|
feedback
|
|
using the cp (copy) command. e.g.:
| |||
|
feedback
|
|
You should probably be backing up the whole time (not just when installing new software). You can find a cheap/free service for backing up user files here: http://skeptu.com/linux-online-backup Some services will auto-discover your photos, documents, etc. and you can back everything up just by clicking through the set up wizard. | |||
|
feedback
|