how i can take backup of file on UNIX-AIX ?
|
feedback
|
|
Depends what you mean. Backing up a file could be as simple as copying it somewhere else.
| |||
|
feedback
|
|
dump/restore if you use tape. Otherwise use tar. Bacula and Amanda automate backup, But need time for their adjustment and learning. | |||
|
feedback
|
|
There's 2 included ways of backing up a file in AIX, the "backup" command, and the Unix standard "tar" command. To backup a file with tar run:
To restore the contents of the tar file back to the original location run:
| |||
|
feedback
|