DragonflyBSD
Last tested with backshift trunk, just slightly after 0.94 was tagged.
I recommend that you use UFS instead of Hammer for a while yet, because Hammer ate my data
during development (May 18 2011)
Some of these package names may be overspecific by the time you read this; if they prove to be,
try to find something similar with pkg_search
pkg_radd bash-4.2; you need it for the tests; I doubt it's needed during production use
pkg_radd python26-2.6.6nb7; then cd /usr/pkg/bin; ln -s python2.6 python
pkg_radd gtar-1.25; needed for the tests, might be important for production use
pkg_radd xz-5.0.1
This OS's "find" command suports -print0 but not -printf, so you won't get a full (file-size-based,
as opposed to file-count-based) progress report unless you build findutils or similar; you can name it
gfind if you want. I do not see findutils in pkg_search. findutils-4.4.2 is not a simple
build on 2.10.1_REL.
Filesystems
- I don't see an sshfs or fuse (filesystems in user space) for Dragonfly, so no sshfs
- CIFS mounting:
- mount_smbfs -I server-hostname.org -W Workgroup "//root@server-hostname.org/backshift" /mnt/backshift
- However, this appears to create a file on the server that shows up on the client in a listdir, but
isn't open'able!. I suspect a buglet in DragonFly's SMB client implementation.
- NFS works, fortunately.