Hi,
I have purchased a Bubba, but I haven't received it yet. I was wondering, if I am able to use an external USB harddisk? The documentation mentions Memory Sticks, but are they equivalent with hard disks?
Thanks
Jakob
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Can I use an external USB HD?
Daily backup on external USB drive with rsync works fine. Most of the days there is only some e-mail to sync, which only takes a few minutes. I use ext3 file system on USB drive to avoid FAT32 related naming problems.
rsync -ax --stats --delete /home /etc /media/usbdrive
http://rsync.samba.org/
Erwin
rsync -ax --stats --delete /home /etc /media/usbdrive
http://rsync.samba.org/
Erwin