nick2012
Contributor
Those errors are not my issue I am not able to start any torrentDo you know why do you need those plugins ?
And if a torrent gets added
It rests in a paused state
Those errors are not my issue I am not able to start any torrentDo you know why do you need those plugins ?
Lol 2 likesDo a favor and move to transmission.
dd if=/dev/sdb? of=/path/pogoplug.rootfs.backup.img bs=4M
dd if=/path/pogoplug.rootfs.backup.img of=/dev/sdb
mkdir /tmp/usb
mount /dev/sdb? /tmp/usb
cd /tmp/usb
tar -cvzf /path/pogoplug.rootfs.backup.tar.gz ./
cd /tmp/usb
tar -xzvf /path/pogoplug.rootfs.backup.tar.gz
rsync -aAHWXxi --inplace --partial --no-compress --super --numeric-ids --delete --exclude=/lost+found/ /yoursource/ /toyourdestination/
Is this for me??Make sure you do these when system is not running i.e attach to different linux system.
1. Disk Image
-- Backup
-- RestoreCode:dd if=/dev/sdb? of=/path/pogoplug.rootfs.backup.img bs=4M
Code:dd if=/path/pogoplug.rootfs.backup.img of=/dev/sdb
2. Tar
Code:mkdir /tmp/usb mount /dev/sdb? /tmp/usb
-- Backup
Code:cd /tmp/usb tar -cvzf /path/pogoplug.rootfs.backup.tar.gz ./
-- Restore
Code:cd /tmp/usb tar -xzvf /path/pogoplug.rootfs.backup.tar.gz
3. rsync
Code:rsync -aAHWXxi --inplace --partial --no-compress --super --numeric-ids --delete --exclude=/lost+found/ /yoursource/ /toyourdestination/
I too need help hereHey
I migrated from my pendrive to my hdd from archwiki guide.
Now I am facing some issues like
1.Transmission getting closed constantly after some time.
2.hard disk getting crashed on its own
Was using that hdd before with my router without any problems