Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 406 Bytes

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