Testing - adamlazz/rsink GitHub Wiki

Mac OS X

In order to test rsink.sh without using the actual data you will use rsink.sh on, use disk images using Disk Utility. Open Disk Utility in the Applications->Utilities folder.

  • Click on New->Blank Disk Image in the File menu
  • Fill in a name and a destination for the disk image.

make disk image

Double click on the newly created disk image to mount it. You can now add /Volumes/<image name> to your config file and use this disk image as a destination.

Linux

Use mount -vt tmpfs -o size=whatever tmpfs /mount/point to mount a virtual drive, with a specified size. For more information, refer to the tmpfs documentation.

⚠️ **GitHub.com Fallback** ⚠️