On Thu, Nov 4, 2021 at 4:16 AM Anthony Chavez <a...@hexadecagram.org> wrote: > > Namely? > > I use NFS for a lot of things. And apart from an abysmal security model (that > can fortunately be hardened with a lot of extra work), I've had no complaints.
Think about the network activity that has to happen when you rsync a file with small changes when it is stored over an NFS mount. The whole thing has to be read over the network to find the differences - when most of the point of rsync is to avoid that network traffic. That's not your immediate problem but something to consider when putting the backuppc pool on NFS. -- Les Mikesell lesmikes...@gmail.com _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/