├── .gitattributes ├── LICENSE ├── README.md ├── nBackup.conf ├── nBackup.excludes ├── nBackup.includes └── nBackup.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imthenachoman/nBackup/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imthenachoman/nBackup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imthenachoman/nBackup/HEAD/README.md -------------------------------------------------------------------------------- /nBackup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imthenachoman/nBackup/HEAD/nBackup.conf -------------------------------------------------------------------------------- /nBackup.excludes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imthenachoman/nBackup/HEAD/nBackup.excludes -------------------------------------------------------------------------------- /nBackup.includes: -------------------------------------------------------------------------------- 1 | / 2 | /data -------------------------------------------------------------------------------- /nBackup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imthenachoman/nBackup/HEAD/nBackup.sh --------------------------------------------------------------------------------