با درود
امروز تصمیم داشتم از اطلاعات و پارتیشنا بکاپ تهیه کنم و بعد از کمی جستجو متوجه شدم که برنامه fsarchiver باید مناسب باشه
یک هارد اکسترنال به سیستم وصل کردم و متوجه شدم که این برنامه با فرمت ntfs کار نمیکنه در نتیجه هارد اکسترنال رو پارتیشن بندی کردم و پارتیشن مورد نظرم رو با fat32 فرمت کردم و کد زیر رو وارد کردم
sudo fsarchiver -As savefs /dev/sdb5/systembackup.fsa /dev/sda
که انجام نشد و چنین شد :
fsarchiver.c#250,process_cmdline(): argument of option -s is invalid (savefs). It must be a valid integer
====> fsarchiver version 0.8.5 (2018-07-10) - http://www.fsarchiver.org <====
Distributed under the GPL v2 license (GNU General Public License v2).
* usage: fsarchiver [<options>] <command> <archive> [<dev1> [<dev2> [...]]]
<commands>
* savefs: save filesystems to an archive file (backup a device to a file)
* restfs: restore filesystems from an archive (overwrites the existing data)
* savedir: save directories to the archive (similar to a compressed tarball)
* restdir: restore data from an archive which is not based on a filesystem
* archinfo: show information about an existing archive file and its contents
* probe [detailed]: show list of filesystems detected on the disks
<options>
-o: overwrite the archive if it already exists instead of failing
-v: verbose mode (can be used several times to increase the level of details)
-d: debug mode (can be used several times to increase the level of details)
-A: allow to save a filesystem which is mounted in read-write (live backup)
-a: allow to save a filesystem when acls and xattrs are not supported
-x: enable support for experimental features (they are disabled by default)
-e <pattern>: exclude files and directories that match that pattern
-L <label>: set the label of the archive (comment about the contents)
-z <level>: legacy compression level from 0 (very fast) to 9 (very good)
-Z <level>: zstd compression level from 1 (very fast) to 22 (very good)
-s <mbsize>: split the archive into several files of <mbsize> megabytes each
-j <count>: create more than one (de)compression thread. useful on multi-core cpu
-c <password>: encrypt/decrypt data in archive, "-c -" for interactive password
-h: show help and information about how to use fsarchiver with examples
-V: show program version and exit
<information>
* Support included for: lzo=yes, lzma=yes, lz4=yes, zstd=yes
* Support for ntfs filesystems is unstable: don't use it for production.
مجدد اومدم و پارتیشن رو به ext3 تغییر فرمت دادم و مجددا همین اتفاق افتاد در نهایت اومده مانت کردم از مانت خارج کردم و ... باز هم تاثیری نداشت و همین پیغام رو گزارش میده
آدرس مسیر مقصد رو به صورت آدرس مانت نوشتم
root@reza-VPCCW:/# sudo fsarchiver -As savefs /media/reza/bkpunb/systembackup.fsa /dev/sda9
باز هم فرقی نکرد و همون گزارش بالا رو تکرار میکنه
کمک