You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need some way of checking file sizes, maybe tarring up files below a certain threshold in size on a per-directory basis.
Could spit out an attendant ls -lR listing to a text file so the contents of the directory can be examined, but there is maybe not much advantage in doing that, as that file would have to be staged, so may as well bring over the tar file?
Might be best to create a new tool to do this.
The text was updated successfully, but these errors were encountered:
Need some way of checking file sizes, maybe tarring up files below a certain threshold in size on a per-directory basis.
Could spit out an attendant
ls -lR
listing to a text file so the contents of the directory can be examined, but there is maybe not much advantage in doing that, as that file would have to be staged, so may as well bring over the tar file?Might be best to create a new tool to do this.
The text was updated successfully, but these errors were encountered: