Oles Technik & Smarthome Blog
How to take a full PI backup towards a windows samba server
Step 1: Install samba client stuff on the PI
(Code, 3 lines)to remove mount just use umount /mnt/samba_server
to mount permanently add somthing like
(Code, 2 lines)
to your /etc/fstab. yourcredentialfile should look like
(Code, 3 lines)
Step 2: Check if access works like
In my case the it looks like(Code, 10 lines)
Step 3: Use DD to take the backup
check fstab for your shares if you forgot what you did in step 2
(Code, 5 lines)
and lsblk for your drives
(Code, 5 lines)
then you can execute something like
(Code, 2 lines)
Depending on the size it might take a while!
Read More