link

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Linux backup with rsync
4 Treffer, Zuletzt geändert:
2nd version of the backup, you can create a hard link to the target directory: <code bash> cp -al <zie... l> <backup_alt> </code> ===== Info ===== A hard link is a reference to a file. A file can therefore ha... ted. The file would only be deleted when the last link to the file is deleted. It is therefore also poss... changed in <ziel> will also be changed. The hard links in <backup_alt> remain unaffected. The data occu
Linux backup with tar
2 Treffer, Zuletzt geändert:
r * -v : verbose/show what is archived * -l : link?/do not follow links to other partitions * -f : file/it is a file, in this case a file is created Th