Dot files aren't being transported Print

  • 0

Question

 

Why aren't dot files such as '.master.meta' being transported with my backups?

 

Answer

 

The most common cause for this issue is that the remote backup destination uses FTP to transport the files and 'dot files' aren't enabled on the remote server. To enable this, different changes will need to be made based on the FTP server being used:

 

Pure-FTPd:

Ensure that DisplayDotFiles yes is present in /etc/pure-ftpd.conf

 

Pro-FTPd:

Ensure that ListOptions -a is present in /etc/proftpd.conf

 

Once these have been added, the service will need to be restarted:

 

Pure-FTPd:

 

systemctl restart pure-ftpd

 

Pro-FTPd:

 

systemctl restart pro-ftpd

Was this answer helpful?
Back

Send Message