/File-Backup-program

Make a list of files in directory to sync.

Primary LanguageShellMIT LicenseMIT

File-Backup-program

USAGE: list-directory <directory>

This program is a basic implementation of rsync. It makes a list of all the files in a directory and stores the list of regular files in /var/tmp/temp_project_find/regular_files.txt and symbolink links in /var/tmp/symbolink_links.txt.

Once the list has been created can be used to further check for missing files.

Under Construction