The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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