Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 9545 байт. Загружен за: 0сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://fsarchiver.org/robots.txt
301 MovedPermanently
https://www.fsarchiver.org/
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FSArchiver - Filesystem Archiver for Linux</title>
<link rel="stylesheet" href="/fsarchiver.css" type="text/css"/>
<meta name="generator" content="Hugo 0.140.2">
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="toptitle">
<h1>FSArchiver - Filesystem Archiver for Linux</h1>
</div>
<div id="topmenu">
<ul>
<li><a href="https://www.fsarchiver.org/">Homepage</a></li>
<li><a href="https://github.com/fdupoux/fsarchiver">Repository</a></li>
<li><a href="https://github.com/fdupoux/fsarchiver/issues">Bugs</a></li>
<li><a href="https://gitlab.com/fsarchiver/fsarchiver.gitlab.io">Website</a></li>
</ul>
</div>
</div>
<div id="contents">
<div id="colleft">
<div><a href="https://www.fsarchiver.org/">Homepage</a></div>
<div><a href="https://www.fsarchiver.org/changelog/">ChangeLog</a></div>
<div><a href="https://www.fsarchiver.org/status/">Status</a></div>
<div><a href="https://www.fsarchiver.org/tests/">Testing</a></div>
<div><a href="https://www.fsarchiver.org/partimage/">Partimage</a></div>
<div><a href="https://www.fsarchiver.org/faq/">FAQ</a></div>
<div><a href="https://www.fsarchiver.org/installation/">Installation</a></div>
<div><a href="https://www.fsarchiver.org/quickstart/">Quick Start</a></div>
<div><a href="https://www.fsarchiver.org/compression/">Compression</a></div>
<div><a href="https://www.fsarchiver.org/live-backup/">Live-backup</a></div>
<div><a href="https://www.fsarchiver.org/attributes/">Attributes</a></div>
<div><a href="https://www.fsarchiver.org/cloning-ntfs/">Cloning NTFS</a></div>
<div><a href="https://www.fsarchiver.org/internal-multithreading/">Multi-threading</a></div>
<div><a href="https://www.fsarchiver.org/internal-file-format/">File format</a></div>
<div><a href="https://www.fsarchiver.org/categories/"></a></div>
<div><a href="https://www.fsarchiver.org/tags/"></a></div>
<hr/>
<div><a href="https://www.system-rescue.org/">SystemRescue</a></div>
<div><a href="https://www.system-rescue.org/lvm-guide-en/Making-consistent-backups-with-LVM/">LVM Backups</a></div>
<div><a href="http://rubackup.gitlab.io/">rubackup</a></div>
</div>
<div id="colright">
<h2 id="about-fsarchiver">About FSArchiver</h2>
<p>FSArchiver is a system tool that allows you to <strong>save the contents of a
file-system to a compressed archive file</strong>. The file-system can be restored on
a partition which has a different size and it can be restored on a different
file-system. Unlike tar/dar, <strong>FSArchiver also creates the file-system when it
extracts the data</strong> to partitions. Everything is <strong>checksummed</strong> in the
archive in order to protect the data. If the archive is corrupt, you just loose
the current file, not the whole archive. Fsarchiver is released under the
GPL-v2 license. You should read the <a href="/quickstart/">Quick start guide</a>
if you are using FSArchiver for the first time</p>
<h2 id="detailed-description">Detailed description</h2>
<p>The purpose of this project is to provide a <strong>safe and flexible file-system
backup/deployment tool</strong>. Other open-source file-systems tools such as partimage
already exist. These tools are working at the filesystem blocks level, so it is
not possible to restore the backup to a smaller partition, and restoring to a
bigger partition forces you to resize the filesystem by hand. To have more
details about it, read <a href="/partimage/">comparison with partimage</a></p>
<p>The purpose is to have a <strong>very flexible</strong> program. FSArchiver can extract an
archive to a partition which is <em>smaller that the original one</em> as long as
there is enough space to store the data. It can also <strong>restore the data on a
different file-system</strong>, so it can use it when you want to <strong>convert your
file-system</strong>: you can backup an ext3 file-system, and restore it as a reiserfs.</p>
<p>FSArchiver is working at the file level. It can make an archive of filesystems
(ext4, ext3, xfs, btrfs, reiserfs, ntfs, …) that the running kernel can mount
with a read-write support. It will <strong>preserve all the standard file attributes</strong>
(permissions, timestamps, symbolic-links, hard-links,
extended-attributes, …), as long as the kernel has support for it enabled.
It allows to preserve all the windows file attributes (ACL, standard
attributes, …). It can be used with LVM snapshots in order to
<a href="https://www.system-rescue.org/lvm-guide-en/Making-consistent-backups-with-LVM/">make consistent backups of all filesystems</a>
including the root filesystem.</p>
<p>FSArchiver has been <strong>packaged by most popular Linux distributions</strong> (Fedora,
Debian, Ubuntu, OpenSUSE, ArchLinux, Gentoo) hence it can be installed very
easily from the standard package repositories using the standard yum / apt-get
/ emerge / pacman commands. It can also be used from SystemRescue, as it
comes with all run-time dependencies, so that you can restore your system and
data after a problem.</p>
<h2 id="implemented-features">Implemented features</h2>
<p>The following features have already been implemented in the current version:</p>
<ul>
<li>Support for basic file attributes (permissions, ownership, …)</li>
<li>Support for basic file-system attributes (label, uuid, block-size) for all
linux file-systems</li>
<li>Support for multiple file-systems per archive</li>
<li>Support for extended file attributes (they are used by SELinux)</li>
<li>Support for all major Linux filesystems (extfs, xfs, btrfs, reiserfs, etc)</li>
<li>Support for FAT filesystems (in order to backup/restore EFI System Partitions)</li>
<li>Experimental support for <a href="/cloning-ntfs/">cloning ntfs filesystems</a></li>
<li>Checksumming of everything which is written in the archive (headers, data
blocks, whole files)</li>
<li>Ability to restore an archive which is corrupt (it will just skip the current
file)</li>
<li>Multi-threaded lzo, gzip, bzip2, lzma/xz <a href="/compression/">compression</a>:
if you have a dual-core / quad-core it will use all the power of your cpu</li>
<li>Lzma/xz <a href="/compression/">compression</a> (slow but very efficient algorithm)
to make your archive smaller.</li>
<li>Support for splitting large archives into several files with a fixed maximum size</li>
<li>Encryption of the archive using a password. Based on blowfish from libgcrypt.</li>
</ul>
<h2 id="limitations">Limitations</h2>
<p>There are several limitations anyway: it cannot preserve filesystem attributes
that are very specific. For instance, if you create a snapshot in a btrfs
volume (the new-generation file system for linux), FSArchiver won’t know
anything about that, and it will just backup the contents seen when you mount
the partition.</p>
<p>FSArchiver is safe when it makes backups of partitions which are not mounted or
mounted read-only. There is an option to force the backup of a read-write
mounted volume, but there may be problems with the files that changed during the
backup. If you want to backup partition which are in use, the best thing to do
is to make an LVM snapshot of the partition using <strong>lvcreate -s</strong>, which is part
of the LVM userland tools. Unfortunately you can only make snapshots of
partitions which are LVM Logical Volumes.</p>
<p>You can have more details about the <a href="/status/">current status</a> of that project.</p>
<h2 id="protection-against-data-loss">Protection against data loss</h2>
<p>FSArchiver is using two levels of checksums to protect your data against
corruption. Each block of each file has a 32bit checksum written in the archive.
That way we can identify which block of your file is damaged. Once a file has
been restored, the md5 checksum of the whole file is compared to the original
md5. It’s a 128bit checksum, so it’s will detect all file corruptions. In case
one file is damaged, FSArchiver will restore all the other files from your
archive, so you won’t loose all your data. It’s very different from tar.gz where
the whole tar is compressed with gzip. In that case, the data which are written
after the corruption are lost.</p>
<h2 id="download">Download</h2>
<ul>
<li>You can download either <a href="https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6.tar.gz">the sources</a>
or a static binary from the <a href="https://github.com/fdupoux/fsarchiver/releases">github releases page</a>.</li>
<li>You can also download <a href="https://www.system-rescue.org/">SystemRescue</a> which is
a livecd that provides a recent FSArchiver and all the file-system tools and
libraries required. So if you want to use FSArchiver to save or restore your
root file-system, the best thing to do is to run FSArchiver from this livecd.</li>
<li>You can track the changes using the <a href="/changelog/">detailed ChangeLog</a> page.</li>
</ul>
</div>
</div>
</div>
<script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"7637d910548c436bbf190c6bc4b0f5bd","r":1}' crossorigin="anonymous"></script>
</body>
</html>