HowTo tar with process symlink directory files
Task: compress directory with all symlink files.
Use command:
# tar -cvhf backup.tar /backupdirectory
Result - tar.gz file with all files include symlinks.
Scientific Algorithms and Analytics
Task: compress directory with all symlink files.
Use command:
# tar -cvhf backup.tar /backupdirectory
Result - tar.gz file with all files include symlinks.