hi
so i’ve done this and it works now.
there were some troubles, but i hope i’ve done it the best way.
root@DietPi:~# dietpi-backup -1 /mnt/usb_1/dietpi-backup_export
Installing Rsync, please wait....
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
openssh-client openssh-server
The following NEW packages will be installed:
rsync
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 376 kB of archives.
After this operation, 615 kB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian/ jessie/main rsync armhf 3.1.1-3 [376 kB]
Fetched 376 kB in 0s (679 kB/s)
Selecting previously unselected package rsync.
(Reading database ... 14622 files and directories currently installed.)
Preparing to unpack .../rsync_3.1.1-3_armhf.deb ...
Unpacking rsync (3.1.1-3) ...
Processing triggers for systemd (215-17+deb8u5) ...
Setting up rsync (3.1.1-3) ...
Processing triggers for systemd (215-17+deb8u5) ...
DietPi-Backup
─────────────────────────────────────────────────────
Mode: Restore
Please wait...
break!!! nothing happens - wait 30Min
2nd putty window and check mountstate
there i found out usb_1 is not usb_1 anymore!
so i modified /etc/fstab for mount usb_1 so i have it done before
UUID="86b8d807-340f-4873-8937-acd62adc4c2f" /mnt/usb_1 ext4 defaults,noatime,nofail 0 0
and take out all other mount records.
reboot
and now restore works
[Ok] DietPi-Process Tool | Completed
[Ok] Restore Completed.
root@DietPi:/mnt/usb_1# reboot
login as: root
root@192.168.1.106's password:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Oct 22 08:11:34 2016
───────────────────────────────────────
DietPi | Update available
───────────────────────────────────────
V130 | oDroid XU3/4 (armv7l)
───────────────────────────────────────
IP Address | 192.168.1.106
───────────────────────────────────────
Created by : Daniel Knight
Web : DietPi.com
Twitter : twitter.com/dietpi_
Device image possible thanks to: Meveric
DietPi's web hosting is powered by: MyVirtualServer.com
DietPi relies on your donations for funding: http://goo.gl/pzISt9
dietpi-launcher = All the DietPi programs in one place.
dietpi-config = Feature rich configuration tool for your device.
dietpi-software = Select optimized software for installation.
dietpi-update = Run now to update DietPi (from V130 to V134).
htop = Resource monitor.
cpu = Shows CPU information and stats.
root@DietPi:~#
but … surprise surprise … its v130 again
lol
so i tried
dietpi-update
and check poweroff issue. did not appear again.
tried to recreate my mountstate as i had before. but it’s not possible to remount
every drive i have with the same mountpoint with the drive manager.
so i modified again fstab as i had it before.
UUID="86b8d807-340f-4873-8937-acd62adc4c2f" /mnt/usb_1 ext4 defaults,noatime,nofail 0 0
UUID="7b004310-3ce4-4ab1-9bd2-7889b4c4aa7b" /mnt/usb_2 ext4 defaults,noatime,nofail 0 0
UUID="cf58423f-08d8-425e-a554-cd2d5190c7af" /mnt/usb_3 ext4 defaults,noatime,nofail 0 0
UUID="3ae3ad10-05ec-4dd0-8608-68facd31268a" /mnt/usb_4 ext4 defaults,noatime,nofail 0 0
but now is running without poweroff issue on v134
thanks for assistance @ all.
luzi