User Tools

Site Tools


software:backup:freesoftware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:backup:freesoftware [2020/05/12 03:14] – [Rclone] superwizardsoftware:backup:freesoftware [2024/05/12 20:21] (current) – [cobianbackup] superwizard
Line 1: Line 1:
 +====== Freesoftware ======
 +
 +------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +
 ====== Rclone ====== ====== Rclone ======
 +
 +<WRAP center round box >
 +Important: Since this can cause data loss, test first with the --dry-run or the --interactive/-i flag.
 +
 +From <https://rclone.org/commands/rclone_sync/> 
 +
 +
 +</WRAP>
 +
  
 <WRAP center round box > <WRAP center round box >
Line 23: Line 37:
 --max-size --max-size
 --min-age --min-age
---max-age+-max-age
 --dump filters --dump filters
 See the filtering section. See the filtering section.
Line 50: Line 64:
 </code> </code>
 </WRAP> </WRAP>
 +
 +
 +From: https://rclone.org/filtering/#exclude-from-read-exclude-patterns-from-file
 +
 +<WRAP center round info >
 +Tests
 +</WRAP>
 +
 +<WRAP center round box>
 +    "C:\Users\Public\Downloads\rclone\rclone.exe"
 +     sync
 +     --exclude-from="C:\Users\Public\Downloads\rclone\temp-exclude.conf"
 +     --create-empty-src-dirs 
 +     F:\temp H:\temp 
 +     -v 
 +     ---log-file="C:\Users\Public\Downloads\rclone\rcloneMxLog.txt"
 +
 +    Contents of filter: "C:\Users\Public\Downloads\rclone\rcloneMxLog.txt"
 +    LevelOne/
 +        
 +    Directory structure under f:\temp:
 +    |   files of root.txt ............................. Sync
 +    |
 +    +---LevelOne ...................................... Skip
 +    |    levelonedocument.txt ....................... Skip
 +    |   |
 +    |   +---Leveltwo .................................. Skip
 +    |         leveltwodocument.txt .................. Skip 
 +    |
 +    +---LevelOne Other Folders ........................ Sync
 +    |       LevelOneOtherFolder-Document.txt .......... Sync
 +
 +    Contents of filter: "C:\Users\Public\Downloads\rclone\rcloneMxLog.txt"
 +    LevelTwo/
 +        
 +    Directory structure under f:\temp:
 +    |   files of root.txt .............................. Sync
 +    |
 +    +---LevelOne ....................................... Sync
 +    |     levelonedocument.txt ....................... Sync
 +    |   |
 +    |   +---LevelTwo ................................... Skip
 +    |       leveltwodocument.txt ................... Skip
 +    |       
 +    +---LevelOne Other Folders ......................... Sync
 +    |     LevelOneOtherFolder-Document.txt ........... Sync
 +
 +</WRAP>
 +
  
 ====== Safe PST Backup – a free tool to auto backup Outlook PST files. ====== ====== Safe PST Backup – a free tool to auto backup Outlook PST files. ======
Line 158: Line 221:
 ====== Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities ====== ====== Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities ======
  
- <html><a href="http://www.thefreecountry.com/utilities/backupandimage.shtml" target="_top">Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities</a> + [[http://www.thefreecountry.com/utilities/backupandimage.shtml|Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities]]
-    </html>+
          
 <code> <code>
Line 266: Line 328:
 ====== cobianbackup ====== ====== cobianbackup ======
  
-http://www.educ.umu.se/~cobian/cobianbackup.htm+This is the official page of Cobian Backup/Reflector (up to version 11, Gravity), the popular freeware backup tool and its successor Cobian Reflector. 
 + 
 +From <https://www.cobiansoft.com/index.html>  
 + 
  
  
software/backup/freesoftware.1589253275.txt.gz · Last modified: by superwizard