ntg_net Δημοσ. 22 Δεκεμβρίου 2016 Δημοσ. 22 Δεκεμβρίου 2016 Ναι αλλα οπως θελεις. Δεν εχει σχεση το partition layout που ηταν το συστημα που πηρες backup με το partition layout του target συστηματος (αυτο ειναι και το μεγαλυτερο πλεονεκτημα του star) Βαλε πχ εναν μονο δισκο στο vm (πχ /dev/sda), και κανε ενα /boot (πχ 512MB) ενα root (/) μεγαλο και ασε χωρο αν θες για ενα swap /dev/sda1 ext2 -> /boot /dev/sda2 ext4 -> / /dev/sda3 swap -> swap ή κανε μονο ενα partition (/) ext4 ολο το δισκο πες μου και τον bootloader που ειχε το συστημα που πηρες backup, για να σου γραψω την πληρη συνταξη Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Lilo is installed in the MBR of /dev/sda. => No boot loader is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sda2: __________________________________________________________________________ File system: ext3 Boot sector type: - Boot sector info: Operating System: Boot files: /grub/grub.cfg /map sda3: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: System Boot files: /etc/fstab /etc/lilo.conf sdb1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Boot files: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 299.4 GB, 299439751168 bytes 255 heads, 63 sectors/track, 36404 cylinders, total 584843264 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 2,048 29,296,639 29,294,592 82 Linux swap / Solaris /dev/sda2 * 29,296,640 33,202,175 3,905,536 83 Linux /dev/sda3 33,202,176 584,841,215 551,639,040 83 Linux Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 5999.5 GB, 5999532441600 bytes 255 heads, 63 sectors/track, 729401 cylinders, total 11717836800 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 1 4,294,967,295 4,294,967,295 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sdb1 34 5,275,385,822 5,275,385,789 Data partition (Windows/Linux) "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 9ace3c42-dc63-44f5-bb3a-0c2f3f90d8c2 swap /dev/sda2 fd18021f-1f0a-40ee-97c3-c2a27a4917ae ext3 /dev/sda3 ce658bca-f6f8-47b6-9f21-629d3e3b63a3 ext4 /dev/sdb1 b3221167-cd16-4a84-804e-0ec4a61d6daf ext4 ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda2 /boot ext3 (rw) /dev/sda3 / ext4 (rw,errors=remount-ro) /dev/sdb1 /db ext4 (rw) ============================= sda2/grub/grub.cfg: ============================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set ce658bca-f6f8-47b6-9f21-629d3e3b63a3 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae set locale_dir=($root)/grub/locale set lang=en insmod gettext set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set ce658bca-f6f8-47b6-9f21-629d3e3b63a3 insmod png if background_image /usr/share/images/desktop-base/spacefun-grub.png; then set color_normal=light-gray/black set color_highlight=white/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae echo 'Loading Linux 2.6.32-5-amd64 ...' linux /vmlinuz-2.6.32-5-amd64 root=UUID=ce658bca-f6f8-47b6-9f21-629d3e3b63a3 ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.32-5-amd64 } menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae echo 'Loading Linux 2.6.32-5-amd64 ...' linux /vmlinuz-2.6.32-5-amd64 root=UUID=ce658bca-f6f8-47b6-9f21-629d3e3b63a3 ro single echo 'Loading initial ramdisk ...' initrd /initrd.img-2.6.32-5-amd64 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae linux16 /memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae linux16 /memtest86+.bin console=ttyS0,115200n8 } menuentry "Memory test (memtest86+, experimental multiboot)" { insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae multiboot /memtest86+_multiboot.bin } menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" { insmod part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set fd18021f-1f0a-40ee-97c3-c2a27a4917ae multiboot /memtest86+_multiboot.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =================== sda2: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 15.141666412 = 16.258240512 grub/grub.cfg 1 14.043331146 = 15.078912000 initrd.img-2.6.32-5-amd64 6 14.035457611 = 15.070457856 vmlinuz-2.6.32-5-amd64 2 =============================== sda3/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda3 during installation UUID=ce658bca-f6f8-47b6-9f21-629d3e3b63a3 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda2 during installation UUID=fd18021f-1f0a-40ee-97c3-c2a27a4917ae /boot ext3 defaults 0 2 # /db was on /dev/sdb1 during installation UUID=b3221167-cd16-4a84-804e-0ec4a61d6daf /db ext4 defaults 0 2 # swap was on /dev/sda1 during installation UUID=9ace3c42-dc63-44f5-bb3a-0c2f3f90d8c2 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 -------------------------------------------------------------------------------- ============================= sda3/etc/lilo.conf: ============================== -------------------------------------------------------------------------------- # Automatically added by lilo postinst script large-memory # /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)', # --------------- `install-mbr(8)', `/usr/share/doc/lilo/', # and `/usr/share/doc/mbr/'. # +---------------------------------------------------------------+ # | !! Reminder !! | # | | # | Don't forget to run `lilo' after you make changes to this | # | conffile, `/boot/bootmess.txt' (if you have created it), or | # | install a new kernel. The computer will most likely fail to | # | boot if a kernel-image post-install script or you don't | # | remember to run `lilo'. | # | | # +---------------------------------------------------------------+ # Specifies the boot device. This is where Lilo installs its boot # block. It can be either a partition, or the raw device, in which # case it installs in the MBR, and will overwrite the current MBR. # boot=/dev/sda # Specifies the device that should be mounted as root. (`/') # root=/dev/sda3 # This option may be needed for some software RAID installs. # # raid-extra-boot=mbr-only # Enable map compaction: # Tries to merge read requests for adjacent sectors into a single # read request. This drastically reduces load time and keeps the # map smaller. Using `compact' is especially recommended when # booting from a floppy disk. It is disabled here by default # because it doesn't always work. # # compact # Installs the specified file as the new boot sector # You have the choice between: text, bmp, and menu # Look in lilo.conf(5) manpage for details # #install=menu # Specifies the location of the map file # map=/boot/map # You can set a password here, and uncomment the `restricted' lines # in the image definitions below to make it so that a password must # be typed to boot anything but a default configuration. If a # command line is given, other than one specified by an `append' # statement in `lilo.conf', the password will be required, but a # standard default boot will not require one. # # This will, for instance, prevent anyone with access to the # console from booting with something like `Linux init=/bin/sh', # and thus becoming `root' without proper authorization. # # Note that if you really need this type of security, you will # likely also want to use `install-mbr' to reconfigure the MBR # program, as well as set up your BIOS to disallow booting from # removable disk or CD-ROM, then put a password on getting into the # BIOS configuration as well. Please RTFM `install-mbr(8)'. # # password=tatercounter2000 # Specifies the number of deciseconds (0.1 seconds) LILO should # wait before booting the first image. # delay=20 # You can put a customized boot message up if you like. If you use # `prompt', and this computer may need to reboot unattended, you # must specify a `timeout', or it will sit there forever waiting # for a keypress. `single-key' goes with the `alias' lines in the # `image' configurations below. eg: You can press `1' to boot # `Linux', `2' to boot `LinuxOLD', if you uncomment the `alias'. # # message=/boot/bootmess.txt # prompt # delay=100 # timeout=100 # Specifies the VGA text mode at boot time. (normal, extended, ask, <mode>) # # vga=ask # vga=9 # # Kernel command line options that apply to all installed images go # here. See: The `boot-prompt-HOWTO' and `kernel-parameters.txt' in # the Linux kernel `Documentation' directory. # # append="" # If you used a serial console to install Debian, this option should be # enabled by default. # serial= # # Boot up Linux by default. # default=Linux image=/vmlinuz label=Linux read-only # restricted # alias=1 append="quiet" initrd=/initrd.img image=/vmlinuz.old label=LinuxOLD read-only optional # restricted # alias=2 append="quiet" initrd=/initrd.img.old # If you have another OS on this machine to boot, you can uncomment the # following lines, changing the device name on the `other' line to # where your other OS' partition is. # # other=/dev/hda4 # label=HURD # restricted # alias=3 -------------------------------------------------------------------------------- =================== sda3: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 15.905635834 = 17.078546432 initrd.img 6 15.897762299 = 17.070092288 vmlinuz 2 =============================== StdErr Messages: =============================== No volume groups found
ntg_net Δημοσ. 22 Δεκεμβρίου 2016 Δημοσ. 22 Δεκεμβρίου 2016 Ποσταρε το backup.log Grub είναι. System Tar & Restore 6.0 [SUMMARY] ARCHIVE /mnt/system-tar-and-restore/Backup-2016-12-20/Backup-db-2016-12-20-16:30:07.tar.gz ARCHIVER OPTIONS --sparse --exclude=/run/* --exclude=/dev/* --exclude=/sys/* --exclude=/tmp/* --exclude=/mnt/* --exclude=/proc/* --exclude=/media/* --exclude=/var/run/* --exclude=/var/lock/* --exclude=.gvfs --exclude=lost+found --exclude=/xxxxxxxx --exclude=/xxxxxxxxxxxxx --exclude=/xxxxxxxxxxxxxxxxxxx HOME DIRECTORY Include FOUND BOOTLOADERS Grub [ARCHIVER] tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets tar: /opt/dell/srvadmin/var/lib/openmanage/.ipc/dcsmilpipeu: η υποδοχή αγνοήθηκε tar: /opt/dell/srvadmin/var/lib/openmanage/.ipc/dcsmilpipea: η υποδοχή αγνοήθηκε tar: /opt/dell/srvadmin/var/lib/openmanage/.ipc/dcsmilpipep: η υποδοχή αγνοήθηκε tar: /var/agentx/master: η υποδοχή αγνοήθηκε tar: /var/lib/mysql/ibdata1: αρχείο τροποποιήθηκε κατά την ανάγνωση Elapsed time: 3 hours 22 min 36 sec
tritonas00 Δημοσ. 22 Δεκεμβρίου 2016 Μέλος Δημοσ. 22 Δεκεμβρίου 2016 ωραια, πες μου εν τελει τι partitions σκοπευεις να φτιαξεις στο vm
ntg_net Δημοσ. 22 Δεκεμβρίου 2016 Δημοσ. 22 Δεκεμβρίου 2016 ωραια, πες μου εν τελει τι partitions σκοπευεις να φτιαξεις στο vm Οπως τα είπες είναι μια χαρά /dev/sda1 ext2 -> /boot /dev/sda2 ext4 -> / /dev/sda3 swap -> swap
tritonas00 Δημοσ. 22 Δεκεμβρίου 2016 Μέλος Δημοσ. 22 Δεκεμβρίου 2016 Ok βαζεις στο vm σου εναν μεγαλο εικονικο δισκο, φροντισε να φτασει μπουταρεις το vm σου απο ενα debian livecd, φτιαχνεις τα partition και τα κανεις format (πχ με το gparted) το backup θα το βαλεις σε εξωτερικο σκληρο να φανταστω? αν ναι, απο το livecd οπως εισαι τρεχεις: star.sh -i 1 -r /dev/sda2 -b /dev/sda1 -s /dev/sda3 -f /οπου/ειναι/το/Backup-db-2016-12-20-16:30:07.tar.gz -G /dev/sda ποσταρε το /tmp/restore.log και reboot
ntg_net Δημοσ. 22 Δεκεμβρίου 2016 Δημοσ. 22 Δεκεμβρίου 2016 150GB σε vm το restore το έβαλα να το κάνω με mountpoint to nas (1Gbps) Μάλλον θα πάρει λίγη ώρα για το restore.log http://imgur.com/a/ScDlZ
ntg_net Δημοσ. 22 Δεκεμβρίου 2016 Δημοσ. 22 Δεκεμβρίου 2016 Τελικά ενώ με φορτώνει το grub κανονικά ... και ενώ παει να bootαρει μένει εκει. Μπήκα με recovery mode και τρέχω fsck και βγάζει ατελείωτα errors... System Tar & Restore 6.0 [SUMMARY] TARGET PARTITION SCHEME: Partition Mountpoint Filesystem Size Options /dev/sda2 / ext4 140.6G defaults,noatime /dev/sda1 /boot ext2 2G /dev/sda3 swap BOOTLOADER: Grub (i386-pc) Location: /dev/sda PROCESS: Mode: Restore Archive: gzip compressed System: Debian based x86_64 [PROCESSING] System extracted successfully Generated fstab: # /dev/sda2 UUID=275e2d24-4b9c-4ba0-bbfc-ed907f3c055d / ext4 defaults,noatime 0 1 # /dev/sda1 UUID=702760f7-60d2-40e0-8ecb-f013dc71be3b /boot ext2 defaults 0 2 # /dev/sda3 UUID=8e14902c-bff1-40e3-a8fb-ad97b5363a14 none swap defaults 0 0 Preparing chroot environment Binding /run mount: mount point /mnt/target/run does not exist Binding /dev Binding /dev/pts Binding /proc Binding /sys Rebuilding initramfs images update-initramfs: Generating /boot/initrd.img-2.6.32-5-amd64 Warning: LBA32 addressing assumed /proc/misc: No entry for device-mapper found Is device-mapper driver missing from kernel? Added Linux * Skipping /vmlinuz.old One warning was issued. Generating locales Generating locales (this might take a while)... el_GR.ISO-8859-7... done el_GR.UTF-8... done en_US.UTF-8... done Generation complete. Installing and updating Grub in /dev/sda Installation finished. No error reported. Generating grub.cfg ... Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-2.6.32-5-amd64 Found initrd image: /boot/initrd.img-2.6.32-5-amd64 Found memtest86+ image: /memtest86+.bin Found memtest86+ multiboot image: /memtest86+_multiboot.bin No volume groups found done
tritonas00 Δημοσ. 22 Δεκεμβρίου 2016 Μέλος Δημοσ. 22 Δεκεμβρίου 2016 Η εγκατασταση που εκανες backup ειναι απο το 2012? Επισης τι error βγαζει μετα τον grub? Δοκιμασε να κανεις format το /dev/sda2 σε ext2 ή ext3 και ξανα restore To βραδακι θα ειμαι back για να βοηθησω
ntg_net Δημοσ. 22 Δεκεμβρίου 2016 Δημοσ. 22 Δεκεμβρίου 2016 Η εγκατασταση που εκανες backup ειναι απο το 2012? Επισης τι error βγαζει μετα τον grub? Δοκιμασε να κανεις format το /dev/sda2 σε ext3 και ξανα restore To βραδακι θα ειμαι back για να βοηθησω Ναι ειναι απο το 2012 (που το είδες εσυ?) Κανενα αναβοσβήνει στο κέρσορα αφου έχει φορτώσει τα services επιτυχως. Μετά το fsck δεν μπουτάρει enter runlevel & ext4_lookup: deleted inode referenced Δοκιμάζω πάλι με κανονικα ίδια filesystem
tritonas00 Δημοσ. 22 Δεκεμβρίου 2016 Μέλος Δημοσ. 22 Δεκεμβρίου 2016 δοκιμασε με ext3 αν το livecd που εκανες restore ειναι πολυ πιο καινουργιο απο το backup συστημα ειναι ενας λογος... (πιο νεο mkfs) Κανενα αναβοσβήνει στο κέρσορα αφου έχει φορτώσει τα services επιτυχως πρεπει να ξερω ακριβως που δηλαδη μετα το init system και δεν κανει login? δεν ανοιγει ο X?
ntg_net Δημοσ. 23 Δεκεμβρίου 2016 Δημοσ. 23 Δεκεμβρίου 2016 δοκιμασε με ext3 αν το livecd που εκανες restore ειναι πολυ πιο καινουργιο απο το backup συστημα ειναι ενας λογος... (πιο νεο mkfs) πρεπει να ξερω ακριβως που δηλαδη μετα το init system και δεν κανει login? δεν ανοιγει ο X? Καλημέρα, Ναι η εγκατάσταση είναι debian 6 και δοκίμασα με το τελευταίο debian live 8.6 νομίζω. Κολλησε μετά ή κατα την διαρκεια του init (δεν προλαβα να δω αν τα φόρτωσε ολα) Παίζει μαλλον με την αλλαγη του initsystem (systemd) αναμέσα στην έκδοση 6 και 8 ? * Δεν φτάνει στο τερματικό για να ανοίξω X, βασικά δεν χρειάζομαι καθόλου γραφικό περιβάλλον στο συγκεκριμένο. Σε καμια ώρα 8α τελιωσει το νεο restore με ext3 και παράλληλα θα δω μήπως βρω live απο debian 6 (edit ok: http://cdimage.debian.org/mirror/cdimage/archive/6.0.6-live/amd64/iso-hybrid/)
tritonas00 Δημοσ. 23 Δεκεμβρίου 2016 Μέλος Δημοσ. 23 Δεκεμβρίου 2016 και παράλληλα θα δω μήπως βρω live απο debian 6 +1 αν δεν ανοιξει και ετσι τοτε μαλλον προσπαθει να φορτωσει καποιο module ή κατι αλλο που υπηρχε στο φυσικο συστημα και δεν υποστηριζεται/υπαρχει στο vm... αν μπορεσεις να δεις ποιο service κολλαει... Μου εχει τυχει να κανω restore μια διανομη (suse πρεπει να ηταν δεν θυμαμαι) απο livecd αλλης διανομης (fedora νομιζω) και να μην ανοιγει ο X. Οταν εκανα restore το ιδιο backup απο suse livecd τοτε δουλεψε κανονικα ο X στο restored συστημα
ntg_net Δημοσ. 23 Δεκεμβρίου 2016 Δημοσ. 23 Δεκεμβρίου 2016 +1 αν δεν ανοιξει και ετσι τοτε μαλλον προσπαθει να φορτωσει καποιο module ή κατι αλλο που υπηρχε στο φυσικο συστημα και δεν υποστηριζεται/υπαρχει στο vm... αν μπορεσεις να δεις ποιο service κολλαει... Μου εχει τυχει να κανω restore μια διανομη (suse πρεπει να ηταν δεν θυμαμαι) απο livecd αλλης διανομης (fedora νομιζω) και να μην ανοιγει ο X. Οταν εκανα restore το ιδιο backup απο suse livecd τοτε δουλεψε κανονικα ο X στο restored συστημα Για να γνωρίζεις tritonas00 Με το restore σε ext3 δηλαδή όπως είχε, με έκδοση debian live 8.6 επανέφερε την έκδοση debian 6 ξεκίνησαν όλα εκτός το X Δεν με ενοχλεί αλλά χτυπάει σε πολλά αρχεία της mysql, apache και υπηρεσιών που έτρεχαν και δεν σταμάτησα στο backup. (είναι server σε παραγωγικό περιβάλλον ) Τώρα δεν μπορώ να δοκιμάσω για λιγες μέρες λόγω μετακόμισης. Αν με συνδέσει και ΟΤΕ ίσως μπορέσω να δοκιμασω και με έκδοση debian live 6. Επίσης θα σε στείλω και ένα video απο το init.. να δεις τι κάνει.(αααα με το migration tool της vmware μπόρεσα και το μετέφερα σε vm χωρίς να χτυπήσει κάπου για λίγα λεπτά που το έριξα μια ματιά) Οπως και να έχει σε ευχαριστω για την βοήθεια και το εργαλείο. Είναι και η 1η φορά που βρίσκω βοήθεια σε Ελληνικό forum θεματολογίας linux. 1
tritonas00 Δημοσ. 23 Δεκεμβρίου 2016 Μέλος Δημοσ. 23 Δεκεμβρίου 2016 Δεδομενου οτι δεν εκανες exclude κατι που χρειαζοταν για τα services αυτα, για α παρεις αξιοπιστο backup με το star θες tar εκοση 1.27 και πανω ωστε να βαλεις --acls --xattrs (και --selinux αν εχεις) Χαιρομαι που βοηθησα οσο μπορουσα ----------------------------------------------------------------------------------------------------------- Στην 6.1 εχουμε δυναμικη ενημερωση titlebar και αλλα ωραια πραματα στο gui
Προτεινόμενες αναρτήσεις
Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε
Πρέπει να είστε μέλος για να αφήσετε σχόλιο
Δημιουργία λογαριασμού
Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!
Δημιουργία νέου λογαριασμούΣύνδεση
Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.
Συνδεθείτε τώρα