Skip to content

RipollJ/Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utils


Here, you can find some scripts and documentation to help you with different process:

All these informations are provided as is, without garanty.

LICENSE terms are in agreement with GNUv3 License.

See: https://www.fsf.org/

[top↑]


Other help

Synchronisation between two computers or a computer and an external hard-disk

There are two solutions:

  • Rsync: unilateral transfer between computer and other (hosted on conda)
  • Unison: bilateral transfer between computer and other (not hosted on conda)

Usage: ''' rsync -r path/source path/destination '''

Run rsync with the -n switch to see what what would be transferred without copying data. Adding -q will suppress regular output, only displaying files that could not be transferred.

Contributing

If you have some request, don't hesitate to contact me.

Enjoy.

[top↑]

Releases

No releases published

Packages

No packages published