FSArchiver: Difference between revisions
Created page with "First, remember that FSArchiver isn't Acronis (or equivalent) in Windows nor is it Clonezilla booted from an ISO or CD. Partitions and File Systems need to be made first with CFDISK and Formatting Commands or BLIVET or LVM stuff that needs to be done from a Command Line. === Examples === * Information about a BackUp / Archive: fsarchiver archinfo WhatEverNameOfArchive * Creating a BackUp / Archive: ** Example: fsarchiver savefs -L "RouterX_LVM-Storage.fsa" -o -z1 -j4..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
First, remember that FSArchiver isn't Acronis (or equivalent) in Windows nor is it Clonezilla booted from an ISO or CD. Partitions and File Systems need to be made first with CFDISK and Formatting Commands or BLIVET or LVM stuff that needs to be done from a Command Line. | First, remember that FSArchiver isn't Acronis (or equivalent) in Windows nor is it Clonezilla booted from an ISO or CD. Partitions and File Systems need to be made first with CFDISK and Formatting Commands or BLIVET or LVM stuff that needs to be done from a Command Line. Then each Partition, if there are multiple Partitions, must be recovered individually (even if stored in a single .fsa file) | ||
=== Examples === | ===Examples=== | ||
* Information about a BackUp / Archive: fsarchiver archinfo WhatEverNameOfArchive | *Information about a BackUp / Archive: fsarchiver archinfo WhatEverNameOfArchive | ||
* Creating a BackUp / Archive: | *Creating a BackUp / Archive: fsarchiver savefs -L "WhatEverLabel" -o -z1 -j4 -v "WhatEverBackUpPath/WhatEverBackUpFileName.fsa" /dev/WhatEverVolumeGroupName/WhatEverLogicalVolume | ||
** Example: fsarchiver savefs -L "RouterX_LVM-Storage | **Example: fsarchiver savefs -L "RouterX_LVM-Storage" -o -z1 -j4 -v "/BackUps/BackUps - Estuary.LAN/Physical Machines/RouterX/RouterX_LVM-Storage.fsa" /dev/LVM_Storage/Storage | ||
* Restoring a BackUp / Archive: fsarchiver restfs RouterX_LVM-ROOT.fsa id=WhatEverIDNumber,dest=/dev/WhatEverVolumeGroupName/WhatEverLogicalVolumeName (see this for creating Partitions, etc first: [[LVM]] ) | *Restoring a BackUp / Archive: fsarchiver restfs RouterX_LVM-ROOT.fsa id=WhatEverIDNumber,dest=/dev/WhatEverVolumeGroupName/WhatEverLogicalVolumeName (see this for creating Partitions, etc first: [[LVM]] ) | ||
** Example: fsarchiver restfs RouterX_LVM-ROOT.fsa id=0,dest=/dev/VG.ROOT/LV.ROOT -v | **Example: fsarchiver restfs RouterX_LVM-ROOT.fsa id=0,dest=/dev/VG.ROOT/LV.ROOT -v | ||
* | * | ||
=== Help from FSARCHIVER Command ( --help ) === | ===Help from FSARCHIVER Command ( --help )=== | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
====> fsarchiver version 0.8.7 (2023-03-19) - http://www.fsarchiver.org <==== | ====> fsarchiver version 0.8.7 (2023-03-19) - http://www.fsarchiver.org <==== | ||
Line 78: | Line 78: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Website === | ===Website=== | ||
https://www.fsarchiver.org/ | https://www.fsarchiver.org/ |