├── .github └── FUNDING.yml ├── .gitignore ├── README.md ├── rsync_tmbackup.sh └── tests └── populate_dest.php /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: laurent22 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurent22/rsync-time-backup/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurent22/rsync-time-backup/HEAD/README.md -------------------------------------------------------------------------------- /rsync_tmbackup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurent22/rsync-time-backup/HEAD/rsync_tmbackup.sh -------------------------------------------------------------------------------- /tests/populate_dest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurent22/rsync-time-backup/HEAD/tests/populate_dest.php --------------------------------------------------------------------------------