I have a Virtual Private Server and I want to backup all files in these directories:
/etc
/usr/local
/home
Is the best way to accomplish this to run Duplicacy as root, and to make the repository in / (so the Duplicacy config is in /.duplicacy), and to use this filter config:
+etc/*
+usr/local/*
+home/*
Or is there a better way?