The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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

EXAMPLE

In your ~/.brackup.conf file:

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

CONFIG OPTIONS

type

Must be "Filesystem".

path

Path to backup to.

SEE ALSO

Brackup::Target