
Creating a Samba account: smbpasswd -a amigaone
Searched query: samba
Return to “Linux PowerPC Server Software”
Copying of my openSUSE Tumbleweed PPC64 from the X1000 to the X5000 with rsync/SSH:xeno74 wrote: Sat Apr 09, 2022 5:01 pm File system replication of group policies (gpo) with rsync for Samba:
![]()
Code: Select all
bash-5.1# pwd
/run/media/amigaone/openSUSE
bash-5.1# ls
bin boot dev etc home lib lib64 lost+found mnt opt proc root run sbin srv sys tmp usr var
bash-5.1# rsync --stats --progress --numeric-ids -axAhHSP . [email protected]:/run/media/amigaone/openSUSE_XFS --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/mnt
Code: Select all
bash-5.1# mkdir tmp sys proc dev
bash-5.1# chmod 1777 tmp