I have to make a backup for an account that is 180 GB. I noticed that the bulk of space is taken up by files in public_html/upload/files.
I need some guidance for:
1. If I were to run the backup(incremental) after excluding the content at public_html/upload/files, then manually copy the content of public_html/upload/files and then run rsync/incremental backup --> will this ensure that the backup will not take much time and load up the server?
2. I'm not clear on how the metadata file works with incremental backup. Since, I'm manually copying the contents public_html/upload/files, will all of that be excluded from the metadata file created during the incremental backup and hence, would it be copied again while running incremental backup?
3.Lastly, I know that incremental backup first creates a local copy (say 180G) in /backup and then does rync to remote server. In case there isn't any change in data between subsequent backups, will the local copy in /backup still be a complete copy (180G) and then it would rsync just the changes (0 GB) ?
I need some guidance for:
1. If I were to run the backup(incremental) after excluding the content at public_html/upload/files, then manually copy the content of public_html/upload/files and then run rsync/incremental backup --> will this ensure that the backup will not take much time and load up the server?
2. I'm not clear on how the metadata file works with incremental backup. Since, I'm manually copying the contents public_html/upload/files, will all of that be excluded from the metadata file created during the incremental backup and hence, would it be copied again while running incremental backup?
3.Lastly, I know that incremental backup first creates a local copy (say 180G) in /backup and then does rync to remote server. In case there isn't any change in data between subsequent backups, will the local copy in /backup still be a complete copy (180G) and then it would rsync just the changes (0 GB) ?
Last edited: