module Backup::Utilities::DSL

Public Class Methods

tar_dist(val) click to toggle source

Allow users to set the tar distribution if needed. (:gnu or :bsd)

# File lib/backup/utilities.rb, line 42
def tar_dist(val)
  Utilities.tar_dist(val)
end