Questions tagged [fsarchiver]

7 questions
4
votes
0 answers

fsarchiver error

I'm running the following fsarchiver command: $ fsarchiver restfs /tmp/backup/c0d0p2.fsa id=0,dest=/dev/cciss/c0d0p2 I get the following error: [errno=22, Invalid argument]: oper_restore.c#213,extractar_restore_attr_xattr():…
user3266
2
votes
1 answer

Where to find a PKG or RPM of fsarchiver?

I want to download the latest version of fsarchiver (I need a PKG file or RPM). Where can I find that?
user3266
2
votes
2 answers

Pipe to get one line output of command

There are a few commands that print some status lines in the console when they are doing something (ffmpeg or fsarchiver). -[00][ 0%][DIR ] /boot/grub/fonts -[00][ 0%][REGFILE ] /boot/grub/fonts/unicode.pf2 -[00][ 0%][REGFILEM]…
laubed
  • 21
  • 2
2
votes
1 answer

Making an exact copy of a Windows installation

My goal is pretty simple: I need to make an exact copy of a Windows partition. Then I can wipe it down, play with it, and when I'm done, I can re-copy the partition back and have everything back in order. I achieved this in the past by saving the…
Con7e
  • 339
  • 3
  • 13
1
vote
2 answers

Can I backup LUKS encrypted partition with fsarchiver?

When installing Elementary OS, I've chosen too small a size for /boot and it constantly bites me when doing updates. The rest of the drive is a single LUKS encrypted root partition: lsblk --fs NAME FSTYPE LABEL UUID …
tkowal
  • 123
  • 4
0
votes
0 answers

Why does fsarchiver fail on my btfrs partition?

I get the error below when I try to use fsarchiver on a btrfs partition. It seems to linked to the btrfs filesystem, which should be supported by fsarchiver fs_btrfs.c#168,btrfs_getinfo(): this filesystem has features which are not supported by…
Zuabi
  • 131
  • 2
0
votes
0 answers

How do I use fsarchiver to make a backup of only a particular BTRFS sub volume?

Does anyone know to use fsarchiver to make a backup of only a single BTRFS subvolume ? Will this mechanism work ? 1. Mounted the snapshot in /mnt: mount -t btrfs -o subvolid="id" /dev/sda2 /mnt 2. chroot snapshot: mount --bind /dev /mnt/dev mount…
ng.newbie
  • 1,105
  • 6
  • 17
  • 29