Brackup::Target::Filesystem - backup to a locally mounted filesystem


Brackup documentation  | view source Contained in the Brackup distribution.

Index


NAME

Top

Brackup::Target::Filesystem - backup to a locally mounted filesystem

DESCRIPTION

Top

Back up to an NFS or Samba server, another disk array (external storage), etc.

EXAMPLE

Top

In your ~/.brackup.conf file:

  [TARGET:nfs_in_garage]
  type = Filesystem
  path = /mnt/nfs-garage/brackup/

CONFIG OPTIONS

Top

type

Must be "Filesystem".

path

Path to backup to.

SEE ALSO

Top

Brackup::Target


Brackup documentation  | view source Contained in the Brackup distribution.